# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "clearshell" version = "0.0.1-alpha-2" authors = ["Altrius "] exclude = ["target/*", ".idea/*", ".git/*", "docs/*", "binaries/*", ".github/*"] description = "A shell environment built with the goal of being simple, clean, and easy to use" homepage = "https://altriusrs.github.io/clearshell" documentation = "https://altriusrs.github.io/clearshell/latest/doc/clearshell/" readme = "./README.md" license = "MIT" [dependencies.chrono] version = "0.4.19" [dependencies.crossterm] version = "0.19.0" [dependencies.ctrlc] version = "3.1.8" [dependencies.dirs-2] version = "3.0.1" [dependencies.is_executable] version = "1.0.1" [dependencies.lazy_static] version = "1.4.0" [dependencies.proctitle] version = "0.1.1" [dependencies.serde] version = "1.0.123" [dependencies.serde_derive] version = "1.0.123" [dependencies.systemstat] version = "0.1.7" [dependencies.toml] version = "0.5.8"