[dependencies.memchr]
version = "2.7.6"
[[example]]
crate-type = ["staticlib"]
name = "basic"
path = "examples/basic.rs"
test = true
[lib]
name = "mufmt"
path = "src/lib.rs"
[lints.clippy]
redundant_closure_for_method_calls = "warn"
same_functions_in_if_condition = "warn"
semicolon_if_nothing_returned = "warn"
uninlined_format_args = "warn"
use_self = "warn"
[package]
authors = ["Alex Rutar <alex@rutar.org>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["template-engine"]
description = "A minimal and extensible runtime formatting library"
edition = "2024"
license = "MIT OR Apache-2.0"
name = "mufmt"
readme = "README.md"
repository = "https://github.com/autobib/mufmt"
version = "0.1.2"