1# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO 2# 3# When uploading crates to the registry Cargo will automatically 4# "normalize" Cargo.toml files for maximal compatibility 5# with all versions of Cargo and also rewrite `path` dependencies 6# to registry (e.g., crates.io) dependencies. 7# 8# If you are reading this file be aware that the original Cargo.toml 9# will likely look very different (and much more reasonable). 10# See Cargo.toml.orig for the original contents. 11 12[package] 13edition = "2018" 14rust-version = "1.31" 15name = "semver" 16version = "1.0.17" 17authors = ["David Tolnay <dtolnay@gmail.com>"] 18description = "Parser and evaluator for Cargo's flavor of Semantic Versioning" 19documentation = "https://docs.rs/semver" 20readme = "README.md" 21keywords = ["cargo"] 22categories = [ 23 "data-structures", 24 "no-std", 25] 26license = "MIT OR Apache-2.0" 27repository = "https://github.com/dtolnay/semver" 28 29[package.metadata.docs.rs] 30rustdoc-args = [ 31 "--cfg", 32 "doc_cfg", 33] 34targets = ["x86_64-unknown-linux-gnu"] 35 36[lib] 37doc-scrape-examples = false 38 39[dependencies.serde] 40version = "1.0" 41optional = true 42default-features = false 43 44[features] 45default = ["std"] 46std = [] 47