[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