# 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 = "miniorm-example-transactions" version = "0.3.0" authors = ["Cédric Meuter "] description = "a *very* simple ORM built on top of sqlx" homepage = "https://github.com/meuter/miniorm-rs" readme = "README.md" keywords = [ "sqlx", "orm", ] license = "MIT" repository = "https://github.com/meuter/miniorm-rs" [dependencies.dotenv] version = "0.15.0" [dependencies.iso_currency] version = "0.4.4" features = ["with-serde"] [dependencies.miniorm] version = "0.3.0" [dependencies.rust_decimal] version = "1.34.3" [dependencies.rust_decimal_macros] version = "1.34.2" [dependencies.serde] version = "1.0.197" features = ["derive"] [dependencies.serde_json] version = "1.0.114" [dependencies.sqlx] version = "0.7.4" features = [ "chrono", "rust_decimal", "runtime-tokio", ] [dependencies.tokio] version = "1.36.0" features = ["full"]