# 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 = "rgba_simple" version = "0.10.0" authors = ["Nathan Fisher "] description = "Simple RGBA and Hex color representation" homepage = "https://jeang3nie.codeberg.page" readme = "README.md" keywords = [ "graphics", "color", "rgba", ] categories = [ "graphics", "multimedia::images", ] license = "BSD-2-Clause" repository = "https://codeberg.org/jeang3nie/rgba-simple" [dependencies.gdk] version = "0.7" optional = true package = "gdk4" [dependencies.serde] version = "1.0" features = ["derive"] optional = true