# 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 = "token-ref-cell" version = "0.1.1" build = false exclude = [".*"] autobins = false autoexamples = false autotests = false autobenches = false description = "Interior mutability cell using an external token to synchronize accesses" homepage = "https://github.com/ZettaScaleLabs/token-ref-cell" readme = "README.md" keywords = [ "cell", "refcell", "borrowing", ] categories = [ "data-structures", "memory-management", "rust-patterns", "concurrency", "no-std", ] license = "MIT" repository = "https://github.com/ZettaScaleLabs/token-ref-cell" [lib] name = "token_ref_cell" path = "src/lib.rs" [[example]] name = "graph" path = "examples/graph.rs" [dependencies.generativity] version = "1" optional = true [features] alloc = [] default = ["std"] std = ["alloc"]