# 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 = "kas-theme" version = "0.12.0" authors = ["Diggory Hardy "] description = "KAS GUI / theme support" documentation = "https://docs.rs/kas-theme/" readme = "README.md" keywords = ["gui"] categories = ["gui"] license = "Apache-2.0" repository = "https://github.com/kas-gui/kas" [package.metadata.docs.rs] features = [ "nightly", "config", ] rustdoc-args = [ "--cfg", "doc_cfg", ] [dependencies.bitflags] version = "1.3.1" [dependencies.dark-light] version = "0.2.2" optional = true [dependencies.kas] version = "0.12.0" package = "kas-core" [dependencies.linear-map] version = "1.2.0" [dependencies.log] version = "0.4" [dependencies.serde] version = "1.0.123" features = ["derive"] optional = true [features] config = [ "dep:serde", "kas/config", ] dark-light = ["dep:dark-light"] default = [] internal_doc = ["kas/internal_doc"] nightly = []