diff --git a/async-signature/Cargo.toml b/async-signature/Cargo.toml index dfd133e6..b5f5bb9d 100644 --- a/async-signature/Cargo.toml +++ b/async-signature/Cargo.toml @@ -5,7 +5,8 @@ version = "0.6.0-pre.1" authors = ["RustCrypto Developers"] license = "Apache-2.0 OR MIT" documentation = "https://docs.rs/async-signature" -repository = "https://github.com/RustCrypto/traits/tree/master/async-signature" +homepage = "https://github.com/RustCrypto/traits/tree/master/async-signature" +repository = "https://github.com/RustCrypto/traits" readme = "README.md" keywords = ["crypto", "ecdsa", "ed25519", "signature", "signing"] categories = ["cryptography", "no-std"] diff --git a/elliptic-curve/Cargo.toml b/elliptic-curve/Cargo.toml index 388c12a1..a9258c6a 100644 --- a/elliptic-curve/Cargo.toml +++ b/elliptic-curve/Cargo.toml @@ -8,7 +8,8 @@ and public/secret keys composed thereof. """ authors = ["RustCrypto Developers"] license = "Apache-2.0 OR MIT" -repository = "https://github.com/RustCrypto/traits/tree/master/elliptic-curve" +homepage = "https://github.com/RustCrypto/traits/tree/master/elliptic-curve" +repository = "https://github.com/RustCrypto/traits" readme = "README.md" categories = ["cryptography", "no-std"] keywords = ["crypto", "ecc", "elliptic", "weierstrass"] diff --git a/kem/Cargo.toml b/kem/Cargo.toml index 3739e836..76a47c57 100644 --- a/kem/Cargo.toml +++ b/kem/Cargo.toml @@ -5,7 +5,8 @@ version = "0.3.0-pre.0" authors = ["RustCrypto Developers"] license = "Apache-2.0 OR MIT" documentation = "https://docs.rs/kem" -repository = "https://github.com/RustCrypto/traits/tree/master/kem" +homepage = "https://github.com/RustCrypto/traits/tree/master/kem" +repository = "https://github.com/RustCrypto/traits" readme = "README.md" edition = "2021" keywords = ["crypto"] diff --git a/password-hash/Cargo.toml b/password-hash/Cargo.toml index 86b136ca..a64ef0f2 100644 --- a/password-hash/Cargo.toml +++ b/password-hash/Cargo.toml @@ -10,7 +10,8 @@ authors = ["RustCrypto Developers"] license = "MIT OR Apache-2.0" readme = "README.md" documentation = "https://docs.rs/password-hash" -repository = "https://github.com/RustCrypto/traits/tree/master/password-hash" +homepage = "https://github.com/RustCrypto/traits/tree/master/password-hash" +repository = "https://github.com/RustCrypto/traits" categories = ["authentication", "cryptography", "no-std"] keywords = ["crypt", "mcf", "password", "pbkdf", "phc"] edition = "2021" diff --git a/signature/Cargo.toml b/signature/Cargo.toml index f5e9c27e..b5eebd10 100644 --- a/signature/Cargo.toml +++ b/signature/Cargo.toml @@ -5,7 +5,8 @@ version = "2.3.0-pre.3" authors = ["RustCrypto Developers"] license = "Apache-2.0 OR MIT" documentation = "https://docs.rs/signature" -repository = "https://github.com/RustCrypto/traits/tree/master/signature" +homepage = "https://github.com/RustCrypto/traits/tree/master/signature" +repository = "https://github.com/RustCrypto/traits" readme = "README.md" keywords = ["crypto", "ecdsa", "ed25519", "signature", "signing"] categories = ["cryptography", "no-std"] diff --git a/signature_derive/Cargo.toml b/signature_derive/Cargo.toml index ba1e7d53..3d01b5d0 100644 --- a/signature_derive/Cargo.toml +++ b/signature_derive/Cargo.toml @@ -5,7 +5,8 @@ authors = ["RustCrypto Developers"] license = "Apache-2.0 OR MIT" description = "Custom derive support for the 'signature' crate" documentation = "https://docs.rs/signature" -repository = "https://github.com/RustCrypto/traits/tree/master/signature_derive" +homepage = "https://github.com/RustCrypto/traits/tree/master/signature_derive" +repository = "https://github.com/RustCrypto/traits" readme = "README.md" edition = "2021" rust-version = "1.60"