[package] name = "once_spin" version = "0.1.3" authors = ["SmiteWindows "] edition = "2018" license = "MIT" repository = "https://github.com/SmiteWindows/spin.git" documentation = "https://docs.rs/once_spin/0.1.3/once_spin/" keywords = ["spinlock", "mutex", "rwlock", "barrier", "once"] description = """ Synchronization primitives based on spinning. They may contain data, are usable without `std`, and static initializers are available. """ # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies]