# 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] edition = "2018" name = "atoi_radix10" version = "0.0.1" authors = ["Giles Cope ", "Ivan Tham "] description = "Parse strings as base 10 integers quickly (especially u64/u128)" keywords = ["parse", "atoi", "conversion", "integer"] categories = ["parsing"] license = "MIT OR Apache-2.0" repository = "https://github.com/gilescope/atoi_radix10" [[bench]] name = "bench" harness = false [dependencies] [dev-dependencies.criterion] version = "0.3" features = ["html_reports"] [dev-dependencies.getrandom] version = "0.2" features = ["js"] [dev-dependencies.heapless] version = "0.7" [dev-dependencies.numtoa] version = "0.2.4" [dev-dependencies.paste] version = "1.0" [dev-dependencies.rand] version = "0.8" [dev-dependencies.wasm-bindgen-test] version = "0.3" [features] default = [] nightly = [] simd = []