adminx-mongo 3.1.0

MongoDB storage backend for the adminx admin-panel framework.
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.89.0"
name = "adminx-mongo"
version = "3.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."
homepage = "https://github.com/srotas-space/adminx"
documentation = "https://docs.rs/adminx-mongo"
readme = "README.md"
keywords = [
    "admin",
    "mongodb",
    "mongo",
    "storage",
    "nosql",
]
categories = [
    "web-programming",
    "database",
]
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 = "3.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"]