# 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-cell" version = "0.5.4" authors = ["Daniel De Graaf "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Async single assignment cells and lazy values." documentation = "https://docs.rs/async_once_cell" readme = "README.md" keywords = [ "lazy", "static", "async", ] categories = [ "rust-patterns", "memory-management", ] license = "MIT OR Apache-2.0" repository = "https://github.com/danieldg/async-once-cell" [package.metadata.docs.rs] all-features = true [lib] name = "async_once_cell" path = "src/lib.rs" [dependencies.critical-section] version = "1" optional = true [features] critical-section = ["dep:critical-section"] std = []