# 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 = "deadpool-bolt" version = "0.2.0" description = "A bolt-client manager for the deadpool connection pool." keywords = [ "bolt", "database", "pool", "neo4j", "deadpool", ] categories = ["asynchronous"] license = "MIT" repository = "https://github.com/0xSiO/bolt-rs" resolver = "1" [dependencies.async-trait] version = "0.1.0" [dependencies.bolt-client] version = "0.11.0" features = ["tokio-stream"] [dependencies.deadpool] version = "0.9.0" features = [ "managed", "rt_tokio_1", ] default-features = false [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", ]