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.
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[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"]