keyvi 0.4.6

Keyvi - the key value index. It is an in-memory FST-based data structure highly optimized for size and lookup performance.
[build-dependencies.bindgen]
version = ">=0.30"

[build-dependencies.cmake]
version = ">=0.1"
[dependencies.serde_json]
version = ">=1.0"
[dev-dependencies.rand]
version = ">=0.4"

[dev-dependencies.rayon]
version = "0.9"

[package]
authors = ["Hendrik Muhs<hendrik.muhs@gmail.com>", "Narek Gharibyan <narekgharibyan@gmail.com>", "Subu <subu@cliqz.com>"]
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"
repository = "https://github.com/KeyviDev/keyvi"
version = "0.4.6"