# 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 = "2021" name = "biscuit-converter" version = "0.3.0" authors = ["Junbeom Lee "] description = "A decimal ASCII parser" readme = "README.md" keywords = [ "parser", "numeric-parser", "fast", "safe", "bit-operation", ] license = "MIT OR Apache-2.0" repository = "https://github.com/JunbeomL22/biscuit-converter" [profile.release] opt-level = 3 lto = "fat" codegen-units = 1 [[bench]] name = "i8" harness = false [[bench]] name = "i16" harness = false [[bench]] name = "i32" harness = false [[bench]] name = "i64" harness = false [[bench]] name = "i128" harness = false [[bench]] name = "u8" harness = false [[bench]] name = "u16" harness = false [[bench]] name = "u32" harness = false [[bench]] name = "u64" harness = false [[bench]] name = "u128" harness = false [dev-dependencies.anyhow] version = "1.0" [dev-dependencies.atoi] version = "2.0" [dev-dependencies.criterion] version = "0.5" [dev-dependencies.num-traits] version = "0.2"