# 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 = "2018" name = "creature_feature" version = "0.1.7" authors = ["Logan Dimond"] exclude = [ "/benchmarks", "todo.txt", ] description = "Composable n-gram combinators that are ergonomic and bare-metal fast." homepage = "https://github.com/Lambda-Logan/creature_feature/blob/master/README.md" readme = "README.md" license = "MPL-2.0" repository = "https://github.com/Lambda-Logan/creature_feature/" [package.metadata.playground] features = ["serde"] [dependencies.fxhash] version = "0.2.1" [dependencies.heapless] version = "0.7.16" optional = true [dependencies.nohash-hasher] version = "0.2.0" [dependencies.serde] version = "1.0.103" features = ["derive"] optional = true [features] default = [] heapless = ["dep:heapless"] serde1 = ["serde"]