# 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-bin" version = "0.4.3" authors = ["Andrew Gallant "] description = """ A command line tool for using finite state transducers to compactly represents sets or maps of many strings (> 1 billion is possible). The command line tool exposes functionality to search FSTs using regular expressions, Levenshtein automata and range queries. """ homepage = "https://github.com/BurntSushi/fst" documentation = "https://docs.rs/fst" keywords = [ "search", "information", "retrieval", "dictionary", "map", ] license = "Unlicense/MIT" repository = "https://github.com/BurntSushi/fst" [[bin]] name = "fst" path = "src/main.rs" doc = false [dependencies.anyhow] version = "1.0.26" [dependencies.bit-set] version = "0.5.3" [dependencies.bstr] version = "1.3.0" features = ["serde"] [dependencies.clap] version = "2.33.0" default-features = false [dependencies.crossbeam-channel] version = "0.5.6" [dependencies.csv] version = "1.2.0" [dependencies.fst] version = "0.4.6" features = ["levenshtein"] [dependencies.memmap2] version = "0.5.10" [dependencies.regex-automata] version = "0.1.9" features = ["transducer"] [dependencies.serde] version = "1.0.104" features = ["derive"] [dependencies.tempfile] version = "3.1.0"