gecko-dev/third_party/rust/dtoa/Cargo.toml

10 строки
333 B
TOML

[package]
name = "dtoa"
version = "0.4.1"
authors = ["David Tolnay <dtolnay@gmail.com>"]
license = "MIT/Apache-2.0"
description = "Fast functions for printing floating-point primitives to an io::Write"
repository = "https://github.com/dtolnay/dtoa"
documentation = "https://github.com/dtolnay/dtoa"
categories = ["value-formatting"]