[package] name = "whirlwind" description = "Collection of thread-safe, asynchronous data structures." authors = ["Will Hopkins "] version = "0.1.1" edition = "2021" readme = "README.md" repository = "https://github.com/fortress-build/whirlwind" license = "Apache-2.0" keywords = ["async", "hashmap", "sharding"] categories = ["asynchronous", "concurrency", "data-structures"] [dependencies] crossbeam-utils = "0.8.20" hashbrown = { version = "0.15.0" } [dev-dependencies] tokio = { version = "1.41.0", features = ["full"] }