# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "bb8-tivk" version = "0.0.99" authors = ["Stepan Henek"] description = "bb8 adapter for TiKV client" readme = "README.md" keywords = ["bb8", "pool", "tikv"] categories = ["database"] license = "MIT" repository = "https://github.com/shenek/bb8-tikv" [[example]] name = "raw" [[example]] name = "transactional" [dependencies.async-trait] version = "0.1" [dependencies.bb8] version = "0.7" [dependencies.tikv-client] version = "0.0.99" [dev-dependencies.futures] version = "0.3" [dev-dependencies.tokio] version = "1.5" features = ["sync", "rt-multi-thread", "macros"]