session_log 0.3.5

A simple session log library for Rust.
Documentation
[dependencies.chrono]
version = "0.4.38"

[dependencies.once_cell]
version = "1.19.0"

[dependencies.uuid]
version = "1.10.0"

[features]
batch = []
color = []

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

[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "A simple session log library for Rust."
edition = "2021"
license = "MIT"
name = "session_log"
readme = "README.md"
repository = "https://githib.com/tnthung/session_log"
version = "0.3.5"