# 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 = "loopcell" version = "1.0.0" authors = ["Matti "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "cell for multiple routes of access that are only used one-at-a-time in sequence" homepage = "https://gitlab.com/infomorphic-matti/loopcell" documentation = "https://docs.rs/loopcell" readme = "README.md" keywords = [ "loop", "cell", "async", "borrow", "from_fn", ] categories = [ "no-std::no-alloc", "rust-patterns", "data-structures", "memory-management", "concurrency", ] license = "MPL-2.0" repository = "https://gitlab.com/infomorphic-matti/loopcell" [package.metadata.docs.rs] all-features = true cargo-args = [ "-Zunstable-options", "-Zrustdoc-scrape-examples", ] [lib] name = "loopcell" path = "src/lib.rs" [dependencies.option-lock] version = "0.3" default-features = false