]> git.proxmox.com Git - cargo.git/blob - vendor/semver-0.8.0/Cargo.toml
New upstream version 0.23.0
[cargo.git] / vendor / semver-0.8.0 / Cargo.toml
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]
14 name = "semver"
15 version = "0.8.0"
16 authors = ["Steve Klabnik <steve@steveklabnik.com>", "The Rust Project Developers"]
17 description = "Semantic version parsing and comparison.\n"
18 homepage = "https://docs.rs/crate/semver/"
19 documentation = "https://docs.rs/crate/semver/"
20 readme = "README.md"
21 license = "MIT/Apache-2.0"
22 repository = "https://github.com/steveklabnik/semver"
23 [dependencies.serde]
24 version = "1.0"
25 optional = true
26
27 [dependencies.semver-parser]
28 version = "0.7.0"
29 [dev-dependencies.serde_derive]
30 version = "1.0"
31
32 [dev-dependencies.serde_json]
33 version = "1.0"
34
35 [dev-dependencies.crates-index]
36 version = "0.5.0"
37
38 [dev-dependencies.tempdir]
39 version = "0.3.4"
40
41 [features]
42 default = []
43 ci = ["serde"]
44 [badges.travis-ci]
45 repository = "steveklabnik/semver"