[package] name = "ssh-auth" version = "0.0.0" edition = "2021" authors = ["RustCrypto Developers"] license = "Apache-2.0 OR MIT" homepage = "https://github.com/RustCrypto/SSH/tree/master/ssh-auth" repository = "https://github.com/RustCrypto/SSH" categories = ["cryptography", "no-std"] keywords = ["crypto", "encryption", "openssh", "ssh"] readme = "README.md" description = """ Pure Rust implementation of SSH authentication services. """ [dependencies]