# 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 = "bb8-diesel" version = "0.2.1" authors = ["Marko Mijalkovic ", "Sean Klein "] description = "bb8 connection manager for Diesel" keywords = ["diesel", "r2d2", "pool", "tokio", "async"] license = "MIT" repository = "https://github.com/overdrivenpotato/bb8-diesel" [dependencies.async-trait] version = "0.1.24" [dependencies.bb8] version = "0.7" [dependencies.diesel] version = "1.4" features = ["r2d2"] default-features = false [dependencies.tokio] version = "1.0" features = ["rt-multi-thread"] default-features = false [dev-dependencies.diesel] version = "1.4" features = ["postgres", "r2d2"] [dev-dependencies.tokio] version = "1.0" features = ["macros"]