[package] name = "contain" version = "0.4.0" edition = "2021" description = "A crate for defining/extending lifetimes" repository = "https://git.samuelcollins.dev/sam/contain-rs" license = "MIT OR Apache-2.0" authors = ["Samuel Collins"] readme = "README.md" keywords = ["lifetime", "memory"] categories = ["memory-management"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] parking_lot = "0.12.1"