tree-logger 0.3.3

Simple yet feature-full logging and profile tool
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 = "tree-logger"
version = "0.3.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Simple yet feature-full logging and profile tool"
readme = "CARGO_README.md"
keywords = ["logging"]
license = "MIT"
repository = "https://github.com/loremdipso/tree-logger"

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

[[example]]
name = "demo"
path = "examples/demo.rs"

[dependencies.ansi_term]
version = "0.12.1"

[dependencies.colored]
version = "2.1.0"

[dependencies.log]
version = "0.4.22"
features = [
    "kv",
    "max_level_trace",
    "release_max_level_trace",
    "std",
]

[dependencies.rustc-hash]
version = "2.1.0"

[dependencies.strip-ansi-escapes]
version = "0.2.0"

[dependencies.termsize]
version = "0.1.9"