lexical 1.0.2

Lexical, to- and from-string conversion routines.
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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "lexical"
version = "1.0.2"
authors = ["Alex Huszagh <ahuszagh@gmail.com>"]
exclude = ["benches/*"]
autobenches = false
description = "Lexical, to- and from-string conversion routines."
documentation = "https://docs.rs/lexical"
readme = "README.md"
keywords = ["parsing", "lexical", "encoding"]
categories = ["parsing", "encoding"]
license = "MIT/Apache-2.0"
repository = "https://github.com/AlexHuszagh/rust-lexical"
[profile.bench]
opt-level = 3
lto = true

[[bench]]
name = "atof"
harness = false

[[bench]]
name = "atoi"
harness = false

[[bench]]
name = "itoa"
harness = false

[[bench]]
name = "ftoa"
harness = false
[dependencies.wee_alloc]
version = "0.4"
optional = true
[dev-dependencies.assert_float_eq]
version = "1"

[dev-dependencies.bencher]
version = "0.1.5"

[dev-dependencies.dtoa]
version = "0.4"

[dev-dependencies.itoa]
version = "0.4"

[features]
alloc = ["wee_alloc"]
default = ["std", "table"]
nightly = ["alloc"]
std = []
table = []
[badges.travis-ci]
repository = "AlexHuszagh/rust-lexical"