tiny-tracing 0.1.0

Simple rusty log library (tracing-subscriber wrapper)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "tiny-tracing"
version = "0.1.0"
edition = "2024"
authors = ["containerscrew info@containerscrew.com"]
repository = "https://github.com/containerscrew/tiny-tracing"
documentation = "https://docs.rs/tiny-tracing"
rust-version = "1.96.1"
license-file = "LICENSE"
description = "Simple rusty log library (tracing-subscriber wrapper)"
keywords = ["logging", "tracing", "tracing-subscriber", "logger"]
categories = ["development-tools::debugging"]

[dependencies]
chrono = "0.4.45"
thiserror = "2.0"
tracing = "0.1.44"
tracing-subscriber = { version = "0.3.23", features = ["json", "env-filter"] }