# 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 = "hub1989-mongo-data" version = "0.0.8" 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.80" [dependencies.bson] version = "2.10.0" features = ["chrono-0_4"] [dependencies.futures] version = "0.3.30" [dependencies.hub1989-error-util] version = "0.0.6" [dependencies.mongodb] version = "2.8.2" [dependencies.opentelemetry] version = "0.22.0" [dependencies.opentelemetry-jaeger] version = "0.21.0" features = ["isahc_collector_client"] [dependencies.serde] version = "1.0.200" 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"]