# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "async-session-r2d2" version = "0.1.3" description = "Provides session management using r2d2 for async-session." homepage = "https://git.jacky.wtf/me/async-session-r2d2" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://git.jacky.wtf/me/async-session-r2d2.git" [dependencies.anyhow] version = "1.0" [dependencies.async-session] version = "3.0" [dependencies.async-trait] version = "0.1" [dependencies.log] version = "0.4" [dependencies.r2d2] version = "0.8" [dependencies.r2d2_sqlite] version = "0.21" features = [] optional = true default-features = false [dev-dependencies.async-std] version = "1.10.0" features = ["attributes"] [features] with-rusqlite = ["r2d2_sqlite"]