lexe-hex 0.1.4

Opinionated hex encode/decode utilities
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 = "2024"
rust-version = "1.90"
name = "lexe-hex"
version = "0.1.4"
authors = [
    "Max Fang <max@lexe.app>",
    "Philip Hayes <philip@lexe.app>",
]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Opinionated hex encode/decode utilities"
documentation = "https://docs.rs/lexe-hex"
readme = "crates-io.md"
license = "MIT"
repository = "https://github.com/lexe-app/lexe-public"
resolver = "2"

[package.metadata.fortanix-sgx]

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

[dependencies]

[dev-dependencies.proptest]
version = "1"
features = ["alloc"]
default-features = false

[target.'cfg(not(target_env = "sgx"))'.dev-dependencies.proptest]
version = "1"
features = ["std"]
default-features = false