[package]
edition = "2021"
name = "sams-ghost-node"
version = "0.1.1"
authors = ["Stanislav Levarsky"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "SAMS Ghost-Node - Industrial sensor data generator for Industry 4.0 with microjoule energy tracking and sub-microsecond latency. Industrial Semantic Ecosystem optimized for ARM Corstone-310 and FuSA workflows."
homepage = "https://www.equinibrium.eu"
readme = false
license = "MIT"
repository = "https://github.com/LelloOmwei/sams-industrial-ecosystem"
[[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"]