# 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 = "tide-diesel" version = "0.1.2" authors = ["Bradford Toney "] description = "Tide middleware for Diesel pooled connections & transactions." readme = "README.md" keywords = ["tide", "middleware", "diesel", "postgres", "transaction"] categories = ["web-programming::http-server"] license = "BlueOak-1.0.0" repository = "https://github.com/bluemoon/tide-diesel" [dependencies.async-std] version = "1" [dependencies.diesel] version = "1.4.8" features = ["postgres", "extras"] [dependencies.tide] version = "0.16" default-features = false [dev-dependencies.anyhow] version = "1"