# 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 = "2018" name = "mobc-boltrs" version = "0.2.2" authors = ["Jeffrey Howard "] description = "A bolt-client adapter for the mobc connection pool" readme = "README.md" keywords = ["neo4j"] categories = ["database-interfaces"] license = "MIT" repository = "https://github.com/maldrake/mobc-boltrs" [dependencies.async-trait] version = "0.1.48" [dependencies.bolt-client] version = "0.9.1" features = ["tokio-stream"] [dependencies.bolt-proto] version = "0.10.0" [dependencies.mobc] version = "0.7.2" [dependencies.tokio] version = "1.4.0" features = ["net", "io-util"] [dependencies.tokio-util] version = "0.6.5" features = ["compat"] [dev-dependencies.futures-util] version = "0.3.13" features = ["alloc"] default-features = false [dev-dependencies.tokio] version = "1.4.0" features = ["macros", "rt-multi-thread"]