printf-compat 0.3.1

printf reimplemented in 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 = "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