# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "lazy-cogs" version = "1.0.0" authors = ["Jorge Harrisonn "] description = "Lazy Cogs is a implementation of lazy clonable data structures" homepage = "https://github.com/OJarrisonn/LazyCogs" readme = "README.md" keywords = [ "immutable-data", "lazy", "laziness", "immutable", "clone", ] categories = [ "memory-management", "data-structures", ] license-file = "LICENSE" repository = "https://github.com/OJarrisonn/LazyCogs" [lib] crate-type = ["lib"] [dependencies]