# 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" rust-version = "1.56" name = "chisel-decoders" version = "1.1.0" authors = ["Jonny Coombes "] description = "Chisel UTF-8 and ASCII byte stream decoder implementations" readme = "README.md" keywords = [ "ascii", "utf8", "decoder", ] categories = [ "encoding", "text-processing", ] license = "MIT OR Apache-2.0" repository = "https://github.com/jonnycoombes/chisel-core/tree/trunk/chisel-decoders" [[bench]] name = "utf8_decoding" harness = false [[bench]] name = "ascii_decoding" harness = false [dependencies] [dev-dependencies.criterion] version = "0.5.1" features = ["html_reports"] [dev-dependencies.pprof] version = "0.13.0" features = [ "flamegraph", "criterion", "protobuf", ] [features]