bitcoin-private 0.1.0

Internal types and macros used by rust-bitcoin ecosystem
Documentation
[dependencies]

[dev-dependencies]

[features]
alloc = []
default = []
std = ["alloc"]

[package]
authors = ["Andrew Poelstra <apoelstra@wpsoftware.net>", "The Rust Bitcoin developers"]
categories = ["cryptography::cryptocurrencies"]
description = "Internal types and macros used by rust-bitcoin ecosystem"
documentation = "https://docs.rs/bitcoin-private"
edition = "2018"
exclude = ["tests", "contrib"]
keywords = ["internal"]
license = "CC0-1.0"
name = "bitcoin-private"
readme = "README.md"
repository = "https://github.com/rust-bitcoin/rust-bitcoin/"
version = "0.1.0"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]