const-hex 1.17.0

Fast byte array to hex string conversion
Documentation
[dependencies.cfg-if]
version = "1"

[dependencies.proptest]
default-features = false
optional = true
version = "1.4"

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

[dev-dependencies.divan]
package = "codspeed-divan-compat"
version = "3"

[dev-dependencies.faster-hex]
default-features = false
features = ["alloc"]
version = "0.10.0"

[dev-dependencies.hex]
default-features = false
features = ["alloc"]
version = "~0.4.2"

[dev-dependencies.rustc-hex]
version = "2.1"

[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 = ["serde_core?/alloc", "proptest?/alloc"]
core-error = []
default = ["std"]
force-generic = []
hex = []
nightly = []
portable-simd = []
serde = ["dep:serde_core"]
std = ["serde_core?/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
autolib = 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.17.0"

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

[profile.bench]
inherits = "profiling"

[profile.profiling]
debug = 2
inherits = "release"
strip = false

[profile.release]
codegen-units = 16
debug = 0
lto = "thin"
opt-level = 3
panic = "abort"
strip = "debuginfo"

[target.'cfg(any(target_arch = "x86", target_arch = "x86_64"))'.dependencies.cpufeatures]
version = "0.2"