# 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 = "mobc-reql" version = "0.6.4" authors = ["rushmorem "] description = "RethinkDB support for the mobc connection pool" documentation = "https://docs.rs/mobc-reql" readme = "README.md" keywords = ["async", "database", "pool", "reql"] license = "MIT/Apache-2.0" repository = "https://github.com/rethinkdb/rethinkdb-rs/tree/main/mobc" [dependencies.blocking] version = "1.0.2" [dependencies.futures] version = "0.3.17" [dependencies.futures-timer] version = "3.0.2" default-features = false [dependencies.mobc] version = "0.7.3" default-features = false [dependencies.reql] version = "0.11.0" [dependencies.tracing] version = "0.1.29" [features] async-std = ["mobc/async-std"] default = ["tokio"] tokio = ["mobc/tokio"]