# 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-fork" version = "0.13.0" authors = ["Stu Hood "] description = """ A `Nail` trait implementation that forks a process as the user running the server. """ homepage = "https://github.com/stuhood/nails" readme = "../README.md" license = "Apache-2.0" repository = "https://github.com/stuhood/nails" [dependencies.bytes] version = "1.0" [dependencies.futures] version = "0.3" [dependencies.log] version = "0.4" [dependencies.nails] version = "=0.13.0" [dependencies.tokio] version = "1.8" features = [ "macros", "process", "rt", ] [dependencies.tokio-util] version = "0.6" features = ["codec"]