blob: 7b4346f3df84f0a69706f9673ba3f54f4281ccc2 [file] [edit]
[package]
name = "netsim-cli"
version = "0.3.100"
edition = "2021"
[lib]
crate-type = ["staticlib", "lib"]
doctest = false
[dependencies]
clap = { version = "4.1.8", default-features = false, features = [
"derive",
"error-context",
"help",
"std",
"usage",
] }
futures = "0.3.30"
futures-util = { version = "0.3.30", default-features = false, features = [
"sink",
] }
grpcio = { version = "0.13.0", default-features = false, features = [
"protobufv3-codec",
] }
hex = "0.4.3"
log = "0.4.17"
netsim-common = { path = "../common" }
netsim-proto = { path = "../proto" }
protobuf = "3.2.0"