# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "nails-client" version = "0.13.0" authors = ["Stu Hood "] description = """ A Nailgun client binary, intended to be equivalent to the C and Python clients. """ homepage = "https://github.com/stuhood/nails" readme = "../README.md" license = "Apache-2.0" repository = "https://github.com/stuhood/nails" [dependencies.env_logger] version = "0.9" [dependencies.futures] version = "0.3" [dependencies.log] version = "0.4" [dependencies.nails] version = "=0.13.0" [dependencies.tokio] version = "1.8" features = [ "macros", "net", "io-std", "io-util", "rt-multi-thread", ]