diff --git a/ssh-cipher/Cargo.toml b/ssh-cipher/Cargo.toml index b0c0b4c..5a8d43b 100644 --- a/ssh-cipher/Cargo.toml +++ b/ssh-cipher/Cargo.toml @@ -10,7 +10,8 @@ RustCrypto organization. """ authors = ["RustCrypto Developers"] license = "Apache-2.0 OR MIT" -repository = "https://github.com/RustCrypto/SSH/tree/master/ssh-cipher" +homepage = "https://github.com/RustCrypto/SSH/tree/master/ssh-cipher" +repository = "https://github.com/RustCrypto/SSH" categories = ["cryptography", "no-std"] keywords = ["crypto", "encryption", "openssh", "ssh"] readme = "README.md" diff --git a/ssh-encoding/Cargo.toml b/ssh-encoding/Cargo.toml index df8518e..dcd2f65 100644 --- a/ssh-encoding/Cargo.toml +++ b/ssh-encoding/Cargo.toml @@ -7,7 +7,8 @@ in RFC4251 """ authors = ["RustCrypto Developers"] license = "Apache-2.0 OR MIT" -repository = "https://github.com/RustCrypto/SSH/tree/master/ssh-encoding" +homepage = "https://github.com/RustCrypto/SSH/tree/master/ssh-encoding" +repository = "https://github.com/RustCrypto/SSH" categories = ["authentication", "cryptography", "encoding", "no-std", "parser-implementations"] keywords = ["crypto", "certificate", "key", "openssh", "ssh"] readme = "README.md" diff --git a/ssh-key/Cargo.toml b/ssh-key/Cargo.toml index 757d673..1650ced 100644 --- a/ssh-key/Cargo.toml +++ b/ssh-key/Cargo.toml @@ -9,7 +9,8 @@ with further support for the `authorized_keys` and `known_hosts` file formats. """ authors = ["RustCrypto Developers"] license = "Apache-2.0 OR MIT" -repository = "https://github.com/RustCrypto/SSH/tree/master/ssh-key" +homepage = "https://github.com/RustCrypto/SSH/tree/master/ssh-key" +repository = "https://github.com/RustCrypto/SSH" categories = ["authentication", "cryptography", "encoding", "no-std", "parser-implementations"] keywords = ["crypto", "certificate", "openssh", "ssh", "sshsig"] readme = "README.md"