# 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 = "linguist-termcolor" version = "0.1.2" authors = ["tonywu6 "] description = "Query GitHub's library for colors for programming languages" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/tonywu6/linguist-termcolor" [[bin]] name = "linguist-termcolor" path = "src/main.rs" [dependencies.anyhow] version = "1.0.86" [dependencies.clap] version = "4.5.4" features = ["derive"] [dependencies.color-art] version = "0.3.8" [dependencies.colored] version = "2.1.0" [dependencies.once_cell] version = "1.19.0" [dependencies.regex] version = "1.10.4" [dependencies.reqwest] version = "0.12.4" features = ["blocking"] [dependencies.serde] version = "1.0.202" features = ["derive"] [dependencies.serde_yaml] version = "0.9.34"