[[example]]
name = "hexy"
[[example]]
name = "custom"
[[example]]
name = "wrap_array_display_hex_trait"
[[example]]
name = "wrap_array_fmt_traits"
[dependencies.core2]
default_features = false
optional = true
version = "0.3.2"
[dev-dependencies]
[features]
alloc = []
default = ["std"]
std = ["alloc"]
[package]
authors = ["Andrew Poelstra <apoelstra@wpsoftware.net>"]
categories = ["encoding"]
description = "A hex encoding and decoding crate with a conservative MSRV and dependency policy."
documentation = "https://docs.rs/hex-conservative/"
edition = "2018"
exclude = ["tests", "contrib"]
keywords = ["encoding", "hex", "hexadecimal"]
license = "CC0-1.0"
name = "hex-conservative"
readme = "README.md"
repository = "https://github.com/rust-bitcoin/hex-conservative"
version = "0.1.1"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]