diff --git a/bign256/Cargo.toml b/bign256/Cargo.toml index 23350900..b9761ee2 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 c0c95b1b..2130469d 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 1d4ea135..eac42fae 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 cb2bc714..ba10568f 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 439fa5bc..c71ee46e 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 c2510a59..fa9ff118 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 92406c15..ae8e0365 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 062a3b16..3a56b11d 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 a49fb4fd..b945f24d 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 718d82d9..6596661e 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 8339cf05..9a1234f5 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 58e4ed81..9b1e456c 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"]