ergokv-macro 0.1.8

Easily store and retrieve data from TiKV with a derive
Documentation
[dependencies.proc-macro2]
version = "1.0"

[dependencies.quote]
version = "1.0.37"

[dependencies.syn]
version = "2.0.83"

[features]
strict-migrations = []

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

[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Easily store and retrieve data from TiKV with a derive"
documentation = "https://docs.rs/ergokv"
edition = "2021"
license = "Fair"
name = "ergokv-macro"
readme = false
repository = "https://github.com/luciusmagn/ergokv"
version = "0.1.8"