[dependencies.internals]
package = "bitcoin-internals"
version = "0.4.0"
[features]
alloc = []
default = ["std"]
std = ["alloc"]
[lints.rust.unexpected_cfgs]
level = "deny"
priority = 0
[package]
authors = ["Matt Corallo <birchneutea@mattcorallo.com>"]
categories = ["no-std"]
description = "Simple I/O traits for no-std (and std) environments"
documentation = "https://docs.rs/bitcoin-io/"
edition = "2021"
exclude = ["tests", "contrib"]
keywords = ["io", "no-std"]
license = "CC0-1.0"
name = "bitcoin-io"
readme = "README.md"
repository = "https://github.com/rust-bitcoin/rust-bitcoin"
rust-version = "1.63.0"
version = "0.2.0"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]