[build-dependencies.bindgen]
version = "0.71.1"
[build-dependencies.cc]
version = "1.2.20"
[build-dependencies.just]
version = "1.40.0"
[dev-dependencies.once_cell]
version = "1.17"
[features]
default = []
[lib]
crate-type = ["rlib"]
name = "nostd_printf"
path = "src/lib.rs"
[package]
authors = ["wfdewith <wf@dewith.io>", "WorksButNotTested <62701594+WorksButNotTested@users.noreply.github.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["embedded", "os"]
description = "Rust crate containing an embedded version of printf which can be used in `no_std` projects which aren't linked to `libc`."
documentation = "https://docs.rs/nostd-printf"
edition = "2024"
keywords = ["nostd", "printf"]
license = "MIT OR Apache-2.0"
name = "nostd-printf"
readme = "README.md"
repository = "https://github.com/WorksButNotTested/nostd-printf"
rust-version = "1.85"
version = "0.1.2"