sonic-server 1.1.3

Fast, lightweight and schema-less search backend.
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "sonic-server"
version = "1.1.3"
authors = ["Valerian Saliou <valerian@valeriansaliou.name>", "Baptiste Jamin <baptistejamin@gmail.com>"]
description = "Fast, lightweight and schema-less search backend."
homepage = "https://github.com/valeriansaliou/sonic"
readme = "README.md"
keywords = ["search", "query", "server", "index"]
categories = ["database-implementations", "web-programming"]
license = "MPL-2.0"
repository = "https://github.com/valeriansaliou/sonic.git"
[profile.bench]
opt-level = 3
debug = false
debug-assertions = false

[profile.dev]
opt-level = 0
debug = true
debug-assertions = true

[profile.release]
opt-level = 3
lto = true
debug = false
debug-assertions = false

[[bin]]
name = "sonic"
path = "src/main.rs"
doc = false
[dependencies.byteorder]
version = "1.3"

[dependencies.clap]
version = "2.32"
default-features = false

[dependencies.fst]
version = "0.3"

[dependencies.fst-levenshtein]
version = "0.2"

[dependencies.fst-regex]
version = "0.2"

[dependencies.graceful]
version = "0.1"

[dependencies.hashbrown]
version = "0.1"

[dependencies.jemallocator]
version = "0.3"
optional = true

[dependencies.lazy_static]
version = "1.3"

[dependencies.linked_hash_set]
version = "0.1"

[dependencies.log]
version = "0.4"

[dependencies.rand]
version = "0.6"

[dependencies.regex-syntax]
version = "0.6"

[dependencies.rocksdb]
version = "0.12"
features = ["lz4"]

[dependencies.serde]
version = "1.0"

[dependencies.serde_derive]
version = "1.0"

[dependencies.toml]
version = "0.5"

[dependencies.twox-hash]
version = "1.1"

[dependencies.unicode-segmentation]
version = "1.2"

[dependencies.whatlang]
version = "0.7"

[features]
alloc-jemalloc = ["jemallocator"]
benchmark = []
default = ["alloc-jemalloc"]
[badges.coveralls]
branch = "master"
repository = "valeriansaliou/sonic"
service = "github"

[badges.travis-ci]
branch = "master"
repository = "valeriansaliou/sonic"