[package]
edition = "2024"
name = "printf-compat"
version = "0.3.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "printf reimplemented in Rust"
readme = "README.md"
categories = [
"development-tools::ffi",
"embedded",
"no-std",
"no-std::no-alloc",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/lights0123/printf-compat"
[features]
default = ["std"]
std = []
[lib]
name = "printf_compat"
path = "src/lib.rs"
[[test]]
name = "tests"
path = "tests/tests.rs"
[dependencies.bitflags]
version = "2.9.1"
[dependencies.itertools]
version = "0.14.0"
default-features = false