[package]
edition = "2018"
rust-version = "1.48.0"
name = "strtod"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A high precision floating point parser implementation for Rust"
homepage = "https://github.com/kod-kristoff/strtod"
documentation = "https://docs.rs/strtod"
readme = "README.md"
keywords = [
"f64",
"float",
"parse",
"parsing",
"strtod",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/kod-kristoff/strtod"
[lib]
name = "strtod"
path = "src/lib.rs"