[package] name = "laundry5" version = "0.1.0" description = "Shuffles your socks - rotating proxy frontend server" authors = ["kpcyrd "] license = "GPL-3.0" repository = "https://github.com/kpcyrd/laundry5" categories = ["command-line-utilities"] readme = "README.md" edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] anyhow = "1.0.40" arc-swap = "1.3.0" bstr = "0.2.16" env_logger = "0.8.3" log = "0.4.14" rand = "0.8.3" structopt = "0.3.21" tokio = { version = "1.6.1", features = ["macros", "rt-multi-thread", "signal", "net", "io-util", "fs"] }