rpa_macros 0.4.3

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

[dependencies.rocket]
version = "0.4.4"

[dependencies.rocket_contrib]
version = "0.4.4"
default-features = false
features = ["json", "diesel_mysql_pool"]

# For connecting with the MySQL database
[dependencies.diesel]
version = "1.4.4"
features = ["chrono", "numeric"]

# bigdecimal for diesel has to be compatible, for now we have that diesel needs bigdecimal <= 0.1.0
[dependencies.bigdecimal]
version = "<= 0.1.0"
features = ["serde"]

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

[dependencies.serde_json]
version = "1.0.53"

[dependencies.chrono]
version = "0.4.11"
features = ["serde"]

[dependencies.Inflector]
version = "0.11.4"

[dependencies.regex]
version = "1.3.7"