# 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" rust-version = "1.56" name = "sqlx-models-orm" version = "0.7.10" authors = ["Nubis "] description = "ActiveRecord based on SQLx for Postgres" homepage = "https://github.com/constata-eu/sqlx-models" readme = "README.md" keywords = [ "sqlx", "postgres", "orm", "activerecord", ] categories = ["database"] license = "MIT OR Apache-2.0" repository = "https://github.com/constata-eu/sqlx-models" [dependencies.async-trait] version = "0.1.52" [dependencies.futures-core] version = "^0.3.19" [dependencies.futures-util] version = "^0.3.19" [dependencies.sqlx] version = "0.7.4" features = [ "postgres", "runtime-tokio", "tls-rustls", "migrate", "chrono", "json", "rust_decimal", ] [dependencies.sqlx-models-derive] version = "0.7.10" [dev-dependencies.anyhow] version = "1.0" [dev-dependencies.base64] version = "0.13.0" [dev-dependencies.base64-serde] version = "0.6.1" [dev-dependencies.serde] version = "1.0" [dev-dependencies.serde_json] version = "1.0" [dev-dependencies.serde_with] version = "1.6.4" features = ["hex"] [dev-dependencies.tokio] version = "1.2.0" features = ["full"]