# 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 = "r2d2-aykroyd" version = "0.2.1" authors = ["Andrew Dona-Couch "] description = "Aykroyd micro-ORM for the r2d2 connection pool." documentation = "https://docs.rs/r2d2-aykroyd/latest/r2d2_aykroyd/" readme = "./README.md" license = "MIT" repository = "https://git.sr.ht/~couch/aykroyd" [dependencies.aykroyd] version = "0.3" [dependencies.mysql] version = "24" optional = true [dependencies.postgres] version = "0.19" optional = true [dependencies.r2d2] version = "0.8" [dependencies.r2d2_mysql] version = "24" optional = true [dependencies.r2d2_postgres] version = "0.18" optional = true [dependencies.r2d2_sqlite] version = "0.23" optional = true [dependencies.rusqlite] version = "0.30" optional = true [dev-dependencies.aykroyd] version = "0.3" features = ["derive"] [features] default = [] mysql = [ "aykroyd/mysql", "dep:mysql", "dep:r2d2_mysql", ] postgres = [ "aykroyd/postgres", "dep:postgres", "dep:r2d2_postgres", ] rusqlite = [ "aykroyd/rusqlite", "dep:rusqlite", "dep:r2d2_sqlite", ]