cortexkit-log 0.3.2

Fleet logging format, filtering, redaction, and retention for CortexKit modules
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 = "cortexkit-log"
version = "0.3.2"
authors = ["Ufuk Altinok"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Fleet logging format, filtering, redaction, and retention for CortexKit modules"
readme = false
license = "MIT"
repository = "https://github.com/cortexkit/commons"

[features]
default = ["store-paths"]
store-paths = ["dep:cortexkit-store-types"]

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

[dependencies.chrono]
version = "0.4"
features = ["std"]
default-features = false

[dependencies.cortexkit-store-types]
version = "0.2.1"
optional = true

[dependencies.regex]
version = "1"

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]

[dev-dependencies.serde]
version = "1"
features = ["derive"]

[dev-dependencies.serde_json]
version = "1"

[dev-dependencies.tempfile]
version = "3"