2022-09-05 02:19:28 +00:00
|
|
|
[package]
|
2023-03-13 16:02:12 +00:00
|
|
|
name = "bitcoin-private"
|
2022-09-05 02:19:28 +00:00
|
|
|
version = "0.1.0"
|
|
|
|
authors = ["Andrew Poelstra <apoelstra@wpsoftware.net>", "The Rust Bitcoin developers"]
|
|
|
|
license = "CC0-1.0"
|
|
|
|
repository = "https://github.com/rust-bitcoin/rust-bitcoin/"
|
2023-03-13 16:02:12 +00:00
|
|
|
documentation = "https://docs.rs/bitcoin-private"
|
2022-09-05 02:19:28 +00:00
|
|
|
description = "Internal types and macros used by rust-bitcoin ecosystem"
|
|
|
|
categories = ["cryptography::cryptocurrencies"]
|
|
|
|
keywords = ["internal"]
|
|
|
|
readme = "README.md"
|
|
|
|
edition = "2018"
|
2023-02-02 22:20:08 +00:00
|
|
|
exclude = ["tests", "contrib"]
|
2022-09-05 02:19:28 +00:00
|
|
|
|
|
|
|
[features]
|
|
|
|
default = []
|
2022-09-13 19:08:34 +00:00
|
|
|
std = ["alloc"]
|
|
|
|
alloc = []
|
2022-09-05 02:19:28 +00:00
|
|
|
|
|
|
|
[package.metadata.docs.rs]
|
2023-02-02 22:24:48 +00:00
|
|
|
all-features = true
|
2022-09-05 02:19:28 +00:00
|
|
|
rustdoc-args = ["--cfg", "docsrs"]
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
|
|
|
|
[dev-dependencies]
|