]> git.proxmox.com Git - rustc.git/blobdiff - src/vendor/toml/Cargo.toml
New upstream version 1.21.0+dfsg1
[rustc.git] / src / vendor / toml / Cargo.toml
index 61fb73a4a147637855330438bc69953bea4cdcc1..da921ce456074035cd2ff081535f8b63377c5195 100644 (file)
@@ -1,26 +1,33 @@
+# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
+#
+# When uploading crates to the registry Cargo will automatically
+# "normalize" Cargo.toml files for maximal compatibility
+# with all versions of Cargo and also rewrite `path` dependencies
+# to registry (e.g. crates.io) dependencies
+#
+# If you believe there's an error in this file please file an
+# issue against the rust-lang/cargo repository. If you're
+# editing this file be aware that the upstream Cargo.toml
+# will likely look very different (and much more reasonable)
+
 [package]
 name = "toml"
-version = "0.4.2"
+version = "0.4.5"
 authors = ["Alex Crichton <alex@alexcrichton.com>"]
-license = "MIT/Apache-2.0"
-readme = "README.md"
-keywords = ["encoding"]
-repository = "https://github.com/alexcrichton/toml-rs"
+description = "A native Rust encoder and decoder of TOML-formatted files and streams. Provides\nimplementations of the standard Serialize/Deserialize traits for TOML data to\nfacilitate deserializing and serializing Rust structures.\n"
 homepage = "https://github.com/alexcrichton/toml-rs"
 documentation = "https://docs.rs/toml"
-description = """
-A native Rust encoder and decoder of TOML-formatted files and streams. Provides
-implementations of the standard Serialize/Deserialize traits for TOML data to
-facilitate deserializing and serializing Rust structures.
-"""
+readme = "README.md"
+keywords = ["encoding"]
 categories = ["config", "encoding", "parser-implementations"]
+license = "MIT/Apache-2.0"
+repository = "https://github.com/alexcrichton/toml-rs"
+[dependencies.serde]
+version = "1.0"
+[dev-dependencies.serde_derive]
+version = "1.0"
 
-[badges]
-travis-ci = { repository = "alexcrichton/toml-rs" }
-
-[dependencies]
-serde = "1.0"
-
-[dev-dependencies]
-serde_derive = "1.0"
-serde_json = "1.0"
+[dev-dependencies.serde_json]
+version = "1.0"
+[badges.travis-ci]
+repository = "alexcrichton/toml-rs"