[package] authors = ["Gennady Kostunin "] description = "Macro for converting structure to model, for mango-orm project." edition = "2018" eywords = ["mongodb", "mongo", "nosql", "database", "orm", "model"] license = "MIT OR Apache-2.0" name = "create-model-rs" readme = "README.md" repository = "https://github.com/kebasyaty/create-model-rs" version = "0.1.0-pre-alpha.0" [lib] proc-macro = true [dependencies]