[package] name = "cow_hashmap" description = "Hashmap with copy-on-write semantics that requires no locks" version = "0.1.13" authors = ["John Sharratt "] edition = "2021" license = "MIT OR Apache-2.0" repository = "https://github.com/john-sharratt/cow_hashmap" readme = "README.md" keywords = ["hash", "hashmap", "swisstable", "cow"] categories = ["data-structures"] [dependencies] arc-swap = "1" cow_hashbrown = "0.14" [dev-dependencies] rand = "0.8.5"