# 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 = "bmbp_rdbc_orm" version = "0.2.8" authors = ["bmbp"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "ORM" homepage = "https://github.com/bmbper/bmbp_rdbc" documentation = "https://github.com/bmbper/bmbp_rdbc" readme = "README.md" license = "MIT" repository = "https://github.com/bmbper/bmbp_rdbc" [lib] name = "bmbp_rdbc_orm" path = "src/lib.rs" [[test]] name = "test_demo" path = "tests/test_demo.rs" [dependencies.async-trait] version = "0.1.81" [dependencies.async_static] version = "0.1.3" [dependencies.bmbp_rdbc_sql] version = "0.2.8" [dependencies.bmbp_rdbc_type] version = "0.2.8" [dependencies.chrono] version = "0.4.38" [dependencies.once_cell] version = "1.19.0" [dependencies.serde] version = "1.0.204" features = ["derive"] [dependencies.serde_json] version = "1.0.10" [dependencies.tokio] version = "1.38.0" features = ["full"] [dependencies.tokio-postgres] version = "0.7.12" features = ["with-chrono-0_4"] [dependencies.tracing] version = "0.1.40" [dependencies.tracing-subscriber] version = "0.3.16" features = ["env-filter"]