sl-rust 1.0.12

SL - An ASCII art train animation
Documentation
# 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 = "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"