# 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 = "bb8-rusqlite" version = "0.1.0" authors = ["Adam Harvey "] description = "A bb8 connection manager for rusqlite" license = "MIT" repository = "https://github.com/LawnGnome/bb8-rusqlite" [dependencies.async-trait] version = "0.1" [dependencies.bb8] version = "0.7" [dependencies.rusqlite] version = "0.24" [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1" features = ["rt", "rt-multi-thread"] [dev-dependencies.anyhow] version = "1" [dev-dependencies.futures] version = "0.3" [dev-dependencies.tempfile] version = "3" [dev-dependencies.tokio] version = "1" features = ["rt", "rt-multi-thread", "macros"]