[package]
edition = "2024"
name = "schubfach"
version = "0.1.0"
authors = ["Redglyph"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Schubfach algorithm for floating-point to string conversion"
homepage = "https://github.com/blueglyph/schubfach_rs"
documentation = "https://docs.rs/schufbach"
readme = "README.md"
keywords = [
"float",
"ftoa",
]
categories = ["value-formatting"]
license = "MIT"
repository = "https://github.com/blueglyph/schubfach_rs"
[badges.maintenance]
status = "experimental"
[lib]
name = "schubfach"
path = "src/lib.rs"
[[test]]
name = "integration"
path = "tests/integration.rs"
[[test]]
name = "rounding"
path = "tests/rounding.rs"
[dependencies.ilog]
version = "1"
[dev-dependencies.num]
version = "0.4"
[dev-dependencies.oorandom]
version = "11"