Skip to content

Commit 155c7c1

Browse files
committed
Merge #851: Clean up the manifest
95d21cd manifest: Move package.metadata (Tobin C. Harding) 5b0e0ff manifest: Add excludes (Tobin C. Harding) 587c330 minifest: Remove homepage (Tobin C. Harding) Pull request description: Do a few quick clean ups to the manifest. Nothing material in here. ACKs for top commit: apoelstra: ACK 95d21cd; successfully ran local tests Tree-SHA512: 9ece7a1cb3cb0456b558d2812ef076fa1e888d775cc54b1961004af3fb1ce5a4ddb62504709459cac72e446555125e805e99529f6fec82abe6a5076cf4e98a47
2 parents 13ad127 + 95d21cd commit 155c7c1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,14 @@ version = "0.31.1"
44
authors = [ "Dawid Ciężarkiewicz <[email protected]>",
55
"Andrew Poelstra <[email protected]>" ]
66
license = "CC0-1.0"
7-
homepage = "https://github.com/rust-bitcoin/rust-secp256k1/"
87
repository = "https://github.com/rust-bitcoin/rust-secp256k1/"
98
documentation = "https://docs.rs/secp256k1/"
109
description = "Rust wrapper library for Pieter Wuille's `libsecp256k1`. Implements ECDSA and BIP 340 signatures for the SECG elliptic curve group secp256k1 and related utilities."
1110
keywords = [ "crypto", "ECDSA", "secp256k1", "libsecp256k1", "bitcoin" ]
1211
readme = "README.md"
1312
edition = "2021"
1413
rust-version = "1.63.0"
15-
16-
[package.metadata.docs.rs]
17-
all-features = true
18-
rustdoc-args = ["--cfg", "docsrs"]
14+
exclude = ["tests", "contrib"]
1915

2016
[features]
2117
default = ["std"]
@@ -48,6 +44,10 @@ serde_test = "1.0.19"
4844
bincode = "1.3.3"
4945
hex_lit = "0.1.1"
5046

47+
[package.metadata.docs.rs]
48+
all-features = true
49+
rustdoc-args = ["--cfg", "docsrs"]
50+
5151
[target.wasm32-unknown-unknown.dev-dependencies]
5252
wasm-bindgen-test = "0.3"
5353
getrandom = { version = "0.3", features = ["wasm_js"] }

0 commit comments

Comments
 (0)