# 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-fast" version = "4.5.11" authors = ["ce "] build = false autobins = false autoexamples = false autotests = false autobenches = false 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" [lib] name = "rbdc_pool_fast" path = "src/lib.rs" [dependencies.async-trait] version = "0.1" [dependencies.dark-std] version = "0.2" [dependencies.fast_pool] version = "0.2.0" [dependencies.futures-core] version = "0.3" [dependencies.log] version = "0.4.21" [dependencies.rbdc] version = "4.5" default-features = false [dependencies.rbs] version = "4.5"