# 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 = "zssh" version = "0.4.2" authors = ["Thomas Bénéteau "] build = false exclude = ["/examples"] autobins = false autoexamples = false autotests = false autobenches = false description = "Minimal SSH server for embedded applications." documentation = "https://docs.rs/zssh" readme = "README.md" keywords = [ "ssh", "security", "cryptography", ] categories = [ "embedded", "network-programming", "no-std", "no-std::no-alloc", ] license = "MIT" repository = "https://github.com/TomCrypto/zssh" [lib] name = "zssh" path = "src/lib.rs" [dependencies.chacha20] version = "0.9" default-features = false [dependencies.constant_time_eq] version = "0.3" default-features = false [dependencies.ed25519-dalek] version = "2.1" default-features = false [dependencies.embedded-io-async] version = "0.6" default-features = false [dependencies.poly1305] version = "0.8" default-features = false [dependencies.rand] version = "0.8" default-features = false [dependencies.sha2] version = "0.10" default-features = false [dependencies.x25519-dalek] version = "2.0" default-features = false [dev-dependencies.embedded-io-async] version = "0.6" features = ["std"] [dev-dependencies.hex] version = "0.4" [dev-dependencies.rand] version = "0.8" features = ["std"] [dev-dependencies.tokio] version = "1.37" features = [ "net", "io-util", "rt-multi-thread", "macros", ]