semver 1.0.23

Parser and evaluator for Cargo's flavor of Semantic Versioning
Documentation
[[bench]]
name = "parse"
path = "benches/parse.rs"

[[test]]
name = "test_version_req"
path = "tests/test_version_req.rs"

[[test]]
name = "test_identifier"
path = "tests/test_identifier.rs"

[[test]]
name = "test_autotrait"
path = "tests/test_autotrait.rs"

[[test]]
name = "test_version"
path = "tests/test_version.rs"
[dependencies.serde]
default-features = false
optional = true
version = "1.0.194"

[features]
default = ["std"]
std = []

[lib]
doc-scrape-examples = false
name = "semver"
path = "src/lib.rs"

[package]
authors = ["David Tolnay <dtolnay@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = "build.rs"
categories = ["data-structures", "no-std"]
description = "Parser and evaluator for Cargo's flavor of Semantic Versioning"
documentation = "https://docs.rs/semver"
edition = "2018"
keywords = ["cargo"]
license = "MIT OR Apache-2.0"
name = "semver"
readme = "README.md"
repository = "https://github.com/dtolnay/semver"
rust-version = "1.31"
version = "1.0.23"
[package.metadata.docs.rs]
rustdoc-args = ["--cfg", "doc_cfg", "--generate-link-to-definition"]
targets = ["x86_64-unknown-linux-gnu"]