# 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 = "thrift-pool" version = "1.5.0" description = "Easily make Connection Pools compatible with r2d2 and bb8 from any Thrift Client" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/midnightexigent/thrift-pool-rs" [package.metadata.docs.rs] all-features = true [dependencies.async-trait] version = "0.1.77" optional = true [dependencies.bb8] version = "0.8.1" optional = true [dependencies.r2d2] version = "0.8.10" optional = true [dependencies.thrift] version = "0.17.0" [dev-dependencies.tokio] version = "1.35.1" features = ["full"] [features] default = ["impl-r2d2"] impl-bb8 = [ "bb8", "async-trait", ] impl-r2d2 = ["r2d2"]