# 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 = "critical-section-lock-mut" version = "0.1.2" authors = ["Bart Massey"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Provide locks for mutable data using `critical-section` crate." readme = "README.md" keywords = [ "embedded", "mutex", "critical-section", ] categories = [ "embedded", "no-std", "no-std::no-alloc", "rust-patterns", ] license-file = "LICENSE.txt" repository = "https://github.com/pdx-cs-rust-embedded/critical-section-lock-mut" [lib] name = "critical_section_lock_mut" path = "src/lib.rs" [[test]] name = "version-sync" path = "tests/version-sync.rs" [dependencies.critical-section] version = "1" [dev-dependencies.version-sync] version = "0.9.5" [badges.maintenance] status = "actively-developed"