Add additional catagories
Add `no-std` category to the soon-to-be-released leaf crates. Also add `cryptography` to the `bitcoin_hashes` crate. Close: #3731
This commit is contained in:
parent
aeca93b561
commit
38c329c1b7
|
@ -6,7 +6,7 @@ license = "CC0-1.0"
|
|||
repository = "https://github.com/rust-bitcoin/rust-bitcoin"
|
||||
documentation = "https://docs.rs/bitcoin_hashes/"
|
||||
description = "Hash functions used by the rust-bitcoin eccosystem"
|
||||
categories = ["algorithms"]
|
||||
categories = ["algorithms", "cryptography", "no-std"]
|
||||
keywords = [ "crypto", "bitcoin", "hash", "digest" ]
|
||||
readme = "README.md"
|
||||
edition = "2021"
|
||||
|
|
|
@ -6,7 +6,7 @@ license = "CC0-1.0"
|
|||
repository = "https://github.com/rust-bitcoin/rust-bitcoin/"
|
||||
documentation = "https://docs.rs/bitcoin-internals"
|
||||
description = "Internal types and macros used by rust-bitcoin ecosystem"
|
||||
categories = ["cryptography::cryptocurrencies"]
|
||||
categories = ["cryptography::cryptocurrencies", "no-std"]
|
||||
keywords = ["internal"]
|
||||
readme = "README.md"
|
||||
edition = "2021"
|
||||
|
|
|
@ -7,7 +7,7 @@ authors = ["Andrew Poelstra <apoelstra@wpsoftware.net>"]
|
|||
license = "CC0-1.0"
|
||||
repository = "https://github.com/rust-bitcoin/rust-bitcoin"
|
||||
description = "Primitive types used by the rust-bitcoin ecosystem"
|
||||
categories = ["cryptography::cryptocurrencies"]
|
||||
categories = ["cryptography::cryptocurrencies", "no-std"]
|
||||
keywords = ["bitcoin", "types"]
|
||||
readme = "README.md"
|
||||
edition = "2021"
|
||||
|
|
|
@ -6,7 +6,7 @@ license = "CC0-1.0"
|
|||
repository = "https://github.com/rust-bitcoin/rust-bitcoin/"
|
||||
description = "Basic Bitcoin numeric units such as amount"
|
||||
categories = ["cryptography::cryptocurrencies"]
|
||||
keywords = ["bitcoin", "newtypes"]
|
||||
keywords = ["bitcoin", "newtypes", "no-std"]
|
||||
readme = "README.md"
|
||||
edition = "2021"
|
||||
rust-version = "1.63.0"
|
||||
|
|
Loading…
Reference in New Issue