# 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 = "assh-connect" version = "0.0.0" authors = ["Maya the bee <15341887+lowlevl@users.noreply.github.com>"] description = "An extension to [`assh`] that provides the [`SSH-CONNECT`] layer." documentation = "https://docs.rs/assh-auth" readme = "README.md" keywords = [ "ssh", "server", "client", ] license = "GPL-3.0" repository = "https://github.com/lowlevl/assh" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.assh] version = "^0" [dev-dependencies.async-std] version = "1.12.0" features = [ "attributes", "unstable", ] [dev-dependencies.rstest] version = "0.18.2" [dev-dependencies.tracing-subscriber] version = "0.3" features = [ "env-filter", "fmt", "tracing-log", ] default-features = false