mirror of
https://github.com/quickwit-oss/tantivy.git
synced 2026-01-08 10:02:55 +00:00
25 lines
415 B
TOML
25 lines
415 B
TOML
[package]
|
|
name = "tantivy"
|
|
version = "0.1.0"
|
|
authors = ["Paul Masurel <paul.masurel@gmail.com>"]
|
|
|
|
[dependencies]
|
|
byteorder = "0.4.2"
|
|
itertools = "0.4.5"
|
|
memmap = "0.2.3"
|
|
lazy_static = "0.1.*"
|
|
regex = "0.1"
|
|
fst = "0.1.26"
|
|
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"
|
|
|
|
|
|
#![feature(step_by)]
|