[package] name = "base16_color_scheme" version = "0.3.1" edition = "2021" license = "MIT OR Apache-2.0" description = "A library to build base16-colorschemes." readme = "README.md" repository = "https://github.com/titaniumtraveler/base16_color_scheme" homepage = "https://github.com/titaniumtraveler/base16_color_scheme" documentation = "https://docs.rs/base16_color_scheme" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] hex = { version = "0.4.3", features = ["serde"] } nom = "7.1.3" ramhorns = { version = "0.14.0", default-features = false } serde = { version = "1.0.158", features = ["derive"] } [dev-dependencies] serde_yaml = "0.9.19"