# 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 = "2018" name = "sl-rs" version = "2.0.1" authors = ["yasuhara "] build = false exclude = ["*.iml"] autobins = false autoexamples = false autotests = false autobenches = false description = ''' Pure Rust port of the SL, an old joke command. SL (Steam Locomotive) runs across your terminal when you type "sl" as you meant to type "ls".''' homepage = "https://github.com/yshryk/sl-rs" readme = "README.md" keywords = ["joke"] categories = ["command-line-utilities"] license = "MIT/Apache-2.0" repository = "https://github.com/yshryk/sl-rs" [[bin]] name = "sl" path = "src/main.rs" [dependencies.crossterm] version = "0.9.6" features = [ "terminal", "cursor", "input", "screen", ] default-features = false [dependencies.getopts] version = "^0"