[package] name = "srce" version = "0.1.1" authors = ["SoniEx2 "] edition = "2021" description = "Self-Ref Cell Environments" license = "MIT OR Apache-2.0" repository = "https://soniex2.autistic.space/git-repos/srce.git" categories = ["no-std", "rust-patterns"] readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] selfref = {version="0.4.1", features=["qcell"]} [dev-dependencies] selfref = {features=["alloc"]} qcell = "0.5.2"