[package] name = "rust" version = "0.1.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] tonic = "0.11.0" prost = "0.12.3" tonic-health = "0.11.0" tokio = { version = "1.0.0", features = ["rt", "rt-multi-thread", "macros","signal"] } portpicker = "0.1.1" uuid = { version = "1.7.0", features = ["v4"] } abao = { git = "https://github.com/LumeWeb/abao.git", branch = "feature/inner_mut", default-features = false, features = ["group_size_256k", "tokio", "tokio_io"] } anyhow = "1.0.79"