[package]
edition = "2021"
name = "sams-ghost-node"
version = "0.1.3"
authors = ["Stanislav Levarsky"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
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"
readme = "README.md"
keywords = [
"p2p",
"decentralized",
"quantum-safe",
"sovereignty",
"mesh-network",
]
license = "MIT"
repository = "https://github.com/LelloOmwei/sams-industrial-ecosystem"
[features]
closed-source = []
default = ["open-source"]
open-source = []
[[bin]]
name = "sams-ghost-node"
path = "src/main.rs"
[dependencies.clap]
version = "4.0"
features = ["derive"]
[dependencies.crossterm]
version = "0.27"
[dependencies.rand]
version = "0.8"
[dependencies.ratatui]
version = "0.26"
[dependencies.serde]
version = "1.0"
features = ["derive"]