# 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 = "actix-diesel" version = "0.3.0" authors = ["Ryan Leckey "] description = "Integrate Diesel into Actix (and Actix Web) cleanly and efficiently." readme = "README.md" keywords = ["web", "actix", "async", "diesel", "database"] categories = ["asynchronous", "web-programming::http-server", "database"] license = "MIT/Apache-2.0" repository = "https://github.com/mehcode/actix-diesel" [dependencies.actix] version = "0.7.9" [dependencies.actix-web] version = "0.7.18" optional = true [dependencies.derive_more] version = "0.13.0" [dependencies.diesel] version = "1.4.1" features = ["r2d2"] [dependencies.failure] version = "0.1.5" optional = true [dependencies.futures] version = "0.1.25" [dependencies.num_cpus] version = "1.9.0" [dependencies.once_cell] version = "0.1.7" [dependencies.r2d2] version = "0.8.3"