[go: up one dir, main page]

lexical-core 0.4.3

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-core"
version = "0.4.3"
authors = ["Alex Huszagh <ahuszagh@gmail.com>"]
build = "build.rs"
autobenches = false
description = "Lexical, to- and from-string conversion routines."
documentation = "https://docs.rs/lexical-core"
readme = "README.md"
keywords = ["parsing", "lexical", "encoding", "no_std"]
categories = ["parsing", "encoding", "no-std"]
license = "MIT/Apache-2.0"
repository = "https://github.com/Alexhuszagh/rust-lexical/tree/master/lexical-core"
[profile.dev]
opt-level = 0
lto = false
debug = true
panic = "abort"

[profile.release]
opt-level = 3
lto = true
debug = false
debug-assertions = false
panic = "abort"

[lib]
crate-type = ["lib", "staticlib", "cdylib"]
[dependencies.cfg-if]
version = "0.1"

[dependencies.dtoa]
version = "0.4"
optional = true

[dependencies.ryu]
version = "^1.0"
optional = true

[dependencies.stackvector]
version = "^1.0.5"
optional = true

[dependencies.static_assertions]
version = "0.3.3"
[dev-dependencies.approx]
version = "0.3.0"

[dev-dependencies.proptest]
version = "0.9.4"

[dev-dependencies.quickcheck]
version = "0.8.5"
[build-dependencies.rustc_version]
version = "0.2"

[features]
correct = ["stackvector", "table"]
default = ["correct", "ryu", "std"]
grisu3 = ["dtoa"]
radix = []
rounding = []
std = []
table = []
trim_floats = []
unchecked_index = []
[badges.travis-ci]
repository = "Alexhuszagh/rust-lexical"