Improve manifest package section
Improve all manifest package sections by doing: - Order the list of options uniformly - Remove unnecessary homepage option (currently same as repo) - Add categories section
This commit is contained in:
parent
12f5e37ed9
commit
c15f8dee29
|
@ -3,14 +3,14 @@ name = "bitcoin"
|
||||||
version = "0.29.0"
|
version = "0.29.0"
|
||||||
authors = ["Andrew Poelstra <apoelstra@wpsoftware.net>"]
|
authors = ["Andrew Poelstra <apoelstra@wpsoftware.net>"]
|
||||||
license = "CC0-1.0"
|
license = "CC0-1.0"
|
||||||
homepage = "https://github.com/rust-bitcoin/rust-bitcoin/"
|
|
||||||
repository = "https://github.com/rust-bitcoin/rust-bitcoin/"
|
repository = "https://github.com/rust-bitcoin/rust-bitcoin/"
|
||||||
documentation = "https://docs.rs/bitcoin/"
|
documentation = "https://docs.rs/bitcoin/"
|
||||||
description = "General purpose library for using and interoperating with Bitcoin and other cryptocurrencies."
|
description = "General purpose library for using and interoperating with Bitcoin."
|
||||||
|
categories = ["cryptography::cryptocurrencies"]
|
||||||
keywords = [ "crypto", "bitcoin" ]
|
keywords = [ "crypto", "bitcoin" ]
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
exclude = ["tests", "contrib"]
|
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
exclude = ["tests", "contrib"]
|
||||||
|
|
||||||
# Please don't forget to add relevant features to docs.rs below
|
# Please don't forget to add relevant features to docs.rs below
|
||||||
[features]
|
[features]
|
||||||
|
|
|
@ -3,10 +3,10 @@ name = "bitcoin_hashes"
|
||||||
version = "0.11.0"
|
version = "0.11.0"
|
||||||
authors = ["Andrew Poelstra <apoelstra@wpsoftware.net>"]
|
authors = ["Andrew Poelstra <apoelstra@wpsoftware.net>"]
|
||||||
license = "CC0-1.0"
|
license = "CC0-1.0"
|
||||||
description = "Hash functions used by rust-bitcoin which support rustc 1.41.1"
|
|
||||||
homepage = "https://github.com/rust-bitcoin/bitcoin_hashes/"
|
|
||||||
repository = "https://github.com/rust-bitcoin/bitcoin_hashes/"
|
repository = "https://github.com/rust-bitcoin/bitcoin_hashes/"
|
||||||
documentation = "https://docs.rs/bitcoin_hashes/"
|
documentation = "https://docs.rs/bitcoin_hashes/"
|
||||||
|
description = "Hash functions used by the rust-bitcoin eccosystem"
|
||||||
|
categories = ["algorithms"]
|
||||||
keywords = [ "crypto", "bitcoin", "hash", "digest" ]
|
keywords = [ "crypto", "bitcoin", "hash", "digest" ]
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
Loading…
Reference in New Issue