[package]
edition = "2024"
name = "teju"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Fast floating point to string conversion"
documentation = "https://docs.rs/teju"
readme = "README.md"
keywords = [
"float",
"ieee-754",
]
categories = [
"algorithms",
"no-std",
"no-std::no-alloc",
"value-formatting",
]
license = "LGPL-3.0"
repository = "https://github.com/andrepd/teju-jagua-rs"
[features]
bench = []
[lib]
name = "teju"
path = "src/lib.rs"
[[bench]]
name = "bench"
path = "benches/bench.rs"
harness = false
[dev-dependencies.criterion]
version = "0.5.1"
[dev-dependencies.proptest]
version = "1.6.0"
[dev-dependencies.ryu]
version = "1.0.20"