# 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 = "commot" version = "0.1.1" authors = ["Haider "] description = "A better alternative of the cat command." keywords = ["cli", "cli-tool", "files", "cat", "file"] license = "MIT OR Apache-2.0" license-file = "LICENSE" resolver = "2" [lib] name = "commot" path = "src/lib/mod.rs" [dependencies.chrono] version = "0.4.19" [dependencies.clap] version = "3.1.8" [dependencies.colorful] version = "0.2.1" [dependencies.derive_more] version = "0.99.17" [dependencies.shellexpand] version = "2.1.0" [dependencies.term-table] version = "1.3.2" [dependencies.thiserror] version = "1.0.30"