aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml.orig
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml.orig')
-rw-r--r--Cargo.toml.orig9
1 files changed, 6 insertions, 3 deletions
diff --git a/Cargo.toml.orig b/Cargo.toml.orig
index ad0ba2c..af29dff 100644
--- a/Cargo.toml.orig
+++ b/Cargo.toml.orig
@@ -1,13 +1,16 @@
[package]
name = "ryu"
-version = "1.0.5" # don't forget to update html_root_url
+version = "1.0.9" # don't forget to update html_root_url
authors = ["David Tolnay <dtolnay@gmail.com>"]
license = "Apache-2.0 OR BSL-1.0"
description = "Fast floating point to string conversion"
repository = "https://github.com/dtolnay/ryu"
documentation = "https://docs.rs/ryu"
+categories = ["value-formatting"]
readme = "README.md"
+exclude = ["performance.png", "chart/**"]
edition = "2018"
+rust-version = "1.36"
[features]
# Use smaller lookup tables. Instead of storing every required power of
@@ -21,8 +24,8 @@ no-panic = { version = "0.1", optional = true }
[dev-dependencies]
num_cpus = "1.8"
-rand = "0.7"
-rand_xorshift = "0.2"
+rand = "0.8"
+rand_xorshift = "0.3"
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]