# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "tarssh" version = "0.7.0" authors = ["Thomas Hurst "] description = "A simple SSH tarpit server" documentation = "https://docs.rs/tarssh" readme = "README.md" keywords = ["ssh", "tarpit", "security", "server"] license = "MIT" repository = "https://github.com/Freaky/tarssh" [dependencies.async-stream] version = "0.3.0" [dependencies.env_logger] version = "0.8" [dependencies.exitcode] version = "1.1" [dependencies.futures] version = "0.3" [dependencies.futures-util] version = "0.3" [dependencies.log] version = "0.4" [dependencies.structopt] version = "0.3" [dependencies.tokio] version = "1.0" features = ["io-util", "macros", "net", "rt", "signal", "sync", "time"] [dependencies.tokio-stream] version = "0.1.1" features = ["net", "time"] [dev-dependencies.quickcheck] version = "1.0" [features] default = ["sandbox", "drop_privs"] drop_privs = ["privdrop"] sandbox = ["rusty-sandbox"] [target."cfg(unix)".dependencies.privdrop] version = "0.5" optional = true [target."cfg(unix)".dependencies.rusty-sandbox] version = "0.2" optional = true