[dependencies]
[lib]
name = "sclog"
path = "src/lib.rs"
[package]
authors = ["Jan Moretz <me@zhrexx.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A fast, simple, no-dependency logging library for Rust."
documentation = "https://docs.rs/sclog"
edition = "2024"
keywords = ["logging", "log", "library"]
license = "MIT"
license-file = "LICENSE"
name = "sclog"
readme = "README.md"
repository = "https://git.sr.ht/~zhrexx/sclog"
version = "0.2.0"
[profile.release]
codegen-units = 1
lto = true
opt-level = 3