# 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" rust-version = "1.72.1" name = "bb8-mongodb" version = "1.0.0" authors = ["Jason Ozias "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "bb8 connection pooling impmentation for the MongoDB database" homepage = "http://github.com/rustyhorde/bb8-mongodb" documentation = "http://docs.rs/bb8-mongodb" readme = "README.md" keywords = [ "bb8", "async", "mongodb", "pool", ] categories = [ "asynchronous", "database", ] license = "MIT OR Apache-2.0" repository = "https://github.com/rustyhorde/bb8-mongodb" [package.metadata.cargo-all-features] skip_optional_dependencies = true [[package.metadata.cargo-matrix.channel]] name = "default" [package.metadata.docs.rs] features = [] rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "bb8_mongodb" path = "src/lib.rs" [dependencies.anyhow] version = "1.0.79" [dependencies.async-trait] version = "0.1.77" [dependencies.bb8] version = "0.8.3" [dependencies.mongodb] version = "3.0.1" [dependencies.thiserror] version = "1.0.56" [dependencies.tokio] version = "1.35.1" features = ["full"] [dev-dependencies.futures] version = "0.3.30" [build-dependencies.rustversion] version = "1.0.14" [features] unstable = []