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