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