# 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 = "diesel-rocket-pg" version = "0.1.0" authors = ["Felix Hensel"] description = "A wrapper to use PostgreSQL with Diesel and rocket" homepage = "https://crates.io/crates/diesel-rocket-pg" license = "MIT" repository = "https://github.com/felix1507/diesel-rocket-pg/" [dependencies.diesel] version = "2.0.3" features = [ "r2d2", "postgres", ] [dependencies.r2d2] version = "0.8.10" [dependencies.tokio] version = "1.25.0" features = ["rt"]