log-table 0.1.0

Print and save logs in a table format.
Documentation
[dependencies.colored]
version = "3.0.0"

[dependencies.indexmap]
version = "2.2.5"

[dev-dependencies.alloy]
version = "0.14.0"

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

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

[package]
authors = ["chen4903"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = []
description = """
Print and save logs in a table format.
"""
documentation = "https://docs.rs/log-table"
edition = "2021"
homepage = "https://github.com/chen4903/log-table"
keywords = ["log", "table"]
license = "MIT"
name = "log-table"
readme = "README.md"
repository = "https://github.com/chen4903/log-table"
version = "0.1.0"