# 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 = "c3p0_mongodb" version = "0.70.0" authors = ["Francesco Cina "] description = "A good friend for r2d2" homepage = "https://github.com/ufoscout/c3p0" readme = "README.md" keywords = [ "mysql", "postgres", "pg", "sqlite", "json", ] license = "MIT" repository = "https://github.com/ufoscout/c3p0" [dependencies.c3p0_common] version = "0.70.0" [dependencies.log] version = "0.4" [dependencies.mongodb] version = "2.0" features = ["bson-uuid-1"] [dependencies.serde] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.uuid] version = "1" features = [ "serde", "v4", ] [dev-dependencies.maybe-single] version = "0.16" features = ["tokio"] [dev-dependencies.once_cell] version = "1.5.0" [dev-dependencies.testcontainers] version = "0.3" features = [ "mysql", "mongo", "postgres", ] package = "testcontainers-modules" [dev-dependencies.tokio] version = "1" features = [ "macros", "rt-multi-thread", ]