[package] name = "bo_cell" description = "A RefCell which borrows its contents rather than owning them" version = "0.1.0" authors = ["Brady McDonough "] repository = "https://github.com/bradymcd/BoCell-rs.git" edition = "2018" readme = "README.md" license = "MIT" maintenance = { status = "passively-maintained" } keywords = ["internal-mutability","borrow","refcell","from_mut","split"] categories = ["no-std","data-structures"] [dependencies]