[dependencies.chrono]
version = "0.4"
[dependencies.chrono-tz]
optional = true
version = "0.10"
[dependencies.log]
features = ["std"]
version = "0.4"
[dev-dependencies]
[features]
channels = ["console", "formatted_console", "daily_file", "single_file"]
console = ["standard"]
daily_file = ["standard", "file_channels"]
default = ["channels"]
file_channels = []
formatted = []
formatted_console = ["formatted"]
single_file = ["standard", "file_channels"]
standard = []
timezone = ["chrono-tz"]
[lib]
doctest = false
name = "ftail"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Ftail is simple logging implementation for the `log` crate with support for multiple channels."
documentation = "https://docs.rs/ftail"
edition = "2021"
keywords = ["log", "logging", "filelog"]
license = "MIT"
name = "ftail"
readme = "README.md"
repository = "https://github.com/tjardoo/ftail"
version = "0.3.1"