infinitree-macros 0.3.0

Embedded, encrypted database with tiered cache
Documentation
[package]
name = "infinitree-macros"
authors = ["Peter Parkanyi <p@symmetree.dev>"]
description = "Embedded, encrypted database with tiered cache"
version = "0.3.0"
keywords = ["crypto", "database", "cache", "sqlite", "rocksdb"]
categories = ["database-implementations", "concurrency", "data-structures", "algorithms", "caching"]
homepage = "https://symmetree.dev"
repository = "https://github.com/symmetree-labs/infinitree"
license = "MIT OR Apache-2.0"
edition= "2021"
readme="../README.md"

[dependencies]
proc-macro-crate = "1.0.0"
proc-macro-error = "1.0"
proc-macro2 = "1"
quote = "1"
syn = "1"

[dev-dependencies]
infinitree = { path = "../infinitree", version = "0.3"}
serde = "1"

[lib]
proc-macro = true