[dependencies.bincode]
optional = true
version = "1.3.1"
[dependencies.serde]
default-features = false
optional = true
version = "1.0.103"
[dependencies.serde_json]
optional = true
version = "1.0.68"
[dev-dependencies]
[features]
alloc = []
default = []
std = ["alloc"]
test-serde = ["serde", "serde_json", "bincode"]
[lints.rust.unexpected_cfgs]
level = "deny"
priority = 0
[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-internals"
edition = "2021"
exclude = ["tests", "contrib"]
keywords = ["internal"]
license = "CC0-1.0"
name = "bitcoin-internals"
readme = "README.md"
repository = "https://github.com/rust-bitcoin/rust-bitcoin/"
rust-version = "1.63.0"
version = "0.4.0"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]