# 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 = "hbase-thrift" version = "1.2.0" description = "A client for HBase's Thrift Interface" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/midnightexigent/hbase-thrift-rs" [dependencies.async-trait] version = "0.1.77" [dependencies.easy-ext] version = "1.0.1" [dependencies.thrift] version = "0.17.0" [dependencies.thrift-pool] version = "1.5" optional = true default-features = false [features] bb8 = [ "pool", "thrift-pool/impl-bb8", ] default = ["r2d2"] pool = ["thrift-pool"] r2d2 = [ "pool", "thrift-pool/impl-r2d2", ]