# 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 = "tide-sqlx" version = "0.6.1" authors = ["Jeremiah Senkpiel ", "Chris Dickinson ", "C J Silverio ", "Kyle Anne Laymon "] description = "Tide middleware for SQLx pooled connections & transactions." readme = "README.md" keywords = ["tide", "middleware", "sqlx", "postgres", "transaction"] categories = ["web-programming::http-server"] license = "BlueOak-1.0.0" repository = "https://github.com/eaze/tide-sqlx" [package.metadata.docs.rs] features = ["docs"] rustdoc-args = ["--cfg", "docsrs"] [dependencies.async-std] version = "1" [dependencies.sqlx] version = "0.5" [dependencies.tide] version = "0.16" default-features = false [dependencies.tracing-futures] version = "0.2" optional = true [dependencies.tracing_crate] version = "0.1" optional = true package = "tracing" [dev-dependencies.anyhow] version = "1" [dev-dependencies.async-std] version = "1" features = ["attributes"] [dev-dependencies.cargo-husky] version = "1" features = ["user-hooks"] default-features = false [dev-dependencies.log] version = "0.4" [features] any = ["sqlx/any"] default = [] docs = ["rustls", "postgres"] native-tls = ["sqlx/runtime-async-std-native-tls"] postgres = ["sqlx/postgres"] rustls = ["sqlx/runtime-async-std-rustls"] test = ["rustls", "postgres", "tracing"] tracing = ["tracing_crate", "tracing-futures"]