[package] name = "dtoa-short" version = "0.3.3" authors = ["Xidorn Quan "] description = "Serialize float number and truncate to certain precision" repository = "https://github.com/upsuper/dtoa-short" keywords = ["float"] categories = ["value-formatting"] license = "MPL-2.0" include = ["src/*.rs", "Cargo.toml", "LICENSE"] [badges] travis-ci = { repository = "upsuper/dtoa-short" } codecov = { repository = "upsuper/dtoa-short" } [dependencies] dtoa = "0.4.1" [dev-dependencies] float-cmp = "0.4"