# 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 = "2018" name = "gotham_middleware_diesel" version = "0.5.1" authors = ["colinbankier "] description = "A Gotham Middleware that provides access to a Diesel connection via an R2D2 pool to allow other Middleware and Handlers to interact with a database." homepage = "https://gotham.rs" readme = "README.md" keywords = [ "http", "async", "web", "gotham", "diesel", ] categories = ["web-programming::http-server"] license = "MIT/Apache-2.0" repository = "https://github.com/gotham-rs/gotham" [dependencies.diesel] version = "2.1" features = ["r2d2"] [dependencies.futures-util] version = "0.3.14" [dependencies.gotham] version = "0.7.2" features = ["derive"] default-features = false [dependencies.log] version = "0.4" [dependencies.tokio] version = "1.0" features = ["full"] [dev-dependencies.diesel] version = "2.1" features = ["sqlite"] [dev-dependencies.gotham] version = "0.7.2" features = ["testing"] default-features = false