oximod_core 0.2.3

The core logic and error handling for OxiMod, a MongoDB ODM for Rust.
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 = "2024"
name = "oximod_core"
version = "0.2.3"
authors = ["Arshia Eskandari <email@arshiaeskandari.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The core logic and error handling for OxiMod, a MongoDB ODM for Rust."
readme = "README.md"
keywords = [
    "mongodb",
    "odm",
    "mongoose",
    "rust",
]
categories = [
    "database",
    "asynchronous",
]
license = "MIT"
repository = "https://github.com/arshia-eskandari/oximod"
resolver = "2"

[features]
debug-print = []

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

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

[dependencies.mongodb]
version = "3.5.1"

[dependencies.serde]
version = "1.0.228"

[dependencies.thiserror]
version = "2.0.18"