# 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 = "flatline" version = "0.0.11" description = "ssh-2.0 client library" readme = "README.md" keywords = [ "ssh", "tokio", "async", ] categories = ["asynchronous"] license = "Apache-2.0" repository = "https://github.com/Zhou-Pixel/flatline.git" [dependencies.async-trait] version = "0.1" [dependencies.bcrypt-pbkdf] version = "0.10" [dependencies.bitflags] version = "2.4" [dependencies.bytes] version = "1.5" [dependencies.custom_debug_derive] version = "0.6" [dependencies.derive-new] version = "0.6" [dependencies.flate2] version = "1.0" features = ["zlib"] default-features = false [dependencies.indexmap] version = "2" [dependencies.num-derive] version = "0.4.2" [dependencies.num-traits] version = "0.2.19" [dependencies.openssl] version = "0.10.63" [dependencies.snafu] version = "0.8" [dependencies.tokio] version = "1" features = [ "io-util", "rt", "macros", "sync", ] [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.tokio] version = "1" features = ["full"] [features] backtrace = ["snafu/backtrace"] default = ["openssl-vendored"] openssl-vendored = ["openssl/vendored"]