[lib]
name = "strtod"
path = "src/lib.rs"
[package]
authors = ["Pieter van Ginkel <pvginkel@gmail.com>", "Kristoffer Andersson <kod.kristoff@gmail.com"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "A high precision floating point parser implementation for Rust"
documentation = "https://docs.rs/strtod"
homepage = "https://github.com/kod-kristoff/strtod"
keywords = ["strtod", "parse", "parsing", "float", "f64"]
license = "MIT OR Apache-2.0"
name = "strtod"
readme = "README.md"
repository = "https://github.com/kod-kristoff/strtod"
rust-version = "1.16.0"
version = "0.1.0"