# 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 = "fst-no-std" version = "0.4.8" authors = [ "Andrew Gallant ", "Jonas Kruckenberg ", ] description = """ Use finite state transducers to compactly represents sets or maps of many strings (> 1 billion is possible). """ homepage = "https://github.com/CrabNejonas/fst" documentation = "https://docs.rs/fst-no-std" readme = "README.md" keywords = [ "search", "information", "retrieval", "dictionary", "map", ] license = "Unlicense/MIT" repository = "https://github.com/CrabNejonas/fst" [package.metadata.docs.rs] features = ["levenshtein"] [profile.bench] debug = 2 [profile.release] debug = 2 [dependencies.utf8-ranges] version = "1.0.4" optional = true [dev-dependencies.doc-comment] version = "0.3.1" [dev-dependencies.fnv] version = "1.0.6" [dev-dependencies.memmap2] version = "0.5.10" [dev-dependencies.quickcheck] version = "0.9.2" default-features = false [dev-dependencies.rand] version = "0.7.3" [features] alloc = [] default = ["std"] levenshtein = [ "utf8-ranges", "std", ] std = ["alloc"]