# 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" rust-version = "1.60.0" name = "qcell" version = "0.5.4" authors = ["Jim Peters "] description = "Statically-checked alternatives to RefCell and RwLock" documentation = "https://docs.rs/qcell" readme = "README.md" keywords = [ "cell", "refcell", "borrow", "borrowing", "rc", ] categories = [ "data-structures", "memory-management", "rust-patterns", ] license = "MIT/Apache-2.0" repository = "https://github.com/uazu/qcell" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.exclusion-set] version = "0.1.2" optional = true [dependencies.generativity] version = "1.0.0" optional = true [dependencies.once_cell] version = "1.4.0" optional = true [dev-dependencies.crossbeam] version = "0.8" [dev-dependencies.once_cell] version = "1.4.0" [dev-dependencies.pin-project] version = "1" [dev-dependencies.pin-utils] version = "0.1" [dev-dependencies.rand] version = "0.8" [dev-dependencies.static_assertions] version = "1.0" [features] alloc = [] default = ["std"] std = [ "alloc", "once_cell", "exclusion-set?/std", ]