# 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-arangodb" version = "0.2.0" authors = ["Gabor Boros "] exclude = [ ".gitignore", ".github/**", ] description = "ArangoDB driver for bb8 based on the arangors crate." readme = "README.md" keywords = [ "bb8", "arangodb", "arangors", "pool", ] categories = ["database"] license = "MIT OR Apache-2.0" repository = "https://github.com/gabor-boros/bb8-arangodb" [dependencies.arangors] version = "0.5" default-features = false [dependencies.async-trait] version = "0.1" [dependencies.bb8] version = "0.8" [dev-dependencies.arangors] version = "0.5" [dev-dependencies.tokio] version = "1.0" features = [ "macros", "rt-multi-thread", ] [dev-dependencies.tokio-test] version = "0.4" [badges.maintenance] status = "actively-developed"