# 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 = "2021" name = "shared_cell" version = "0.5.0" include = [ "/LICENSE_APACHE", "/LICENSE_BOOST", "/LICENSE_MIT", "/README.md", "/examples/", "/src/", ] description = "Interior mutability between concurrent tasks on the same thread" homepage = "https://github.com/AldaronLau/shared_cell/blob/stable/CHANGELOG.md" documentation = "https://docs.rs/shared_cell" readme = "README.md" keywords = [ "cell", "interior", "mutability", "local", "async", ] categories = [ "asynchronous", "concurrency", "data-structures", "no-std", "rust-patterns", ] license = "Apache-2.0 OR BSL-1.0 OR MIT" repository = "https://github.com/AldaronLau/shared_cell" [dev-dependencies.async_main] version = "0.4" features = ["futures"] [dev-dependencies.futures] version = "0.3" [dev-dependencies.pasts] version = "0.14" [dev-dependencies.tokio] version = "1.30" features = [ "macros", "rt", ] [dev-dependencies.whisk] version = "0.12"