代码拉取完成,页面将自动刷新
同步操作将从 hqp/rnacos 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
[package]
name = "rnacos"
version = "0.1.3"
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"
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。