[package]
name = "keyvi"
version = "0.7.5"
authors = [
"Hendrik Muhs<hendrik.muhs@gmail.com>",
"Narek Gharibyan <narekgharibyan@gmail.com>",
"Subu <subu@cliqz.com>",
]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Keyvi - the key value index. It is an in-memory FST-based data structure highly optimized for size and lookup performance."
readme = false
keywords = [
"big-data",
"keyvaluestore",
"fst",
"search",
]
categories = [
"data-structures",
"algorithms",
"external-ffi-bindings",
"memory-management",
]
license = "Apache-2.0"
repository = "https://github.com/KeyviDev/keyvi"
[lib]
name = "keyvi"
path = "src/lib.rs"
[[test]]
name = "tests"
path = "tests/tests.rs"
[dependencies.serde_json]
version = ">=1.0"
[dev-dependencies.flate2]
version = "1.0"
[dev-dependencies.rand]
version = ">=0.9"
[dev-dependencies.rayon]
version = "0.9"
[dev-dependencies.snap]
version = "1.1"
[dev-dependencies.zstd]
version = "0.13"
[build-dependencies.bindgen]
version = ">=0.69.5"
[build-dependencies.cmake]
version = ">=0.1"