# 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 = "fnsql" version = "0.2.7" include = ["Cargo.toml", "src/**/*.rs", "src/**/*.yml", "src/**/*.sh", "crates-io.md", "README.md", "LICENSE-APACHE", "LICENSE-MIT"] description = "Type-safe SQL query wrappers" homepage = "https://github.com/da-x/fnsql" readme = "crates-io.md" keywords = ["sql", "proc_macro", "procmacro"] categories = ["database"] license = "MIT/Apache-2.0" repository = "https://github.com/da-x/fnsql" [dependencies.fnsql-macro] version = "0.2.7" [dependencies.postgres] version = "0.19" optional = true [dependencies.tempdir] version = "0.3" optional = true [features] all = ["with-rusqlite", "with-postgres", "prepare-cache"] default = [] prepare-cache = ["fnsql-macro/prepare-cache"] with-postgres = ["fnsql-macro/with-rusqlite", "postgres", "tempdir"] with-rusqlite = ["fnsql-macro/with-postgres"]