...because I don't like semver::VersionReq
.
Add this to your Cargo.toml
:
``` toml [dependencies]
semver = "0.9"
semver_constraints = "0.1"
```
See the crate docs for motivation and info on the API.
semver_constraints is distributed under the MIT License.