1 Star 0 Fork 13

ssunny/rnacos

forked from hqp/rnacos 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Cargo.toml 1.47 KB
一键复制 编辑 原始数据 按行查看 历史
hqp 提交于 2023-05-07 23:48 . update Cargo version
[package]
name = "rnacos"
version = "0.1.3"
authors = ["heqingpan <[email protected]>"]
edition = "2018"
license = "MIT/Apache-2.0"
description = "Nacos server re-implemented in Rust."
homepage = "https://github.com/heqingpan/rnacos"
repository = "https://github.com/heqingpan/rnacos"
documentation = "https://docs.rs/rnacos/latest"
readme = "README.md"
keywords = ["nacos","rnacos","registry","config"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[[bin]]
name="rnacos"
path="src/main.rs"
[dependencies]
serde = {version = "1", features = ["derive","rc"]}
serde_json = "1"
serde_urlencoded = "0.6"
actix-web="4"
actix-http="3"
actix = "0.13"
actix-rt = "2"
env_logger = "0.7"
rust-crypto="0.2"
tokio = {version="1", features=["full"]}
tokio-stream = "0.1"
chrono = {version = "0.4", features =["serde"] }
flate2 = "1.0"
log="0.4"
tonic = "0.4"
prost="0.7"
async-trait = "0.1"
anyhow = "1"
mime="0.3"
lazy_static = "1.4"
dotenv = "0.15"
rust-embed="6.6.1"
mime_guess = { version = "2"}
# db
rusqlite={version="0.25",features = ["bundled"]}
rsql_builder="0.1"
inner-mem-cache="0.1.3"
nacos_rust_client = "0.2"
[dependencies.uuid]
version = "1.2.1"
features = [
"v4", # Lets you generate random UUIDs
"fast-rng", # Use a faster (but still sufficiently random) RNG
"macro-diagnostics", # Enable better diagnostics for compile-time UUIDs
]
[build-dependencies]
anyhow="1"
zip="0.6"
rnacos-web-dist-wrap = "0.1.3"
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Rust
1
https://gitee.com/ssunny/rnacos.git
[email protected]:ssunny/rnacos.git
ssunny
rnacos
rnacos
master

搜索帮助