# 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 = "clone_cell" version = "0.4.0" authors = ["Vektorlynk"] description = "A Cell that works with a restrictive form of Clone" documentation = "https://docs.rs/clone_cell" readme = "README.md" keywords = [ "clone", "cell", "mutability", ] license = "MIT OR Apache-2.0" repository = "https://github.com/Vektorlynk/clone_cell" [dependencies.clone_cell_derive] version = "0.2.0" optional = true [dev-dependencies.trybuild] version = "1.0.45" [features] default = ["derive"] derive = ["clone_cell_derive"]