# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "rglw_orm_core" version = "0.2.5" authors = ["jonathan.franco.2103@gmail.com"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Rustyglware orm based on sqlx library." homepage = "https://crates.io/crates/rglw_orm" documentation = "https://docs.rs/rglw_orm" readme = "Readme.md" license = "MIT" repository = "https://gitlab.com/rglw/public/database/rglw_orm/-/tree/main/rglw_orm_core" [lib] name = "rglw_orm_core" path = "src/lib.rs" [dependencies.async-trait] version = "0.1.81" [dependencies.dotenv] version = "0.15.0" [dependencies.figment] version = "0.10.18" features = [ "json", "toml", "env", "yaml", ] [dependencies.futures] version = "0.3.30" features = [ "futures-executor", "futures-executor", ] [dependencies.lazy_static] version = "1.5.0" [dependencies.log] version = "0.4.22" [dependencies.rglw] version = "0.1.5" features = [ "log", "codegen", "configuration", ] [dependencies.rglw_orm_codegen] version = "0.2.5" [dependencies.serde] version = "1.0.198" [dependencies.serde_json] version = "1.0.116" features = ["raw_value"] [dependencies.sqlx] version = "0.8.2" features = [ "runtime-tokio", "tls-rustls", "json", "macros", "migrate", "uuid", "chrono", "time", "bigdecimal", "ipnetwork", "rust_decimal", "derive", "all-databases", ] [dev-dependencies.tokio] version = "1.37.0" features = [ "rt-multi-thread", "macros", "sync", "time", ] [build-dependencies.permissions] version = "0.5.1"