# 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 = "bb8-bolt" version = "0.8.0" description = "A bolt-client adaptor for the bb8 connection pool." keywords = [ "bolt", "database", "pool", "neo4j", "bb8", ] categories = ["asynchronous"] license = "MIT" repository = "https://github.com/0xSiO/bolt-rs" resolver = "1" [dependencies.async-trait] version = "0.1.0" [dependencies.bb8] version = "0.8.0" [dependencies.bolt-client] version = "0.11.0" features = ["tokio-stream"] [dependencies.tokio] version = "1.23.0" features = [ "io-util", "net", ] [dependencies.tokio-util] version = "0.7.0" features = ["compat"] [dev-dependencies.futures-util] version = "0.3.0" features = ["alloc"] default-features = false [dev-dependencies.tokio] version = "1.23.0" features = [ "macros", "rt-multi-thread", ]