[package] name = "atm0s-sdn-node-alias" version = "0.1.3" edition = "2021" description = "Node alias service in atm0s-sdn" license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] atm0s-sdn-identity = { path = "../../core/identity", version = "0.2.0" } atm0s-sdn-router = { path = "../../core/router", version = "0.1.4" } atm0s-sdn-utils = { path = "../../core/utils", version = "0.1.1" } atm0s-sdn-network = { path = "../../network", version = "0.3.1" } atm0s-sdn-pub-sub = { path = "../pub_sub", version = "0.1.8" } log = { workspace = true } parking_lot = { workspace = true } serde = { workspace = true } async-std = { workspace = true } bincode = { workspace = true } bytes = "1.5.0"