]> git.proxmox.com Git - rustc.git/blobdiff - vendor/serde_json/Cargo.toml
New upstream version 1.56.0~beta.4+dfsg1
[rustc.git] / vendor / serde_json / Cargo.toml
index fe399a8ac9b9ecd6d6a7c6ef46948d81a0ef48c7..a6e056b61ef57e195ff5d7d75a43f055810109cf 100644 (file)
@@ -3,17 +3,16 @@
 # 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
+# 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)
+# If you are reading this file be aware that the original Cargo.toml
+# will likely look very different (and much more reasonable).
+# See Cargo.toml.orig for the original contents.
 
 [package]
 edition = "2018"
 name = "serde_json"
-version = "1.0.64"
+version = "1.0.66"
 authors = ["Erick Tryzelaar <erick.tryzelaar@gmail.com>", "David Tolnay <dtolnay@gmail.com>"]
 include = ["build.rs", "src/**/*.rs", "README.md", "LICENSE-APACHE", "LICENSE-MIT"]
 description = "A JSON serialization file format"
@@ -25,6 +24,7 @@ license = "MIT OR Apache-2.0"
 repository = "https://github.com/serde-rs/json"
 [package.metadata.docs.rs]
 features = ["raw_value", "unbounded_depth"]
+rustdoc-args = ["--cfg", "docsrs"]
 targets = ["x86_64-unknown-linux-gnu"]
 
 [package.metadata.playground]