chaos-tproxy/chaos-tproxy-controller/Cargo.toml

57 lines
1.7 KiB
TOML

[package]
name = "chaos-tproxy-controller"
version = "0.5.3"
edition = "2018"
[[bin]]
name = "chaos-tproxy-controller-bin"
path = "src/main.rs"
[lib]
name = "chaos_tproxy_controller_lib"
path = "src/lib.rs"
[dependencies]
anyhow = "1.0"
clap = "2.33.3"
futures = "0.3.10"
http = "0.2.7"
humantime-serde = "1.0"
hyper = {git = "https://github.com/Andrewmatilde/hyper.git", features = ["runtime", "client", "server", "http1", "http2", "stream", "error_return"]}
iptables = "0.4"
libc = {version = "0.2.81", features = ["std"]}
paw = "1.0"
serde = {version = "1.0", features = ["derive"]}
serde_derive = "1.0.123"
serde_json = "1.0"
serde_urlencoded = "0.7"
serde_yaml = "0.8"
socket2 = "0.3"
structopt = {version = "0.3", features = ["paw"]}
tokio = {version = "1.17.0", features = ["full"]}
wildmatch = "2.1"
tracing = "0.1"
tracing-subscriber = {version = "0.3", features = ["env-filter", "std"]}
json-patch = "0.2.6"
async-trait = "0.1.50"
bytes = "1.0.1"
cfg-if = "1.0.0"
bincode = "1.3.3"
tempfile = "3.2.0"
uuid = { version = "0.8", features = ["serde", "v4"] }
futures-util = { version = "0.3", default-features = false, features = ["alloc", "sink"] }
chaos-tproxy-proxy = {path = "../chaos-tproxy-proxy"}
pnet = "0.28.0"
default-net = "0.9.0"
rtnetlink = "0.9.1"
iproute2-rs = {git="https://github.com/chaos-mesh/iproute2-rs.git"}
system_gateway = {git="https://github.com/aruntomar/system_gateway"}
tokio-rustls = "0.23.4"
rustls = "0.20.4"
derivative = "2.2.0"
rustls-pemfile = "1.0.0"
webpki-roots = "0.22"
hyper-rustls = { git = "https://github.com/Andrewmatilde/hyper-rustls.git", features = ["http2"] }
arp-toolkit = {version = "0.2", features = ["sync"]}
surge-ping = "0.7.0"
rand = "0.8.5"