# 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 = "catppuccin-egui" version = "5.3.1" authors = ["Sam Nystrom "] build = "build.rs" exclude = [ "assets/", "src/themes.rs.tera", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Soothing pastel theme for egui." homepage = "https://github.com/catppuccin/egui" documentation = "https://docs.rs/catppuccin-egui/" readme = "README.md" keywords = [ "egui", "catppuccin", "theme", "gui", ] categories = ["gui"] license = "MIT" repository = "https://github.com/catppuccin/egui" [lib] name = "catppuccin_egui" path = "src/lib.rs" [dependencies.egui26] version = "0.26" optional = true default-features = false package = "egui" [dependencies.egui27] version = "0.27" optional = true default-features = false package = "egui" [dependencies.egui28] version = "0.28" optional = true default-features = false package = "egui" [dependencies.egui29] version = "0.29" optional = true default-features = false package = "egui" [dev-dependencies.eframe] version = "0.26" [features] default = ["egui26"]