metamorphose 1.0.0-beta

Macros collection for converting Structure to Model, for a mango-orm project.
Documentation
[package]
authors = ["Gennady Kostunin <kebasyaty@gmail.com>"]
description = "Macros collection for converting Structure to Model, for a mango-orm project."
edition = "2021"
homepage = "https://github.com/kebasyaty/mango-orm/tree/master/metamorphose"
keywords = ["mongodb", "mango", "mongo", "model", "macro"]
license = "MIT OR Apache-2.0"
name = "metamorphose"
readme = "README.md"
repository = "https://github.com/kebasyaty/mango-orm/tree/master/metamorphose"
version = "1.0.0-beta"

[lib]
proc-macro = true

[dependencies]
quote = "1.0.21"
regex = "1.6.0"
serde_json = "1.0.85"
syn = "1.0.101"

[dependencies.serde]
features = ["derive"]
version = "1.0.145"

[dependencies.mongodb]
default-features = false
features = ["sync"]
version = "1.2.5"