[dependencies.rand]
default-features = false
optional = true
version = "0.8.4"
[dependencies.serde]
default-features = false
optional = true
version = "1"
[dependencies.thiserror]
version = "1"
[dev-dependencies.rand]
version = "0.8.4"
[dev-dependencies.serde]
features = ["derive"]
version = "1"
[dev-dependencies.serde_json]
version = "1"
[features]
rand = ["dep:rand"]
serde = ["dep:serde"]
[lib]
name = "hex_str"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["value-formatting", "parser-implementations", "data-structures"]
description = "A library that helps handle hexadecimal strings"
documentation = "https://docs.rs/hex_str"
edition = "2021"
keywords = ["hexstring", "hex", "string", "str", "hexadecimal"]
license = "Apache-2.0 OR MIT"
name = "hex_str"
readme = "README.md"
repository = "https://github.com/vmdln/hex_str"
rust-version = "1.82"
version = "0.3.0"