# 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 = "waitcell" version = "0.4.1" authors = ["Nathan Sharp "] description = "A cell type containing a value which may not yet be available." readme = "README.md" keywords = ["cell", "blocking"] categories = ["concurrency", "rust-patterns"] license = "Apache-2.0 OR MIT" repository = "https://gitlab.com/nwsharp/waitcell" [profile.bench] lto = "fat" codegen-units = 1 [profile.release] lto = "fat" codegen-units = 1 [dependencies.scopeguard] version = "1" [badges.maintenance] status = "experimental"