[dependencies.jiff]
version = "0.2"
[dependencies.nu-ansi-term]
version = "0.46"
[dependencies.tracing]
default-features = false
optional = true
version = "0.1.37"
[dependencies.tracing-core]
version = "0.1.30"
[dependencies.tracing-log]
default-features = false
version = "0.2.0"
[dependencies.tracing-subscriber]
features = ["env-filter"]
version = "0.3.16"
[features]
default = ["re-exports"]
re-exports = ["dep:tracing"]
[lib]
name = "serif"
path = "src/lib.rs"
[package]
authors = ["Allen Wild <allenwild93@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools::debugging"]
description = "An opinionated tracing-subscriber configuration with a focus on readability"
edition = "2021"
homepage = "https://github.com/aswild/serif"
keywords = ["logging", "tracing", "subscriber"]
license = "Apache-2.0"
name = "serif"
readme = "README.md"
repository = "https://github.com/aswild/serif"
rust-version = "1.70.0"
version = "0.2.0"