fast-float 0.2.0

Fast floating-point number parser.
Documentation
[dev-dependencies.fastrand]
version = "1.4"

[dev-dependencies.hexf-parse]
version = "0.1"

[dev-dependencies.lexical-core]
version = "0.7"

[dev-dependencies.num-bigint]
version = "0.3"

[dev-dependencies.ryu]
version = "1.0"

[features]
default = ["std"]
std = []

[package]
authors = ["Ivan Smirnov <i.s.smirnov@gmail.com>"]
autobenches = false
categories = ["parser-implementations", "parsing", "text-processing", "algorithms", "no-std"]
description = "Fast floating-point number parser."
documentation = "https://docs.rs/fast-float"
edition = "2018"
exclude = ["benches/*", "extras/*"]
keywords = ["parser", "parsing", "parse", "float", "no-std"]
license = "MIT OR Apache-2.0"
name = "fast-float"
readme = "README.md"
repository = "https://github.com/aldanor/fast-float-rust"
version = "0.2.0"

[package.metadata.docs.rs]
features = ["std"]

[profile.release]
codegen-units = 1
lto = "fat"