[dependencies.cfg-if]
version = "1"
[dependencies.hex]
default-features = false
optional = true
version = "~0.4.2"
[dependencies.proptest]
default-features = false
optional = true
version = "1.4"
[dependencies.serde]
default-features = false
optional = true
version = "1.0"
[dev-dependencies.faster-hex]
default-features = false
features = ["alloc"]
version = "0.10.0"
[dev-dependencies.hex]
default-features = false
version = "~0.4.2"
[dev-dependencies.hex-literal]
version = "0.4"
[dev-dependencies.serde]
default-features = false
features = ["derive"]
version = "1.0"
[dev-dependencies.serde_json]
default-features = false
features = ["alloc"]
version = "1.0"
[features]
__fuzzing = ["dep:proptest", "std"]
alloc = ["hex?/alloc", "serde?/alloc", "proptest?/alloc"]
default = ["std"]
force-generic = []
hex = ["dep:hex"]
nightly = []
portable-simd = []
serde = ["hex?/serde", "dep:serde"]
std = ["hex?/std", "serde?/std", "proptest?/std", "alloc"]
[lib]
name = "const_hex"
path = "src/lib.rs"
[package]
authors = ["DaniPopes <57450786+DaniPopes@users.noreply.github.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["value-formatting", "no-std"]
description = "Fast byte array to hex string conversion"
documentation = "https://docs.rs/const-hex"
edition = "2021"
exclude = [".github/", "benches/", "fuzz/", "tests/"]
homepage = "https://github.com/danipopes/const-hex"
keywords = ["hex", "bytes", "fmt"]
license = "MIT OR Apache-2.0"
name = "const-hex"
readme = "README.md"
repository = "https://github.com/danipopes/const-hex"
rust-version = "1.64"
version = "1.13.1"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]
[target.'cfg(any(target_arch = "x86", target_arch = "x86_64"))'.dependencies.cpufeatures]
version = "0.2"