fast-hex-lite 0.1.1

High-performance hex encoding and decoding with zero allocations, no_std support and SIMD acceleration
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.88"
name = "fast-hex-lite"
version = "0.1.1"
authors = ["CppNexus cppnexus@proton.me"]
build = false
include = [
    "src/**",
    "benches/**",
    "README.md",
    "LICENSE*",
    "Cargo.toml",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "High-performance hex encoding and decoding with zero allocations, no_std support and SIMD acceleration"
homepage = "https://github.com/cppNexus/fast-hex-lite"
documentation = "https://docs.rs/fast-hex-lite"
readme = "README.md"
keywords = [
    "hex",
    "encoding",
    "decoding",
    "no_std",
    "simd",
]
categories = [
    "encoding",
    "no-std",
    "algorithms",
]
license = "Apache-2.0"
repository = "https://github.com/cppNexus/fast-hex-lite"

[features]
default = []
simd = ["std"]
std = []

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

[[bench]]
name = "bench"
path = "benches/bench.rs"
harness = false

[dependencies]

[dev-dependencies.criterion]
version = "0.8"
features = ["html_reports"]

[dev-dependencies.hex]
version = "0.4"

[profile.bench]
opt-level = 3
lto = "fat"
codegen-units = 1

[profile.release]
opt-level = 3
lto = "fat"
codegen-units = 1