# 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 = "wordbreaker" version = "0.3.0" authors = ["Chai T. Rex "] description = """ A Unicode-aware no_std crate (requires alloc) that rapidly finds all sequences of dictionary words that concatenate to a given string. """ homepage = "https://crates.io/crates/wordbreaker" documentation = "https://docs.rs/wordbreaker" readme = "README.md" keywords = [ "concatenation", "dictionary", "text", ] categories = [ "no-std", "text-processing", ] license = "Apache-2.0 OR MIT" repository = "https://github.com/ChaiTRex/wordbreaker" [[bench]] name = "benches" harness = false [dependencies.fst] version = "0.4" [dependencies.unicode-normalization] version = "0.1" default-features = false [dependencies.unicode-segmentation] version = "1.10" [dependencies.with-bench] version = "0.4" optional = true package = "criterion"