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 are reading this file be aware that the original Cargo.toml 9# will likely look very different (and much more reasonable). 10# See Cargo.toml.orig for the original contents. 11 12[package] 13edition = "2018" 14rust-version = "1.36" 15name = "ryu" 16version = "1.0.9" 17authors = ["David Tolnay <dtolnay@gmail.com>"] 18exclude = ["performance.png", "chart/**"] 19description = "Fast floating point to string conversion" 20documentation = "https://docs.rs/ryu" 21readme = "README.md" 22categories = ["value-formatting"] 23license = "Apache-2.0 OR BSL-1.0" 24repository = "https://github.com/dtolnay/ryu" 25[package.metadata.docs.rs] 26targets = ["x86_64-unknown-linux-gnu"] 27[dependencies.no-panic] 28version = "0.1" 29optional = true 30[dev-dependencies.num_cpus] 31version = "1.8" 32 33[dev-dependencies.rand] 34version = "0.8" 35 36[dev-dependencies.rand_xorshift] 37version = "0.3" 38 39[features] 40small = [] 41