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