fst 0.2.3

Use finite state transducers to compactly represents sets or maps of many strings (> 1 billion is possible).
Documentation
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "fst"
version = "0.2.3"
authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = "Use finite state transducers to compactly represents sets or maps of many\nstrings (> 1 billion is possible).\n"
homepage = "https://github.com/BurntSushi/fst"
documentation = "http://burntsushi.net/rustdoc/fst/"
readme = "README.md"
keywords = ["search", "information", "retrieval", "dictionary", "map"]
license = "Unlicense/MIT"
repository = "https://github.com/BurntSushi/fst"
[profile.bench]
opt-level = 3
debug = true

[profile.release]
debug = true

[[bench]]
name = "build"
path = "./benches/build.rs"
test = false
bench = true

[[bench]]
name = "search"
path = "./benches/search.rs"
test = false
bench = true
[dependencies.byteorder]
version = "1"

[dependencies.memmap]
version = "0.4.0"
optional = true
[dev-dependencies.lazy_static]
version = "0.2.8"

[dev-dependencies.fst-levenshtein]
version = "0.1"

[dev-dependencies.fnv]
version = "1.0.5"

[dev-dependencies.fst-regex]
version = "0.1"

[dev-dependencies.quickcheck]
version = "0.4.1"
default-features = false

[dev-dependencies.rand]
version = "0.3.15"

[features]
default = ["mmap"]
mmap = ["memmap"]