# 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 = "ruspiro-lock" version = "0.5.0" authors = ["André Borrmann "] exclude = ["Makefile.toml", ".cargo/config.toml"] description = "Providing Spinlock, Semaphore and mutual exclusive data access for cross core\nusage on Raspberry Pi.\n" documentation = "https://docs.rs/ruspiro-lock/0.5.0" readme = "README.md" keywords = ["RusPiRo", "spinlock", "semaphore", "mutex", "rwlock"] categories = ["no-std", "embedded"] license = "MIT OR Apache-2.0" repository = "https://github.com/RusPiRo/ruspiro-lock/tree/v0.5.0" resolver = "2" [package.metadata.docs.rs] default-target = "aarch64-unknown-linux-gnu" features = ["async_locks"] [lib] [dependencies] [dev-dependencies.async-std] version = "1.7.0" features = ["attributes", "unstable"] [features] async_locks = [] [badges.maintenance] status = "actively-developed"