当前仓库属于暂停状态,部分功能使用受限,详情请查阅 仓库状态说明
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Cargo.toml 2.39 KB
一键复制 编辑 原始数据 按行查看 历史
jthinking 提交于 2022-05-20 22:55 . Update: 格式化规则元数据
[package]
name = "tailmond"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
actix = "0.13.0"
actix-web = "4"
actix-multipart = "0.4"
actix-web-actors = "4.1.0"
actix-rt = "2.7.0"
rust-embed = "6.3.0"
mime_guess = { version = "2" }
diesel = { version = "1.4.8", features = ["sqlite", "r2d2"] }
dotenv = "0.15"
env_logger = "0.9.0"
log = "0.4"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
uuid = { version = "0.8", features = ["serde", "v4"] }
rocksdb = "0.18.0"
#hyperscan = { version = "0.3", features = ["static"] }
#yara = "0.13.0"
#tantivy = "0.17.0"
config = "0.13.1"
chrono = "0.4.19"
cron = "0.11.0"
lazy_static = "1.4.0"
num-traits = "0.2.14"
futures-util = "0.3.21"
async-stream = "0.3"
futures = { version = "0.3", default-features = false, features = ["alloc"] }
prost = "0.10"
tokio = { version = "1.0", features = [ "rt-multi-thread", "time", "fs", "macros", "net",] }
tokio-stream = { version = "0.1", features = ["net"] }
tonic = { version = "0.7.1", features = ["tls", "compression"] }
tower = { version = "0.4" }
# Required for routeguide
rand = "0.8"
# Required for wellknown types
prost-types = "0.10"
# Hyper example
http = "0.2"
http-body = "0.4.2"
hyper = { version = "0.14", features = ["full"] }
pin-project = "1.0"
warp = "0.3"
# Health example
tonic-health = { version = "0.6.0" }
# Reflection example
listenfd = "0.3"
tonic-reflection = { version = "0.4.0" }
# grpc-web example
bytes = "1"
tonic-web = { version = "0.3.0" }
# streaming example
h2 = "0.3"
tokio-rustls = "*"
hyper-rustls = { version = "0.23", features = ["http2"] }
rustls-pemfile = "*"
tower-http = { version = "0.2", features = ["add-extension"] }
heim = { git = "https://github.com/vectordotdev/heim.git", branch="update-nix", default-features = false, features = ["cpu", "disk", "host", "memory", "net"] }
#heim-virt = "0.0.11"
crossbeam = "0.8"
crossbeam-channel = "0.5"
psutil = "3.2.2"
awc = "3.0.0"
sanitize-filename = "0.3"
regex = "1.5"
libc = "0.2"
maxminddb = "0.23.0"
aes = "0.8.1"
nom = "7.1.1"
md-5 = "0.10.1"
hex-literal = "0.3.4"
chacha20poly1305 = { version = "0.9.0", features = ["stream"] }
anyhow = "1.0"
local-ip-address = "0.4.4"
[build-dependencies]
tonic-build = { version = "0.7.0", features = ["prost", "compression"] }
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化