orma-mobc 0.3.3

Connection pool for Orma, based on mobc
Documentation
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "orma-mobc"
version = "0.3.3"
authors = ["Andrea Chiumenti <achiumenti@red.software.systems>"]
description = "Connection pool for Orma, based on mobc"
readme = "../README.md"
keywords = ["postgres", "postgresql", "pool", "orma", "mobc"]
categories = ["database"]
license = "MIT"
repository = "https://github.com/RedSoftwareSystems/rust-orma"
[dependencies.async-trait]
version = "0.1.41"

[dependencies.mobc]
version = "0.5.12"

[dependencies.orma]
version = "=0.3.3"
[dev-dependencies.futures]
version = "0.3.5"

[dev-dependencies.tokio]
version = "0.2.22"
features = ["full"]