hex-conservative 0.3.2

A hex encoding and decoding crate with a conservative MSRV and dependency policy.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
rust-version = "1.63.0"
name = "hex-conservative"
version = "0.3.2"
authors = [
    "Martin Habovštiak <martin.habovstiak@gmail.com>",
    "Andrew Poelstra <apoelstra@wpsoftware.net>",
]
build = false
exclude = [
    "tests",
    "contrib",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A hex encoding and decoding crate with a conservative MSRV and dependency policy."
documentation = "https://docs.rs/hex-conservative/"
readme = "README.md"
keywords = [
    "encoding",
    "hex",
    "hexadecimal",
]
categories = ["encoding"]
license = "CC0-1.0"
repository = "https://github.com/rust-bitcoin/hex-conservative"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

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

[lib]
name = "hex_conservative"
path = "src/lib.rs"

[[example]]
name = "custom"
path = "examples/custom.rs"

[[example]]
name = "hexy"
path = "examples/hexy.rs"

[[example]]
name = "serde"
path = "examples/serde.rs"
required-features = [
    "std",
    "serde",
]

[[example]]
name = "wrap_array_display_hex_trait"
path = "examples/wrap_array_display_hex_trait.rs"

[[example]]
name = "wrap_array_fmt_traits"
path = "examples/wrap_array_fmt_traits.rs"

[dependencies.arrayvec]
version = "0.7.2"
default-features = false

[dependencies.serde]
version = "1.0"
optional = true
default-features = false

[dev-dependencies.serde]
version = "1.0.156"
features = ["derive"]

[dev-dependencies.serde_json]
version = "1.0"