smart-cache-macro 0.2.0

Procedural macros for smart-cache
Documentation
[dependencies.proc-macro2]
version = "1.0"

[dependencies.quote]
version = "1.0"

[dependencies.sha2]
version = "0.11.0-pre.4"

[dependencies.syn]
features = ["full"]
version = "2.0"

[dev-dependencies.rkyv]
version = "0.8.9"

[dev-dependencies.trybuild]
version = "1.0.89"

[lib]
name = "smart_cache_macro"
path = "src/lib.rs"
proc-macro = true

[package]
authors = ["Andrew Gazelka <andrew.gazelka@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["caching", "development-tools"]
description = "Procedural macros for smart-cache"
documentation = "https://docs.rs/smart-cache-macro"
edition = "2021"
keywords = ["cache", "macro", "proc-macro"]
license = "MIT OR Apache-2.0"
name = "smart-cache-macro"
readme = false
repository = "https://github.com/andrewgazelka/smart-cache"
version = "0.2.0"

[[test]]
name = "tests"
path = "tests/tests.rs"