# 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 = "2021" name = "decoyssh" version = "1.1.0" authors = ["Eugene “Aeron” Glybin"] include = [ "src/**/*", "LICENSE", "README.md", ] description = "A compact and portable SSH tarpit server." readme = "README.md" keywords = [ "ssh", "tarpit", "netsec", "security", "server", ] categories = [ "asynchronous", "command-line-utilities", "network-programming", ] license = "ISC" repository = "https://github.com/Aeron/decoyssh" [profile.release] lto = true codegen-units = 1 strip = true [[bin]] name = "decoyssh" path = "src/main.rs" [dependencies.anyhow] version = "1.0.80" [dependencies.async-signals] version = "0.4" [dependencies.async-std] version = "1.12" [dependencies.clap] version = "4.0" features = [ "cargo", "derive", "env", "wrap_help", ] [dependencies.fastrand] version = "1.7" [dependencies.futures-util] version = "0.3.29" [target."cfg(target_env = \"musl\")".dependencies.mimalloc] version = "0.1.29"