Files
tantivy/Cargo.toml
2016-02-27 13:12:30 +09:00

29 lines
484 B
TOML

[package]
name = "tantivy"
version = "0.1.0"
authors = ["Paul Masurel <paul.masurel@gmail.com>"]
build = "build.rs"
[dependencies]
byteorder = "0.4"
memmap = "0.2"
lazy_static = "0.1.*"
regex = "0.1"
fst = { path = "../fst" }
rand = "0.3.13"
atomicwrites = "0.0.14"
tempfile = "2.0.0"
rustc-serialize = "0.3.16"
log = "0.3.5"
combine = "1.2.0"
tempdir = "0.3.4"
bincode = "0.4.0"
serde = "0.6.11"
libc = "0.2.6"
lz4 = "1.13.131"
time = "0.1.34"
[build-dependencies]
gcc = "0.3.24"