diff --git a/bign256/Cargo.toml b/bign256/Cargo.toml index 233509007..b9761ee2c 100644 --- a/bign256/Cargo.toml +++ b/bign256/Cargo.toml @@ -9,7 +9,8 @@ general purpose curve arithmetic authors = ["RustCrypto Developers"] license = "Apache-2.0 OR MIT" documentation = "https://docs.rs/bign256" -repository = "https://github.com/RustCrypto/elliptic-curves/tree/master/bign256" +homepage = "https://github.com/RustCrypto/elliptic-curves/tree/master/bign256" +repository = "https://github.com/RustCrypto/elliptic-curves" readme = "README.md" categories = ["cryptography", "no-std"] keywords = ["crypto", "ecc", "stb", "bign-curve256v1", "bignp256"] diff --git a/bp256/Cargo.toml b/bp256/Cargo.toml index c0c95b1b5..2130469d9 100644 --- a/bp256/Cargo.toml +++ b/bp256/Cargo.toml @@ -5,7 +5,8 @@ description = "Brainpool P-256 (brainpoolP256r1 and brainpoolP256t1) elliptic cu authors = ["RustCrypto Developers"] license = "Apache-2.0 OR MIT" documentation = "https://docs.rs/bp256" -repository = "https://github.com/RustCrypto/elliptic-curves/tree/master/bp256" +homepage = "https://github.com/RustCrypto/elliptic-curves/tree/master/bp256" +repository = "https://github.com/RustCrypto/elliptic-curves" readme = "README.md" categories = ["cryptography", "no-std"] keywords = ["brainpool", "crypto", "ecc"] diff --git a/bp384/Cargo.toml b/bp384/Cargo.toml index 1d4ea1350..eac42fae0 100644 --- a/bp384/Cargo.toml +++ b/bp384/Cargo.toml @@ -5,7 +5,8 @@ description = "Brainpool P-384 (brainpoolP384r1 and brainpoolP384t1) elliptic cu authors = ["RustCrypto Developers"] license = "Apache-2.0 OR MIT" documentation = "https://docs.rs/bp384" -repository = "https://github.com/RustCrypto/elliptic-curves/tree/master/bp384" +homepage = "https://github.com/RustCrypto/elliptic-curves/tree/master/bp384" +repository = "https://github.com/RustCrypto/elliptic-curves" readme = "README.md" categories = ["cryptography", "no-std"] keywords = ["brainpool", "crypto", "ecc"] diff --git a/k256/Cargo.toml b/k256/Cargo.toml index cb2bc714e..ba10568fa 100644 --- a/k256/Cargo.toml +++ b/k256/Cargo.toml @@ -10,7 +10,8 @@ curve group operations which can be used to implement arbitrary protocols authors = ["RustCrypto Developers"] license = "Apache-2.0 OR MIT" documentation = "https://docs.rs/k256" -repository = "https://github.com/RustCrypto/elliptic-curves/tree/master/k256" +homepage = "https://github.com/RustCrypto/elliptic-curves/tree/master/k256" +repository = "https://github.com/RustCrypto/elliptic-curves" readme = "README.md" categories = ["cryptography", "cryptography::cryptocurrencies", "no-std"] keywords = ["bitcoin", "crypto", "ecc", "ethereum", "secp256k1"] diff --git a/p192/Cargo.toml b/p192/Cargo.toml index 439fa5bcc..c71ee46e2 100644 --- a/p192/Cargo.toml +++ b/p192/Cargo.toml @@ -8,7 +8,8 @@ as defined in SP 800-186 authors = ["RustCrypto Developers"] license = "Apache-2.0 OR MIT" documentation = "https://docs.rs/p192" -repository = "https://github.com/RustCrypto/elliptic-curves/tree/master/p192" +homepage = "https://github.com/RustCrypto/elliptic-curves/tree/master/p192" +repository = "https://github.com/RustCrypto/elliptic-curves" readme = "README.md" categories = ["cryptography", "no-std"] keywords = ["crypto", "ecc", "nist", "secp192r1"] diff --git a/p224/Cargo.toml b/p224/Cargo.toml index c2510a59d..fa9ff1187 100644 --- a/p224/Cargo.toml +++ b/p224/Cargo.toml @@ -8,7 +8,8 @@ as defined in SP 800-186 authors = ["RustCrypto Developers"] license = "Apache-2.0 OR MIT" documentation = "https://docs.rs/p224" -repository = "https://github.com/RustCrypto/elliptic-curves/tree/master/p224" +homepage = "https://github.com/RustCrypto/elliptic-curves/tree/master/p224" +repository = "https://github.com/RustCrypto/elliptic-curves" readme = "README.md" categories = ["cryptography", "no-std"] keywords = ["crypto", "ecc", "nist", "secp224r1"] diff --git a/p256/Cargo.toml b/p256/Cargo.toml index 92406c15b..ae8e03654 100644 --- a/p256/Cargo.toml +++ b/p256/Cargo.toml @@ -9,7 +9,8 @@ signing/verification, and general purpose curve arithmetic authors = ["RustCrypto Developers"] license = "Apache-2.0 OR MIT" documentation = "https://docs.rs/p256" -repository = "https://github.com/RustCrypto/elliptic-curves/tree/master/p256" +homepage = "https://github.com/RustCrypto/elliptic-curves/tree/master/p256" +repository = "https://github.com/RustCrypto/elliptic-curves" readme = "README.md" categories = ["cryptography", "no-std"] keywords = ["crypto", "ecc", "nist", "prime256v1", "secp256r1"] diff --git a/p384/Cargo.toml b/p384/Cargo.toml index 062a3b165..3a56b11df 100644 --- a/p384/Cargo.toml +++ b/p384/Cargo.toml @@ -9,7 +9,8 @@ and general purpose curve arithmetic support. authors = ["RustCrypto Developers", "Frank Denis "] license = "Apache-2.0 OR MIT" documentation = "https://docs.rs/p384" -repository = "https://github.com/RustCrypto/elliptic-curves/tree/master/p384" +homepage = "https://github.com/RustCrypto/elliptic-curves/tree/master/p384" +repository = "https://github.com/RustCrypto/elliptic-curves" readme = "README.md" categories = ["cryptography", "no-std"] keywords = ["crypto", "ecc", "nist", "secp384r1"] diff --git a/p521/Cargo.toml b/p521/Cargo.toml index a49fb4fdb..b945f24d1 100644 --- a/p521/Cargo.toml +++ b/p521/Cargo.toml @@ -8,7 +8,8 @@ as defined in SP 800-186 authors = ["RustCrypto Developers"] license = "Apache-2.0 OR MIT" documentation = "https://docs.rs/p521" -repository = "https://github.com/RustCrypto/elliptic-curves/tree/master/p521" +homepage = "https://github.com/RustCrypto/elliptic-curves/tree/master/p521" +repository = "https://github.com/RustCrypto/elliptic-curves" readme = "README.md" categories = ["cryptography", "no-std"] keywords = ["crypto", "ecc", "nist", "secp521r1"] diff --git a/primefield/Cargo.toml b/primefield/Cargo.toml index 718d82d92..6596661e2 100644 --- a/primefield/Cargo.toml +++ b/primefield/Cargo.toml @@ -5,7 +5,8 @@ description = "Macros for generating prime field implementations" authors = ["RustCrypto Developers"] license = "Apache-2.0 OR MIT" documentation = "https://docs.rs/primeorder" -repository = "https://github.com/RustCrypto/elliptic-curves/tree/master/primefield" +homepage = "https://github.com/RustCrypto/elliptic-curves/tree/master/primefield" +repository = "https://github.com/RustCrypto/elliptic-curves" readme = "README.md" categories = ["cryptography", "no-std"] keywords = ["crypto", "ecc", "field", "prime"] diff --git a/primeorder/Cargo.toml b/primeorder/Cargo.toml index 8339cf059..9a1234f5a 100644 --- a/primeorder/Cargo.toml +++ b/primeorder/Cargo.toml @@ -9,7 +9,8 @@ equation coefficients authors = ["RustCrypto Developers"] license = "Apache-2.0 OR MIT" documentation = "https://docs.rs/primeorder" -repository = "https://github.com/RustCrypto/elliptic-curves/tree/master/primeorder" +homepage = "https://github.com/RustCrypto/elliptic-curves/tree/master/primeorder" +repository = "https://github.com/RustCrypto/elliptic-curves" readme = "README.md" categories = ["cryptography", "no-std"] keywords = ["crypto", "ecc"] diff --git a/sm2/Cargo.toml b/sm2/Cargo.toml index 58e4ed815..9b1e456c2 100644 --- a/sm2/Cargo.toml +++ b/sm2/Cargo.toml @@ -9,7 +9,8 @@ the SM2DSA Digital Signature Algorithm. authors = ["RustCrypto Developers"] license = "Apache-2.0 OR MIT" documentation = "https://docs.rs/sm2" -repository = "https://github.com/RustCrypto/elliptic-curves/tree/master/sm2" +homepage = "https://github.com/RustCrypto/elliptic-curves/tree/master/sm2" +repository = "https://github.com/RustCrypto/elliptic-curves" readme = "README.md" categories = ["cryptography", "no-std"] keywords = ["crypto", "ecc", "shangmi", "signature"]