[package] name = "async-session-r2d2" version = "0.1.3" edition = "2018" license = "MIT OR Apache-2.0" repository = "https://git.jacky.wtf/me/async-session-r2d2.git" homepage = "https://git.jacky.wtf/me/async-session-r2d2" description = "Provides session management using r2d2 for async-session." [dependencies] async-session = "3.0" async-trait = "0.1" r2d2 = "0.8" anyhow = "1.0" log = "0.4" [dependencies.r2d2_sqlite] version = "0.21" default-features = false features = [] optional = true [features] with-rusqlite = ["r2d2_sqlite"] [dev-dependencies.async-std] version = "1.10.0" features = ["attributes"]