[package] name = "lending-cell" version = "0.1.1" edition = "2021" authors = ["Charles Samuels "] description = "Like a cell, but make lifetimes dynamic instead of ownership" license = "BSD-2-Clause" readme="README.md" repository = "https://github.com/njaard/lending-cell" keywords = ["borrowing","aliasing","ownership","lifetime","cell"] documentation="https://docs.rs/lending-cell" [dependencies]