steckrs 0.3.2

A lightweight, trait-based plugin system for Rust applications and libraries
Documentation
[badges.maintenance]
status = "actively-developed"

[dependencies.anyhow]
version = "1.0.97"

[dependencies.thiserror]
version = "2.0.12"

[dependencies.tracing]
version = "0.1.41"

[dev-dependencies]

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

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

[features]

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

[package]
authors = ["Christoph J. Scherr <software@cscherr.de>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["rust-patterns", "development-tools", "api-bindings"]
description = "A lightweight, trait-based plugin system for Rust applications and libraries"
documentation = "https://docs.rs/steckrs"
edition = "2021"
exclude = [".github/"]
homepage = "https://github.com/PlexSheep/steckrs"
keywords = ["plugin", "extension", "hook", "modular", "framework"]
license = "LGPL-3.0-or-later"
name = "steckrs"
publish = true
readme = "README.md"
repository = "https://github.com/PlexSheep/steckrs"
version = "0.3.2"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]