tauri-plugin-mongoose 0.2.3

Tauri plugin for MongoDB/Mongoose-like database operations
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"
name = "tauri-plugin-mongoose"
version = "0.2.3"
authors = ["Adhil"]
build = "build.rs"
links = "tauri-plugin-mongoose"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Tauri plugin for MongoDB/Mongoose-like database operations"
homepage = "https://github.com/adhil72/tauri-plugin-mongoose"
readme = "README.md"
keywords = [
    "tauri",
    "plugin",
    "mongoose",
    "mongodb",
    "database",
]
categories = [
    "database",
    "gui",
]
license = "MIT"
repository = "https://github.com/adhil72/tauri-plugin-mongoose"

[lib]
name = "tauri_plugin_mongoose"
path = "lib.rs"

[dependencies.mongodb]
version = "2.8.2"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[dependencies.tauri]
version = "2"
features = ["unstable"]

[dependencies.thiserror]
version = "1.0"

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

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

[build-dependencies.tauri-plugin]
version = "2"
features = ["build"]