# 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" version = "0.13.0" authors = ["Stu Hood "] description = """ [Nailgun](http://martiansoftware.com/nailgun/protocol.html) client and server protocols and a `Nail` trait that consuming crates can implement to plug in the logic that they would like to keep warm in a nailgun server. """ homepage = "https://github.com/stuhood/nails" readme = "../README.md" license = "Apache-2.0" repository = "https://github.com/stuhood/nails" [dependencies.byteorder] version = "1" [dependencies.bytes] version = "1.0" [dependencies.futures] version = "0.3" [dependencies.log] version = "0.4" [dependencies.tokio] version = "1.8" features = [ "net", "sync", "time", ] [dependencies.tokio-util] version = "0.6" features = ["codec"] [dev-dependencies.env_logger] version = "0.9" [dev-dependencies.tokio] version = "1.8" features = [ "macros", "net", "rt", ]