[package]
edition = "2024"
name = "sl-rust"
version = "1.0.12"
authors = [
"Antigravity <antigravity@google.com>",
"oligami <nziq53@gmail.com>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "SL - An ASCII art train animation"
homepage = "https://github.com/oligamiq/sl-rust"
readme = "README.md"
keywords = [
"terminal",
"animation",
"train",
"sl",
"wasi",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/oligamiq/sl-rust"
resolver = "2"
[features]
debug = []
default = []
[lib]
name = "sl"
path = "src/lib.rs"
[[bin]]
name = "sl"
path = "src/main.rs"
[[test]]
name = "smoke_test"
path = "tests/smoke_test.rs"
[dependencies.wasibox-core]
version = "1.0.11"
default-features = false
[target.'cfg(not(target_os = "wasi"))'.dependencies.crossterm]
version = "0.29"