# 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 = "mongo-data" version = "0.0.5" description = "Mongo data" readme = "README.md" keywords = [ "hub1989", "mongo", "nosql", ] categories = ["development-tools"] license = "MIT" [lib] name = "mongo_data" path = "src/lib.rs" [dependencies.async-trait] version = "0.1.68" [dependencies.bson] version = "2.6.1" features = ["chrono-0_4"] [dependencies.futures] version = "0.3.28" [dependencies.mongodb] version = "2.5.0" [dependencies.opentelemetry] version = "0.19.0" [dependencies.opentelemetry-jaeger] version = "0.18.0" features = ["isahc_collector_client"] [dependencies.serde] version = "1.0.163" features = ["derive"] [dev-dependencies.pretty_env_logger] version = "0.5.0" [dev-dependencies.testcontainers] version = "0.14.0" [dev-dependencies.tokio] version = "1.28.2" features = ["macros"]