# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "async-map" version = "0.2.3" authors = ["Toby Grasl "] description = "A rarely-locking, shared map for Rust." homepage = "https://github.com/herblet/async-map" readme = "README.md" license = "MIT" [[bench]] name = "async_map_benchmark" harness = false [dependencies.futures] version = "0.3" [dependencies.im] version = "15" [dependencies.tokio] version = "1" features = ["full"] [dev-dependencies.criterion] version = "0.4" features = ["async_tokio"]