# 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 = "termutils" version = "0.1.0" authors = ["Soumyo Deep Gupta "] description = "All your favourite utilities in one place." readme = "README.md" keywords = [ "d33pster", "termutils", "terminal-utilities", "utilities", "terminal", ] categories = [ "command-line-utilities", "filesystem", ] license-file = "LICENSE" repository = "https://github.com/d33pster/termutils" [[bin]] name = "cls" path = "src/cls.rs" [[bin]] name = "term" path = "src/main.rs" [[bin]] name = "gst" path = "src/gst.rs" [[bin]] name = "gcl" path = "src/gcl.rs" [dependencies.argrust] version = "0.1.0" [dependencies.chrono] version = "0.4.38" [dependencies.colored] version = "2.1.0" [dependencies.colorized] version = "1.0.0" [dependencies.git2] version = "0.18.3" [dependencies.rustypath] version = "0.1.1"