hyperion-framework 0.3.1

A lightweight component-based TCP framework for building service-oriented Rust applications with CLI control, async messaging, and lifecycle management.
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", "asynchronous", "concurrency", "command-line-interface", "config"]
description = "A lightweight component-based TCP framework for building service-oriented Rust applications with CLI control, async messaging, and lifecycle management."
documentation = "https://github.com/Bazzz-1/hyperion-framework-examples"
edition = "2024"
exclude = ["**/*.json", "**/*.yml", ".gitignore", ".cargo_vcs_info.json"]
homepage = "https://github.com/bazzz-1/hyperion-framework"
keywords = ["framework", "tcp", "components", "networking", "containerisation"]
license = "Apache-2.0"
name = "hyperion-framework"
readme = "README.md"
repository = "https://github.com/bazzz-1/hyperion-framework"
version = "0.3.1"