# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "db-derive" version = "0.1.8" authors = ["Txuritan "] description = "PostgreSQL/SQLite pooling derive system" documentation = "https://docs.rs/db-derive" readme = "../README.md" license = "MIT/Apache-2.0" repository = "https://gitlab.com/Txuritan/db-derive" [dependencies.db-derive-impl] version = "0.1" [dependencies.postgres] version = "0.17.0" optional = true [dependencies.postgres-types] version = "0.1.0" optional = true [dependencies.r2d2] version = "0.8" [dependencies.rusqlite] version = "0.21" optional = true [features] chrono = ["postgresql-chrono", "sqlite-chrono"] default = ["postgresql", "sqlite", "sqlite-bundled"] json = ["postgresql-json", "sqlite-json"] postgresql = ["postgres", "postgres-types", "db-derive-impl/postgresql"] postgresql-chrono = ["postgres/with-chrono-0_4"] postgresql-json = ["postgres/with-serde_json-1"] postgresql-uuid = ["postgres/with-uuid-0_8"] sqlite = ["rusqlite", "db-derive-impl/sqlite"] sqlite-bundled = ["rusqlite/bundled"] sqlite-chrono = ["rusqlite/chrono"] sqlite-json = ["rusqlite/serde_json"] sqlite-uuid = ["rusqlite/uuid"] uuid = ["postgresql-uuid", "sqlite-uuid"]