oxidite-plugin 2.0.1

Plugin system for Oxidite v2 web framework with dynamic loading and extension capabilities
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 = "oxidite-plugin"
version = "2.0.1"
authors = ["Meshack Bahati Ouma <bahatikylemeshack@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Plugin system for Oxidite v2 web framework with dynamic loading and extension capabilities"
readme = "README.md"
keywords = [
    "plugin",
    "extension",
    "dynamic",
    "modular",
]
categories = [
    "web-programming",
    "config",
]
license = "MIT"
repository = "https://github.com/meshackbahati/rust-oxidite"

[features]
default = []

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

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

[dependencies.chrono]
version = "0.4.42"

[dependencies.libloading]
version = "0.8.5"

[dependencies.oxidite-config]
version = "2.0.1"

[dependencies.oxidite-core]
version = "2.0.1"

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

[dependencies.serde_json]
version = "1.0.145"

[dependencies.thiserror]
version = "2.0.17"

[dependencies.tokio]
version = "1.48.0"
features = ["full"]