# 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 = "2018" name = "thrussh-keys" version = "0.22.1" authors = ["Pierre-Étienne Meunier "] include = [ "Cargo.toml", "src/lib.rs", "src/pem.rs", "src/agent/mod.rs", "src/agent/msg.rs", "src/agent/server.rs", "src/agent/client.rs", "src/bcrypt_pbkdf.rs", "src/blowfish.rs", "src/encoding.rs", "src/format/mod.rs", "src/format/openssh.rs", "src/format/pkcs5.rs", "src/format/pkcs8.rs", "src/key.rs", "src/signature.rs", ] description = "Deal with SSH keys: load them, decrypt them, call an SSH agent." homepage = "https://pijul.org/thrussh" documentation = "https://docs.rs/thrussh-keys" keywords = ["ssh"] license = "Apache-2.0" repository = "https://nest.pijul.com/pijul/thrussh" [dependencies.aes] version = "0.7" features = ["ctr"] [dependencies.bcrypt-pbkdf] version = "0.10" [dependencies.bit-vec] version = "0.6" [dependencies.block-modes] version = "0.8" [dependencies.byteorder] version = "1.4" [dependencies.cryptovec] version = "0.6.0" [dependencies.data-encoding] version = "2.3" [dependencies.dirs] version = "3.0" [dependencies.futures] version = "0.3" [dependencies.hmac] version = "0.11" [dependencies.log] version = "0.4" [dependencies.md5] version = "0.7" [dependencies.num-bigint] version = "0.4" [dependencies.num-integer] version = "0.1" [dependencies.openssl] version = "0.10" optional = true [dependencies.p256] version = "0.13" features = ["ecdsa"] optional = true [dependencies.pbkdf2] version = "0.8" [dependencies.rand] version = "0.8" [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.sha2] version = "0.9" [dependencies.thiserror] version = "1.0" [dependencies.thrussh-libsodium] version = "0.2" [dependencies.tokio] version = "1.6" features = [ "io-util", "rt-multi-thread", "time", "net", ] [dependencies.tokio-stream] version = "0.1" features = ["net"] [dependencies.yasna] version = "0.4.0" features = [ "bit-vec", "num-bigint", ] [dev-dependencies.env_logger] version = "0.8" [dev-dependencies.tempdir] version = "0.3"