代码拉取完成,页面将自动刷新
同步操作将从 Gitee 极速下载/Sonic 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
[package]
name = "sonic-server"
version = "1.1.9"
description = "Fast, lightweight and schema-less search backend."
readme = "README.md"
license = "MPL-2.0"
edition = "2018"
homepage = "https://github.com/valeriansaliou/sonic"
repository = "https://github.com/valeriansaliou/sonic.git"
keywords = ["search", "query", "server", "index"]
categories = ["database-implementations", "web-programming"]
authors = ["Valerian Saliou <valerian@valeriansaliou.name>", "Baptiste Jamin <baptistejamin@gmail.com>"]
[badges]
travis-ci = { repository = "valeriansaliou/sonic", branch = "master" }
coveralls = { repository = "valeriansaliou/sonic", branch = "master", service = "github" }
[[bin]]
name = "sonic"
path = "src/main.rs"
doc = false
[dependencies]
jemallocator = { version = "0.3", optional = true }
log = "0.4"
toml = "0.5"
clap = { version = "2.32", default-features = false }
lazy_static = "1.3"
serde = "1.0"
serde_derive = "1.0"
graceful = "0.1"
rand = "0.6"
unicode-segmentation = "1.2"
rocksdb = { git = "https://github.com/rust-rocksdb/rust-rocksdb", features = ["lz4"] }
fst = "0.3"
fst-levenshtein = "0.2"
fst-regex = "0.2"
regex-syntax = "0.6"
twox-hash = "1.1"
byteorder = "1.3"
hashbrown = "0.1"
linked_hash_set = "0.1"
whatlang = "0.7"
[features]
default = ["alloc-jemalloc"]
alloc-jemalloc = ["jemallocator"]
benchmark = []
[profile.dev]
opt-level = 0
debug = true
debug-assertions = true
[profile.release]
opt-level = 3
lto = true
debug = false
debug-assertions = false
[profile.bench]
opt-level = 3
debug = false
debug-assertions = false
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。