# 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 = "ssh-packet" version = "0.9.0" authors = ["Maya the bee <15341887+lowlevl@users.noreply.github.com>"] description = "A library implementing SSH packet reading/writing using `binrw`." documentation = "https://docs.rs/ssh-packet" readme = "README.md" keywords = [ "ssh", "binary", ] license = "GPL-3.0" repository = "https://github.com/lowlevl/ssh-packet" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.binrw] version = "0.14.0" [dependencies.digest] version = "0.10.7" optional = true default-features = false [dependencies.futures] version = "0.3.28" features = ["std"] optional = true default-features = false [dependencies.signature] version = "2.2.0" optional = true default-features = false [dependencies.thiserror] version = "1.0.49" [dependencies.zeroize] version = "1.8.1" features = ["derive"] optional = true [dev-dependencies.async-std] version = "1.12.0" features = ["attributes"] [dev-dependencies.rstest] version = "0.21.0"