[[bench]]
harness = false
name = "bench"
path = "benches/bench.rs"
[dependencies.unroll-lite]
version = "0.1.0"
[dev-dependencies.criterion]
version = "0.8.1"
[dev-dependencies.num_cpus]
version = "1.8"
[dev-dependencies.rand]
version = "0.9"
[dev-dependencies.rand_xorshift]
version = "0.4"
[dev-dependencies.ryu]
version = "1.0.20"
[[example]]
name = "upstream_benchmark"
path = "examples/upstream_benchmark.rs"
[features]
feat-exp-parse = []
small = []
[lib]
name = "ryuu"
path = "src/lib.rs"
[package]
authors = ["David Tolnay <dtolnay@gmail.com>", "Hantong Chen <cxwdyx620@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["value-formatting", "no-std", "no-std::no-alloc"]
description = "Fast floating point to string conversion"
documentation = "https://docs.rs/ryuu"
edition = "2021"
exclude = ["build.rs", "performance.png", "chart/**"]
keywords = ["float"]
license = "Apache-2.0 OR BSL-1.0"
name = "ryuu"
readme = "README.md"
repository = "https://github.com/hanyu-dev/ryuu"
rust-version = "1.83.0"
version = "2.0.0+ryu.86d20a5"
[package.metadata.docs.rs]
rustdoc-args = ["--generate-link-to-definition", "--generate-macro-expansion", "--extern-html-root-url=core=https://doc.rust-lang.org", "--extern-html-root-url=alloc=https://doc.rust-lang.org", "--extern-html-root-url=std=https://doc.rust-lang.org"]
targets = ["x86_64-unknown-linux-gnu"]
[profile.release]
codegen-units = 1
incremental = false
lto = true
opt-level = 3
panic = "abort"
strip = true
[[test]]
name = "d2s_test"
path = "tests/d2s_test.rs"
[[test]]
name = "exhaustive"
path = "tests/exhaustive.rs"
[[test]]
name = "f2s_test"
path = "tests/f2s_test.rs"