# 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 = "2021" name = "rbdc-pool-mobc" version = "4.5.7" authors = ["ce "] description = "The Rust SQL Toolkit and ORM Library. An async, pure Rust SQL crate featuring compile-time Dynamic SQL" homepage = "https://rbatis.github.io/rbatis.io" documentation = "https://rbatis.github.io/rbatis.io" readme = "Readme.md" keywords = [ "database", "orm", "mysql", "postgres", "sqlite", ] categories = ["database"] license = "Apache-2.0" repository = "https://github.com/rbatis/rbatis" [dependencies.async-trait] version = "0.1" [dependencies.futures-core] version = "0.3" [dependencies.mobc] version = "0.8" features = ["tokio"] [dependencies.rbdc] version = "4.5" default-features = false [dependencies.rbs] version = "4.5"