lwprintf-rs 0.3.3

Rust bindings for the lightweight printf library lwprintf.
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 = "lwprintf-rs"
version = "0.3.3"
authors = ["chen linfeng <chenlinfeng25@outlook.com>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust bindings for the lightweight printf library lwprintf."
homepage = "https://github.com/Godones/lwprintf-rs"
documentation = "https://docs.rs/lwprintf-rs"
readme = "README.md"
keywords = [
    "lwprintf",
    "printf",
    "no_std",
    "embedded",
    "os",
]
license = "MIT"
repository = "https://github.com/Godones/lwprintf-rs"

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

[[example]]
name = "print"
path = "examples/print.rs"

[build-dependencies.bindgen]
version = "0.72"

[build-dependencies.cc]
version = "1.2.51"