# 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 = "ricat" version = "0.4.5" authors = ["Aditya Navphule "] build = "build.rs" description = "A Rust-Based implemenation of classic UNIX `cat` command" documentation = "https://adityanav123.github.io/ricat" readme = "README.md" keywords = [ "cat", "cli", "text-processing", "file", "system-tools", ] license = "MIT" repository = "https://github.com/adityanav123/ricat" [[bin]] name = "ricat" path = "src/main.rs" [dependencies.base64] version = "0.22.0" [dependencies.clap] version = "4.5.2" features = ["derive"] [dependencies.criterion] version = "0.5.1" [dependencies.crossterm] version = "0.27.0" [dependencies.dirs] version = "5.0.1" [dependencies.memmap2] version = "0.9.4" [dependencies.regex] version = "1.10.3" [dependencies.serde] version = "1.0.202" features = ["derive"] [dependencies.serde_json] version = "1.0.117" [dependencies.thiserror] version = "1.0.59" [dependencies.toml] version = "0.8.13" [build-dependencies.dirs] version = "5.0.1"