# 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 = "base16_color_scheme" version = "0.3.1" description = "A library to build base16-colorschemes." homepage = "https://github.com/titaniumtraveler/base16_color_scheme" documentation = "https://docs.rs/base16_color_scheme" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/titaniumtraveler/base16_color_scheme" [dependencies.hex] version = "0.4.3" features = ["serde"] [dependencies.nom] version = "7.1.3" [dependencies.ramhorns] version = "0.14.0" default-features = false [dependencies.serde] version = "1.0.158" features = ["derive"] [dev-dependencies.serde_yaml] version = "0.9.19"