[package] name = "async-map" version = "0.2.3" authors = ["Toby Grasl "] edition = "2018" description = "A rarely-locking, shared map for Rust." homepage = "https://github.com/herblet/async-map" license = "MIT" [dependencies] tokio = { version = "1", features = ["full"] } im = "15" futures = "0.3" [dev-dependencies] criterion = {version = "0.4", features = ["async_tokio"]} [[bench]] name = "async_map_benchmark" harness = false