# 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 = "2018" name = "colortty" version = "0.2.5" authors = ["Shuhei Kagawa "] description = "A utility to generate color schemes for alacritty" readme = "README.md" keywords = [ "alacritty", "color", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/shuhei/colortty" [dependencies.RustyXML] version = "0.3.0" [dependencies.async-std] version = "1.11.0" features = ["attributes"] [dependencies.dirs] version = "4.0.0" [dependencies.failure] version = "0.1.8" [dependencies.futures] version = "0.3.21" [dependencies.getopts] version = "0.2.21" [dependencies.json] version = "0.12.4" [dependencies.regex] version = "1.5.6" [dependencies.surf] version = "2.3.2"