ll 7.2.0

rust logging library
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 = "2018"
name = "ll"
version = "7.2.0"
authors = ["Aaron Abrams <aaron@abrams.cc>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "rust logging library"
readme = false
license = "MIT"
repository = "https://github.com/boujeepossum/ll"
resolver = "2"

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

[[bin]]
name = "ll"
path = "src/main.rs"

[dependencies.anyhow]
version = "1"

[dependencies.chrono]
version = "0.4"

[dependencies.colored]
version = "3"

[dependencies.crossterm]
version = "0.29"

[dependencies.lazy_static]
version = "1"

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

[dependencies.tokio]
version = "1"
features = ["full"]

[dev-dependencies.k9]
version = "0.12"