# 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 = "2021" name = "crsh" version = "0.0.1" description = "Crappy Rust SHell. Basic implementation of a unix shell written in Rust, not meant to actually be used or taken seriously." homepage = "https://github.com/ndunnett/crsh" readme = "README.md" keywords = [ "shell", "unix", ] categories = ["command-line-utilities"] license-file = "LICENSE" repository = "https://github.com/ndunnett/crsh" [dependencies.crossterm] version = "0.27" [dependencies.logos] version = "0.14.0" [dependencies.os_pipe] version = "1.2.0" [dependencies.strip-ansi-escapes] version = "0.2.0"