# 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_once" version = "0.2.6" authors = ["hjiayz "] description = "async once tool for lazy_static" homepage = "https://github.com/hjiayz/async_once" readme = "README.MD" keywords = ["async", "lazy_static"] license = "MIT OR Apache-2.0" repository = "https://github.com/hjiayz/async_once" [[bench]] name = "benchmark" harness = false [dev-dependencies.futures] version = "0.3.19" [dev-dependencies.futures-timer] version = "3.0.2" [dev-dependencies.gloo-timers] version = "0.2.1" [dev-dependencies.lazy_static] version = "1.4.0" [dev-dependencies.wasm-bindgen-futures] version = "0.4.18" [dev-dependencies.wasm-bindgen-test] version = "0.3.18" [target."cfg(not(target_arch = \"wasm32\"))".dev-dependencies.async-std] version = "1.6.5" [target."cfg(not(target_arch = \"wasm32\"))".dev-dependencies.criterion] version = "0.3.5" features = ["async_futures"] [target."cfg(not(target_arch = \"wasm32\"))".dev-dependencies.smol] version = "1.2.4" [target."cfg(not(target_arch = \"wasm32\"))".dev-dependencies.tokio] version = "1.14.0" features = ["full"]