forestry 1.11.0

A simple cross-platform CLI logging library for Rust
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 = "2021"
name = "forestry"
version = "1.11.0"
authors = ["uptu <uptu@uptu.dev>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A simple cross-platform CLI logging library for Rust"
homepage = "https://github.com/uptudev/forestry"
readme = "README.md"
keywords = [
    "logging",
    "cli",
    "console",
    "color",
    "string",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/uptudev/forestry"

[features]
async = ["tokio"]
static = []

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

[dependencies.supports-color]
version = "3.0.2"

[dependencies.textfmt]
version = "1.1.0"

[dependencies.tokio]
version = "1.52"
features = [
    "rt",
    "io-std",
    "io-util",
    "fs",
    "macros",
]
optional = true