tantivy-fst 0.3.0

This is a tantivy-specific fork from the fst crate from Burntsushi. (Please use the fst crate instead.)
Documentation
[[bench]]
bench = true
name = "build"
path = "./benches/build.rs"
test = false

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

[dependencies.regex-syntax]
version = "0.4"

[dependencies.utf8-ranges]
version = "1"
[dev-dependencies.fnv]
version = "1.0.5"

[dev-dependencies.lazy_static]
version = "1.4"

[dev-dependencies.proptest]
version = "0.9.4"

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

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

[package]
authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = "This is a tantivy-specific fork from the fst crate from Burntsushi. (Please use the fst crate instead.)\n"
documentation = "https://docs.rs/tantivy-fst"
edition = "2018"
keywords = ["donotuseme"]
license = "Unlicense/MIT"
name = "tantivy-fst"
readme = "README.md"
repository = "https://github.com/tantivy-search/fst"
version = "0.3.0"
[profile.bench]
debug = true
opt-level = 3

[profile.release]
debug = true