# 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 = "actix-sqlx-tx" version = "0.1.0" description = "Request-scoped sqlx transactions for actix-web" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/thlstsul/actix-sqlx-tx" [package.metadata.docs.rs] features = [ "all-databases", "runtime-tokio-rustls", ] [dependencies.actix-utils] version = "3.0.1" [dependencies.actix-web] version = "4.2.1" default-features = false [dependencies.futures-core] version = "0.3.25" [dependencies.parking_lot] version = "0.12.1" [dependencies.sqlx] version = "0.6.2" default-features = false [dependencies.thiserror] version = "1.0.37" [features] all-databases = [ "any", "mssql", "mysql", "postgres", "sqlite", ] any = ["sqlx/any"] default = ["runtime-tokio-rustls"] mssql = ["sqlx/mssql"] mysql = ["sqlx/mysql"] postgres = ["sqlx/postgres"] runtime-tokio-native-tls = ["sqlx/runtime-tokio-native-tls"] runtime-tokio-rustls = ["sqlx/runtime-tokio-rustls"] sqlite = ["sqlx/sqlite"]