[package] name = "rabbithole-derive" version = "0.3.1" authors = ["Ukonn Ra "] edition = "2018" description = "The macro system helping users to model the relationship of their data" homepage = "https://github.com/UkonnRa/rabbithole-rs/rabbithole-drive" repository = "https://github.com/UkonnRa/rabbithole-rs.git" readme = "../README.md" keywords = ["jsonapi"] categories = [] license = "MIT" [lib] proc-macro = true [dependencies] quote = "~1.0" syn = { version = "~1.0", features = ["extra-traits"] } proc-macro2 = "~1.0" thiserror = "~1.0" lazy_static = "~1.4" [dev-dependencies] # rabbithole = { path = "../rabbithole", version = "~0.3" } serde = "~1.0" serde_json = "~1.0" uuid = { version = "~0.8", features = ["serde", "v4"] } rand = "~0.7"