mirror of
https://github.com/quickwit-oss/tantivy.git
synced 2026-01-09 02:22:54 +00:00
45 lines
708 B
TOML
45 lines
708 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 = "0.1.29"
|
|
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"
|
|
libc = "0.2.6"
|
|
argparse = "*"
|
|
num_cpus = "0.2"
|
|
lz4 = "1.13.131"
|
|
time = "0.1.34"
|
|
uuid = "0.1"
|
|
|
|
[dev-dependencies]
|
|
rand = "0.3.13"
|
|
|
|
[build-dependencies]
|
|
gcc = "0.3.24"
|
|
|
|
[[bin]]
|
|
name = "tantivy-merge"
|
|
path = "src/cli/merge.rs"
|
|
|
|
# [profile.release]
|
|
# opt-level = 3
|
|
# debug = true
|
|
# rpath = false
|
|
# lto = false
|
|
# debug-assertions = false
|
|
# codegen-units = 1
|