genja-plugin-manager 0.1.0

Dynamic plugin loading and build support for Genja-compatible Rust applications and shared-library plugins
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 = "genja-plugin-manager"
version = "0.1.0"
authors = ["Andre Bowen-Brown <contact@genja.co.uk>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Dynamic plugin loading and build support for Genja-compatible Rust applications and shared-library plugins"
homepage = "https://docs.genja.co.uk"
readme = "README.md"
keywords = [
    "plugin",
    "manager",
    "dynamic",
    "loading",
]
categories = [
    "development-tools",
    "rust-patterns",
]
license = "AGPL-3.0-only"
repository = "https://github.com/Smertan/genja"

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

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

[dependencies.genja-core]
version = "0.1.0"

[dependencies.libloading]
version = "0.8.8"

[dependencies.log]
version = "0.4.28"

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

[dependencies.serde_json]
version = "1.0.145"

[dependencies.tokio]
version = "1.48.0"
features = [
    "rt-multi-thread",
    "sync",
]

[dependencies.toml]
version = "0.9.6"