# 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 = "hi-nvim-rs" version = "0.2.0" build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "(Neo)vim perceptual color scheme compiler" readme = "README.md" keywords = [ "neovim", "vim", "colorscheme", "theme", "compiler", ] license = "MIT OR Apache-2.0" repository = "https://github.com/tomcur/hi-nvim-rs" [lib] name = "hi_nvim_rs" path = "src/lib.rs" [[bin]] name = "hi-nvim-rs" path = "src/main.rs" [dependencies.anyhow] version = "1" [dependencies.clap] version = "4.3" features = ["derive"] [dependencies.palette] version = "0.7.6" [dependencies.palette-gamut-mapping] version = "0.1.0" [dependencies.serde] version = "1" features = ["derive"] [dependencies.thiserror] version = "1" [dependencies.toml] version = "0.5" [build-dependencies.anyhow] version = "1" [build-dependencies.serde] version = "1" features = ["derive"] [build-dependencies.toml] version = "0.8"