mobc-arangors 0.2.1

ArangoDB support for the async mobc connection pool
Documentation
[package]
name = "mobc-arangors"
version = "0.2.1"
authors = ["Rafael Aggeler <r.aggeler@gmx.net>"]
license = "MIT"
description = "ArangoDB support for the async mobc connection pool"
repository = "https://github.com/inzanez/mobc-arangors"
edition = "2018"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[features]
default = [ "reqwest" ]
reqwest = [ "arangors/rocksdb", "arangors/reqwest_async" ]
surf = [ "arangors/rocksdb", "arangors/surf_async" ]

[dependencies]
arangors = { version = ">=0.4.3", default-features=false, optional = true }
mobc = "0.5.10"
futures = "0.3"

[dev-dependencies]
tokio = { version = "0.2.21", features = ["full"] }