stdint 1.1.0

C99 stdint/stdio types for easier interop
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"
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"