strtod 0.2.0

A high precision floating point parser implementation for Rust
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[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"