structured-debug 1.0.0

CLI to transform structured debug output
# 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 = "structured-debug"
version = "1.0.0"
build = false
exclude = ["*.iml"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI to transform structured debug output"
homepage = "https://github.com/wdonne/structured-debug"
readme = "README.md"
keywords = [
    "cli",
    "debug",
]
license = "BSD-2-Clause"
repository = "https://github.com/wdonne/structured-debug"

[[bin]]
name = "structured-debug"
path = "src/main.rs"

[dependencies]