# 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 = "atomic_sync" version = "0.1.0" authors = ["lino "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Atomic-based synchronization implementing traits in `abs_sync`" homepage = "https://github.com/ljsnogard/atomic_sync" readme = "README.md" keywords = [ "sync", "spinlock", "mutex", "rwlock", ] categories = ["no-std"] license = "MIT/Apache-2.0" [lib] name = "atomic_sync" path = "src/lib.rs" [dependencies.abs_sync] version = "0.1" [dev-dependencies.env_logger] version = "0.11.*" [dev-dependencies.futures-lite] version = "2" [dev-dependencies.log] version = "0.4.*"