libc-print 0.2.0

println! and eprintln! macros on libc without stdlib
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 = "2021"
name = "libc-print"
version = "0.2.0"
authors = ["Matt Mastracci <matthew@mastracci.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "println! and eprintln! macros on libc without stdlib"
readme = "README.md"
license = "Apache-2.0 OR MIT"
repository = "https://github.com/mmastrac/rust-libc-print"

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

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

[dependencies.libc]
version = "0.2.186"
default-features = false

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = ["cfg(nostartfiles)"]