oxidite-plugin 2.0.0

Plugin system for Oxidite v2 web framework with dynamic loading and extension capabilities
Documentation
[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.0"

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

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

[dependencies.serde_json]
version = "1.0.145"

[dependencies.thiserror]
version = "2.0.17"

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

[features]
default = []

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

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