[package]
edition = "2024"
name = "sim-view-tty"
version = "0.1.0"
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Loadable terminal (CLI/TUI) view/edit surface for SIM, projecting Scenes to text and reducing key input to Intents."
homepage = "https://github.com/sim-nest/sim-cli"
readme = "README.md"
license = "MPL-2.0"
repository = "https://github.com/sim-nest/sim-cli"
[lib]
name = "sim_view_tty"
path = "src/lib.rs"
[dependencies.sim-kernel]
version = "0.1.0"
[dependencies.sim-lib-intent]
version = "0.1.0"
[dependencies.sim-lib-scene]
version = "0.1.0"
[dependencies.sim-lib-view]
version = "0.1.0"
[dependencies.sim-value]
version = "0.1.0"
[lints.rust]
unsafe_code = "forbid"