# 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 = "prideful" version = "0.1.0" description = "A YAML-configurable command-line Pride flag generator." homepage = "https://github.com/angelofallars/prideful" documentation = "https://github.com/angelofallars/prideful/blob/main/README.md" readme = "README.md" keywords = ["pride", "terminal", "cli", "yaml", "lgbt"] categories = ["command-line-utilities"] license = "GPL-3.0-or-later" repository = "https://github.com/angelofallars/prideful" resolver = "2" [dependencies.clap] version = "~2.27.0" [dependencies.colored] version = "2" [dependencies.directories] version = "4.0" [dependencies.termion] version = "1.5" [dependencies.tui] version = "0.12" [dependencies.xdg] version = "^2.1" [dependencies.yaml-rust] version = "0.4"