wither_derive 0.8.0-beta.0

An ODM for MongoDB built upon the mongo rust driver.
[package]
authors = ["Anthony Dodd <dodd.anthonyjosiah@gmail.com>"]
categories = ["database", "data-structures"]
description = "An ODM for MongoDB built upon the mongo rust driver."
documentation = "https://github.com/thedodd/wither"
homepage = "https://github.com/thedodd/wither"
keywords = ["mongodb", "odm", "orm"]
license = "Apache-2.0"
name = "wither_derive"
readme = "README.md"
repository = "https://github.com/thedodd/wither"
version = "0.8.0-beta.0"

[lib]
proc-macro = true

[dependencies]
Inflector = "0.11"
mongodb = "0.3"
proc-macro2 = "0.4"
quote = "0.6"
serde = "1"
syn = { version = "0.15", features = ["extra-traits"] }