hitbox-derive 0.1.1

Derive macros for asynchronous caching framework in Rust.
Documentation
[dependencies.proc-macro2]
version = "1"

[dependencies.quote]
version = "1"

[dependencies.serde]
version = "1"

[dependencies.syn]
features = ["derive"]
version = "1"

[lib]
name = "hitbox_derive"
proc-macro = true

[package]
authors = ["Belousow Makc <lib.bmw@gmail.com>", "Andrey Ermilov <andrerm@ya.ru>"]
categories = ["caching", "asynchronous"]
description = "Derive macros for asynchronous caching framework in Rust."
edition = "2018"
keywords = ["cache", "actix", "async", "cache-backend", "hitbox"]
license = "MIT"
name = "hitbox-derive"
readme = "README.md"
repository = "https://github.com/hit-box/hitbox/"
version = "0.1.1"