sclog 0.4.0

A fast, simple, dependency-free logging library for Rust.
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 = "2024"
name = "sclog"
version = "0.4.0"
authors = ["Jan Moretz <me@zhrexx.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A fast, simple, dependency-free logging library for Rust."
documentation = "https://docs.rs/sclog"
readme = "README.md"
keywords = [
    "logging",
    "log",
    "library",
]
license = "MIT"
license-file = "LICENSE"
repository = "https://git.sr.ht/~zhrexx/sclog"

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

[dependencies]

[profile.release]
opt-level = 3
lto = true
codegen-units = 1