# 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 = "colorgen-nvim" version = "0.3.0" description = "Generate colorschemes for Neovim" homepage = "https://chrisatmachine.com" readme = "README.md" keywords = [ "neovim", "nvim", "colorscheme", "toml", "theme", ] categories = [ "command-line-utilities", "compilers", "config", ] license = "GPL-3.0-only" repository = "https://github.com/ChristianChiarulli/colorgen-nvim" resolver = "2" [dependencies.clap] version = "3.2.12" features = ["derive"] [dependencies.regex] version = "1.6.0" [dependencies.toml] version = "0.5.9" features = ["preserve_order"]