blob: 1108b056486cf1576ddbef1ceadd83ce17efd257 [file] [log] [blame]
# 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 = "2018"
name = "critical-section"
version = "1.1.2"
description = "Cross-platform critical section"
readme = "README.md"
categories = [
"embedded",
"no-std",
"concurrency",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/rust-embedded/critical-section"
[features]
restore-state-bool = []
restore-state-none = []
restore-state-u16 = []
restore-state-u32 = []
restore-state-u64 = []
restore-state-u8 = []
std = ["restore-state-bool"]