# 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 = "scoped-mutex" version = "0.1.0" authors = [ "James Munns ", "Eliza Weisman ", ] description = "An abstraction over closure-based mutexes" documentation = "https://docs.rs/scoped-mutex/" readme = "README.md" categories = [ "embedded", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/tosc-rs/scoped-mutex" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.critical-section] version = "1.1" optional = true [dependencies.scoped-mutex-traits] version = "1.0" [features] default = ["impl-critical-section"] impl-critical-section = ["dep:critical-section"] impl-unsafe-cortex-m-single-core = [] std = []