[package]
edition = "2021"
rust-version = "1.70.0"
name = "stdint"
version = "1.1.0"
authors = [
"Markus Mayer <widemeadows@gmail.com>",
"Vojtech Kral <vojtech@kral.hk>",
]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "C99 stdint/stdio types for easier interop"
homepage = "https://github.com/sunsided/stdint-rs"
readme = "README.md"
keywords = [
"C99",
"types",
"stdint",
]
categories = [
"hardware-support",
"no-std",
]
license = "BSD-2-Clause"
repository = "https://github.com/sunsided/stdint-rs"
[features]
default = ["std"]
std = []
[lib]
name = "stdint"
crate-type = ["rlib"]
path = "src/lib.rs"
[build-dependencies.bindgen]
version = "0.72.1"