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.21" 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 "--generate-link-to-definition", 34] 35targets = ["x86_64-unknown-linux-gnu"] 36 37[lib] 38doc-scrape-examples = false 39 40[dependencies.serde] 41version = "1.0.194" 42optional = true 43default-features = false 44 45[features] 46default = ["std"] 47std = [] 48