# 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 = "wallust_themes" version = "1.0.0" authors = ["explosion-mental"] description = "Embeded colorschemes in an array of u32s." homepage = "https://codeberg.org/explosion-mental/wallust-themes" readme = "README.md" keywords = [ "colorscheme", "theme", ] categories = [] license = "MIT" repository = "https://codeberg.org/explosion-mental/wallust-themes" [lib] path = "lib.rs" [dependencies] [build-dependencies.serde] version = "1.0" features = ["derive"] [build-dependencies.serde_json] version = "1.0"