# 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 = "async-diesel" version = "0.1.0" authors = ["Ryan Leckey "] description = "Integrate Diesel into async-std cleanly and efficiently." categories = ["asynchronous", "database"] license = "MIT/Apache-2.0" repository = "https://github.com/mehcode/async-diesel" [dependencies.async-std] version = "1.4.0" features = ["unstable"] [dependencies.async-trait] version = "0.1.21" [dependencies.diesel] version = "1.4.3" features = ["r2d2"] [dependencies.futures] version = "0.3.1" [dependencies.r2d2] version = "0.8.7" [dev-dependencies.async-std] version = "1.4.0" features = ["attributes"] [dev-dependencies.diesel] version = "1.4.3" features = ["postgres", "uuidv07"] [dev-dependencies.uuid] version = "0.7.4" features = ["v4"]