module-registry 0.1.0

Dynamic module/plugin registry with compile-time discovery and runtime instantiation
Documentation
[dependencies.anyhow]
version = "1.0"

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

[dependencies.inventory]
version = "0.3"

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

[dependencies.sha2]
version = "0.10"

[dependencies.thiserror]
version = "1.0"

[dependencies.tracing]
optional = true
version = "0.1"

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

[[example]]
name = "plugin_system"
path = "examples/plugin_system.rs"

[features]
default = []
tracing = ["dep:tracing"]

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

[package]
authors = ["Red Asgard <hello@redasgard.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools", "api-bindings"]
description = "Dynamic module/plugin registry with compile-time discovery and runtime instantiation"
edition = "2021"
keywords = ["plugin", "module", "registry", "dynamic", "extensibility"]
license = "MIT"
name = "module-registry"
readme = "README.md"
repository = "https://github.com/redasgard/module-registry"
version = "0.1.0"