[package] name = "lazy-cogs" version = "1.0.0" edition = "2021" authors = ["Jorge Harrisonn "] description = "Lazy Cogs is a implementation of lazy clonable data structures" license-file = "LICENSE" readme = "README.md" homepage = "https://github.com/OJarrisonn/LazyCogs" repository = "https://github.com/OJarrisonn/LazyCogs" categories = ["memory-management", "data-structures"] keywords = ["immutable-data", "lazy", "laziness", "immutable", "clone"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] crate-type = ["lib"] [dependencies]