# 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.5.1" authors = ["jonathan ", "hebert "] 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/artsoftwar3/public-libraries/rust/rpa_modules/rpa_macros" [dependencies.Inflector] version = "0.11.4" [dependencies.bigdecimal] version = "0.2.0" features = ["serde"] [dependencies.chrono] version = "0.4.19" features = ["serde"] [dependencies.diesel] version = "1.4.6" features = ["chrono", "numeric"] [dependencies.log] version = "0.4.14" [dependencies.regex] version = "1.5.4" [dependencies.rocket] version = "0.4.10" [dependencies.rocket_contrib] version = "0.4.10" features = ["json", "diesel_mysql_pool"] default-features = false [dependencies.serde] version = "1.0.126" features = ["derive"] [dependencies.serde_json] version = "1.0.64"