# 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 = "lending-cell" version = "0.1.1" authors = ["Charles Samuels "] description = "Like a cell, but make lifetimes dynamic instead of ownership" documentation = "https://docs.rs/lending-cell" readme = "README.md" keywords = [ "borrowing", "aliasing", "ownership", "lifetime", "cell", ] license = "BSD-2-Clause" repository = "https://github.com/njaard/lending-cell" resolver = "2" [dependencies]