rpa_derives 0.3.1

Derives Module for RPA.
Documentation
[package]
name = "rpa_derives"
version = "0.3.1"
authors = ["jonathan <jonathan.franco.2103@gmail.com>", "hebert <hebver20@gmail.com>"]
edition = "2018"
license-file = "LICENSE"
description = "Derives Module for RPA."
repository = "https://gitlab.com/gexuy/public-libraries/rust/rpa_modules/rpa_derives"
readme = "Readme.md"
keywords = ["rpa", "database", "jpa", "persistence", "diesel"]
categories = ["database", "database-implementations"]

[dependencies.syn]
version = "0.15.42"
features = ["full"]

[dependencies.quote]
version = "0.6.12"

[dependencies.proc-macro2]
version = "0.4.30"

[dependencies.type-info]
version = "0.2.1"

[dependencies.type-info-derive]
version = "0.2.0"

[lib]
proc-macro = true