ser-hex 0.1.0

Serialization tracing library for visualizing where bytes came from
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"
name = "ser-hex"
version = "0.1.0"
authors = ["trumank"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Serialization tracing library for visualizing where bytes came from"
readme = "README.md"
keywords = [
    "serialization",
    "tracing",
    "hex",
    "binary",
    "debugging",
]
categories = [
    "development-tools::debugging",
    "encoding",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/trumank/ser-hex"
resolver = "2"

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

[dependencies.anyhow]
version = "1.0.95"

[dependencies.base64]
version = "0.22.1"

[dependencies.serde]
version = "1.0.217"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.138"
features = ["unbounded_depth"]

[dependencies.tracing]
version = "0.1.41"

[dependencies.tracing-core]
version = "0.1.33"
default-features = false

[dependencies.tracing-subscriber]
version = "0.3.19"

[dev-dependencies.byteorder]
version = "1.5.0"