[package]
edition = "2021"
rust-version = "1.89.0"
name = "adminx-mongo"
version = "0.1.0"
authors = [
"Snm Maurya <xsmmaurya@gmail.com>",
"Deepak Maurya <deepxmaurya@gmail.com>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "MongoDB storage backend for the adminx admin-panel framework."
readme = false
license = "MIT"
repository = "https://github.com/srotas-space/adminx"
[lib]
name = "adminx_mongo"
path = "src/lib.rs"
[[test]]
name = "execute_raw"
path = "tests/execute_raw.rs"
[dependencies.adminx-core]
version = "0.1.0"
[dependencies.async-trait]
version = "0.1"
[dependencies.futures-util]
version = "0.3"
[dependencies.mongodb]
version = "2.4"
features = [
"tokio-runtime",
"bson-chrono-0_4",
]
[dependencies.serde_json]
version = "1.0"
[dependencies.tracing]
version = "0.1"
[dev-dependencies.tokio]
version = "1"
features = ["full"]