rustvello-mongo 0.1.3

MongoDB backend implementations for Rustvello
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 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.85"
name = "rustvello-mongo"
version = "0.1.3"
authors = ["Luis Diaz <code.luis.diaz@proton.me>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "MongoDB backend implementations for Rustvello"
homepage = "https://pynenc.org"
readme = false
license = "MIT"
repository = "https://github.com/pynenc/rustvello"

[lib]
name = "rustvello_mongo"
path = "src/lib.rs"

[[test]]
name = "suite"
path = "tests/suite.rs"

[dependencies.async-trait]
version = "0.1"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.futures-util]
version = "0.3"

[dependencies.mongodb]
version = "3"

[dependencies.rustvello-core]
version = "0.1.0"

[dependencies.rustvello-proto]
version = "0.1.0"

[dependencies.serde]
version = "1"
features = [
    "derive",
    "rc",
]

[dependencies.serde_json]
version = "1"

[dependencies.tokio]
version = "1"
features = ["full"]

[dependencies.tracing]
version = "0.1"

[dev-dependencies.rustvello-test-suite]
version = "0.1.0"

[dev-dependencies.testcontainers]
version = "0.23"

[dev-dependencies.testcontainers-modules]
version = "0.11"
features = [
    "redis",
    "mongo",
    "postgres",
    "rabbitmq",
]

[dev-dependencies.tokio]
version = "1"
features = [
    "full",
    "test-util",
    "macros",
]

[lints.clippy]
clone_on_ref_ptr = "warn"
map_unwrap_or = "warn"
module_name_repetitions = "allow"
redundant_closure_for_method_calls = "warn"
unnecessary_wraps = "warn"
wildcard_imports = "warn"

[lints.rust]
unsafe_code = "deny"