[package] name = "megadex_derive" authors = ["Rick Richardson "] repository = "https://github.com/rrichardson/megadex" homepage = "https://github.com/rrichardson/megadex" description = """ Syntactic sugar for managing collections of structs which have multiple indexed accessors. """ edition = "2018" version = "0.1.0" license = "MIT" categories = ["development-tools::procedural-macro-helpers", "database"] keywords = ["macro", "rkv", "lmdb", "db"] readme = "README.md" [badges] travis-ci = { repository = "https://github.com/rrichardson/megadex_derive" } appveyor = { repository = "https://github.com/rrichardson/megadex_derive", service = "github" } [lib] proc-macro = true [dependencies] quote = "0.6.10" syn = "0.15.21" proc-macro2 = { version = "0.4.24", default-features = false } [dev-dependencies] megadex_rkv = "0.1.1" serde_derive = "1.0.84" serde = "1.0.84"