# 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 = "hermit-sync" version = "0.1.6" authors = ["Martin Kröning "] description = "Synchronization primitives for kernels." readme = "README.md" keywords = [ "mutex", "interrupts", "lazy", "static", ] categories = [ "rust-patterns", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/hermitcore/hermit-sync" [dependencies.exclusive_cell] version = "0.1" [dependencies.generic_once_cell] version = "0.1" [dependencies.interrupt-mutex] version = "0.1" [dependencies.interrupts] version = "0.1" [dependencies.lock_api] version = "0.4" [dependencies.one-shot-mutex] version = "0.1.1" [dependencies.spinning_top] version = "0.3" [dev-dependencies.rand] version = "0.8" [features] all-one-shot = []