# 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 = "coolssh" version = "1.2.0" authors = ["Nathan ROYER "] description = "SSH 2.0 Client" readme = "README.md" keywords = ["ssh"] license = "MIT" repository = "https://github.com/NathanRoyer/coolssh" [lib] [dependencies.aes] version = "0.8.3" [dependencies.base64] version = "0.21.2" optional = true [dependencies.ctr] version = "0.9.2" [dependencies.ed25519-dalek] version = "1.0.1" [dependencies.log] version = "0.4" [dependencies.rand_core] version = "0.5" features = ["getrandom"] default-features = false [dependencies.sha2] version = "0.10.7" [dependencies.x25519-dalek] version = "1.2.0" [features] default = ["dump"] dump = ["base64"]