# 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 = "crab_shell" version = "0.1.2" description = "An alternative Rust-like cross-platform shell based on a Crate structure. Every command is a Rust project!" readme = "README.md" keywords = ["crab", "shell", "interface", "terminal"] categories = ["command-line-utilities"] license = "Apache-2.0" repository = "https://github.com/LyonSyonII/Crab-Shell" [dependencies.colored] version = "2.0.0" [dependencies.crab_env] version = "0.1.11" [dependencies.directories] version = "4.0.1" [dependencies.itertools] version = "0.10.1" [dependencies.nu-ansi-term] version = "0.36.0" [dependencies.pest] version = "2.1.3" [dependencies.pest_derive] version = "2.1.0" [dependencies.reedline] version = "0.2.0"