]> git.proxmox.com Git - rustc.git/blame - vendor/semver/Cargo.toml
Update upstream source from tag 'upstream/1.52.1+dfsg1'
[rustc.git] / vendor / semver / Cargo.toml
CommitLineData
f20569fa
XL
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.11.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"
21keywords = ["version", "semantic", "compare"]
22categories = ["development-tools", "parser-implementations"]
23license = "MIT/Apache-2.0"
24repository = "https://github.com/steveklabnik/semver"
25[dependencies.diesel]
26version = "1.1"
27optional = true
28
29[dependencies.semver-parser]
30version = "0.10.0"
31
32[dependencies.serde]
33version = "1.0"
34optional = true
35[dev-dependencies.serde_derive]
36version = "1.0"
37
38[dev-dependencies.serde_json]
39version = "1.0"
40
41[features]
42ci = ["serde", "diesel/sqlite"]
43default = []