[package] name = "redis-om-macros" description = "Proc macros for redis-om" version = "0.1.0" edition = "2021" authors = ["kkharji "] license = "MIT" documentation = "https://docs.rs/redis-om-macros" homepage = "https://github.com/kkharji/redis-om" repository = "https://github.com/kkharji/redis-om" readme = "../README.md" [lib] proc-macro = true [features] default = [] json = [] aio = [] [dependencies] proc-macro2 = { version = "1.0" } quote = { version = "1.0" } syn = { version = "1.0", features = ["full"] } heck = { version = "0.4.1" } [dev-dependencies] redis-om = { path = "../lib/" } trybuild = { version = "1.0.77" } pretty_assertions = { version = "1.3.0" }