rpa_macros 0.1.0

Macros Module for RPA.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

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

[dependencies.errors_rust]
version = "0.1.0"

[dependencies.rocket_contrib]
version = "0.4.1"
features = ["json"]
default-features = false