sams-ghost-node 0.1.3

Decentralized P2P mesh networking with quantum-safe authentication. Implements the Saxhimoto Principle for identity-data decoupling in sovereign networks.
[package]
name = "sams-ghost-node"
version = "0.1.3"
edition = "2021"
authors = ["Stanislav Levarsky"]
description = "Decentralized P2P mesh networking with quantum-safe authentication. Implements the Saxhimoto Principle for identity-data decoupling in sovereign networks."
homepage = "https://www.equinibrium.eu"
repository = "https://github.com/LelloOmwei/sams-industrial-ecosystem"
readme = "README.md"
license = "MIT"
keywords = ["p2p", "decentralized", "quantum-safe", "sovereignty", "mesh-network"]

[features]
default = ["open-source"]
open-source = []
closed-source = []

[dependencies]
ratatui = "0.26"
crossterm = "0.27"
rand = "0.8"
clap = { version = "4.0", features = ["derive"] }
serde = { version = "1.0", features = ["derive"] }