keyvi 0.7.5

Keyvi - the key value index. It is an in-memory FST-based data structure highly optimized for size and lookup performance.
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[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"