[package] name = "michie" version = "3.0.2" edition = "2021" description = "An attribute macro that adds memoization to a function (sounds like Mickey)" repository = "https://github.com/mobusoperandi/michie" license = "MIT" keywords = [ "memoization", "memoisation", "memoize", "memoise", "cache", ] categories = [ "caching", ] include = [ "/README.md", "/src/**/*.rs", "/tests/**/*.rs", "/tests/compile_fail/*.stderr" ] [workspace] members = [ "macro" ] [dependencies] michie-macro = { path = "macro", version = "3.0.2" } [dev-dependencies] cargo-make = "0.36.2" cargo_toml = "0.15.2" conventional_commits_linter = "0.12.3" itertools = "0.10.3" jql = "5.1.1" markdown = "0.3.0" markdown-toc = "0.2.0" regex = "1.5.5" sd = "0.7.6" semver = "1.0.9" trybuild = "1.0.56" [features]