[package] name = "nails-client" version = "0.13.0" authors = ["Stu Hood "] license = "Apache-2.0" readme = "../README.md" repository = "https://github.com/stuhood/nails" homepage = "https://github.com/stuhood/nails" description = """ A Nailgun client binary, intended to be equivalent to the C and Python clients. """ edition = "2018" [dependencies] env_logger = "0.9" futures = "0.3" log = "0.4" nails = { path = "../nails", version = "=0.13.0" } tokio = { version = "1.8", features = ["macros", "net", "io-std", "io-util", "rt-multi-thread"] }