# 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 = "2018" name = "memoize" version = "0.4.2" authors = ["Lewin Bormann "] description = "Attribute macro for auto-memoizing functions with somewhat-simple signatures" homepage = "https://github.com/dermesser/memoize" documentation = "https://docs.rs/memoize" readme = "README.md" keywords = [ "memoization", "cache", "proc-macro", ] license = "MIT" repository = "https://github.com/dermesser/memoize" [dependencies.lazy_static] version = "1.4" [dependencies.lru] version = "0.7" optional = true [dependencies.memoize-inner] version = "0.4" [dev-dependencies.ahash] version = "0.8.2" [dev-dependencies.rustc-hash] version = "1.1.0" [features] default = ["full"] full = [ "lru", "memoize-inner/full", ]