# 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 = "cgrc" version = "2.0.5" description = "Configurable terminal text formatter" homepage = "https://bugfreeblog.duckdns.org/2022/09/cgrc-formatting-output-in-the-terminal.html" readme = "README.md" license = "GPL-3.0" repository = "https://github.com/carlonluca/cgrc" [profile.release] strip = true [dependencies.clap] version = "4.5.10" features = ["derive"] [dependencies.directories] version = "5.0.1" [dependencies.env_logger] version = "0.9.0" [dependencies.fancy-regex] version = "0.13.0" [dependencies.libc] version = "0.2" [dependencies.log] version = "0.4.22" [dependencies.phf] version = "0.11.2" features = ["macros"]