]> git.proxmox.com Git - rustc.git/blobdiff - src/vendor/dtoa/Cargo.toml
New upstream version 1.22.1+dfsg1
[rustc.git] / src / vendor / dtoa / Cargo.toml
index edf6630f1e1138c2768b57fd5d03470745cd6d5a..d61e1defd938238cb8fe9783f9db8b5f8cb375bd 100644 (file)
@@ -1,9 +1,23 @@
+# 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 = "dtoa"
-version = "0.4.1"
+version = "0.4.2"
 authors = ["David Tolnay <dtolnay@gmail.com>"]
-license = "MIT/Apache-2.0"
+exclude = ["performance.png"]
 description = "Fast functions for printing floating-point primitives to an io::Write"
-repository = "https://github.com/dtolnay/dtoa"
 documentation = "https://github.com/dtolnay/dtoa"
+readme = "README.md"
 categories = ["value-formatting"]
+license = "MIT/Apache-2.0"
+repository = "https://github.com/dtolnay/dtoa"