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 believe there's an error in this file please file an
9# issue against the rust-lang/cargo repository. If you're
10# editing this file be aware that the upstream Cargo.toml
11# will likely look very different (and much more reasonable)
12
13[package]
14name = "semver"
15version = "0.9.0"
16authors = ["Steve Klabnik <steve@steveklabnik.com>", "The Rust Project Developers"]
17description = "Semantic version parsing and comparison.\n"
18homepage = "https://docs.rs/crate/semver/"
19documentation = "https://docs.rs/crate/semver/"
20readme = "README.md"
21license = "MIT/Apache-2.0"
22repository = "https://github.com/steveklabnik/semver"
23[dependencies.semver-parser]
24version = "0.7.0"
25
26[dependencies.serde]
27version = "1.0"
28optional = true
29[dev-dependencies.crates-index]
30version = "0.5.0"
31
32[dev-dependencies.serde_json]
33version = "1.0"
34
35[dev-dependencies.serde_derive]
36version = "1.0"
37
38[dev-dependencies.tempdir]
39version = "0.3.4"
40
41[features]
42default = []
43ci = ["serde"]
44[badges.travis-ci]
45repository = "steveklabnik/semver"
46