hyperion-framework 0.3.0

A lightweight Rust framework for building modular, component-based systems with TCP messaging and CLI control.
Documentation
[dependencies.async-trait]
version = "0.1.88"

[dependencies.colored]
version = "3.0.0"

[dependencies.log]
features = ["std"]
version = "0.4.27"

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

[dependencies.serde-xml-rs]
version = "0.8.1"

[dependencies.serde_json]
version = "1.0.140"

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

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

[package]
authors = ["Robert Hannah (https://github.com/Bazzz-1)"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["network-programming", "command-line-utilities"]
description = "A lightweight Rust framework for building modular, component-based systems with TCP messaging and CLI control."
documentation = "https://docs.rs/hyperion-framework"
edition = "2024"
exclude = ["**/*.json", "**/*.yml", ".gitignore", ".cargo_vcs_info.json"]
homepage = "https://github.com/bazzz-1/hyperion-framework"
keywords = ["rust", "framework", "tcp", "cli", "components"]
license = "Apache-2.0"
name = "hyperion-framework"
readme = "README.md"
repository = "https://github.com/bazzz-1/hyperion-framework"
version = "0.3.0"