[dependencies.futures-util]
version = "0.3.31"
[dependencies.mongodb]
version = "3.2.3"
[dependencies.tokio]
features = ["full"]
version = "1.45.0"
[dependencies.tracing]
optional = true
version = "0.1.41"
[features]
tracing = ["dep:tracing"]
[lib]
name = "mongo_drop"
path = "src/lib.rs"
[package]
authors = ["Shaun Hamilton <shauhami020@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["asynchronous", "database", "development-tools::testing"]
description = "An RAII to rollback MongoDB transactions on drop"
edition = "2024"
keywords = ["mongodb", "drop", "rollback", "transaction"]
license = "MIT"
name = "mongo_drop"
readme = "README.md"
repository = "https://github.com/ShaunSHamilton/mongo_drop/"
version = "0.1.0"
[[test]]
name = "drop"
path = "tests/drop.rs"