dist_lock_codegen 0.0.1

Distributed lock macro
Documentation
[dependencies.cfg-if]
version = "1.0.0"

[dependencies.humantime]
version = "2.1.0"

[dependencies.proc-macro2]
version = "1.0.69"

[dependencies.quote]
version = "1.0.33"

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

[features]
async = []
default = ["redis"]
diesel = []
redis = []
zookeeper = []

[lib]
proc-macro = true

[package]
authors = ["tiny.wang <tiny.wcl@gmail.com>"]
description = "Distributed lock macro"
documentation = "https://docs.rs/DistLock"
edition = "2021"
homepage = "https://github.com/itinycheng/DistLock"
keywords = ["distributed", "lock"]
license = "MIT"
name = "dist_lock_codegen"
readme = "README.md"
repository = "https://github.com/itinycheng/DistLock"
version = "0.0.1"