[package]
edition = "2024"
rust-version = "1.90"
name = "scosh-core"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Portable session state and terminal event core for scosh"
readme = false
license = "MIT"
repository = "https://github.com/dyxushuai/scosh"
resolver = "2"
[lib]
name = "scosh_core"
path = "src/lib.rs"
[[test]]
name = "bootstrap_conformance"
path = "tests/bootstrap_conformance.rs"
[[test]]
name = "lifecycle_conformance"
path = "tests/lifecycle_conformance.rs"
[[test]]
name = "recovery_conformance"
path = "tests/recovery_conformance.rs"
[[test]]
name = "session_conformance"
path = "tests/session_conformance.rs"
[dependencies.getrandom]
version = "=0.4.3"