# 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 = "layer-shika" version = "0.1.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A layer shell library crate with Slint UI" readme = "README.md" keywords = [ "layer-shell", "wayland", "slint", "femtovg", "smithay", ] categories = ["gui"] license = "AGPL-3.0-or-later" repository = "https://codeberg.org/waydeer/layer-shika" [lib] name = "layer_shika" path = "src/lib.rs" [dependencies.glutin] version = "0.32.0" features = ["wayland"] default-features = false [dependencies.log] version = "0.4.22" [dependencies.raw-window-handle] version = "0.6.2" [dependencies.slint] version = "1.7.2" features = [ "compat-1-2", "renderer-femtovg", ] default-features = false [dependencies.slint-interpreter] version = "1.7.2" [dependencies.smithay-client-toolkit] version = "0.19.2" [dependencies.thiserror] version = "1.0.63" [dependencies.wayland-client] version = "0.31.5" [lints.clippy] clone_on_ref_ptr = "warn" module_name_repetitions = "allow" multiple-crate-versions = "allow" unwrap_used = "warn" [lints.clippy.all] level = "warn" priority = -1 [lints.clippy.cargo] level = "warn" priority = -1 [lints.clippy.nursery] level = "warn" priority = -1 [lints.clippy.pedantic] level = "warn" priority = -1