[package] name = "amity" version = "0.2.1" edition = "2021" authors = ["Zakarum "] license = "MIT OR Apache-2.0" documentation = "https://docs.rs/amity" homepage = "https://github.com/zakarumych/amity" repository = "https://github.com/zakarumych/amity" readme = "README.md" description = "Concurrency algorithms" keywords = ["concurrency", "algorithms", "lock-free", "wait-free", "no-std"] categories = ["concurrency", "algorithms", "no-std"] [features] std = ["alloc"] alloc = [] default = ["std"] [dependencies] lock_api = { version = "0.4" }