# 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 = "sctk-adwaita" version = "0.8.3" authors = ["Poly "] description = "Adwaita-like SCTK Frame" documentation = "https://docs.rs/sctk-adwaita" readme = "README.md" keywords = ["sctk"] license = "MIT" repository = "https://github.com/PolyMeilex/sctk-adwaita" [dependencies.ab_glyph] version = "0.2.17" optional = true [dependencies.crossfont] version = "0.8.0" optional = true [dependencies.log] version = "0.4" [dependencies.memmap2] version = "0.9.0" optional = true [dependencies.smithay-client-toolkit] version = "0.18.0" default_features = false [dependencies.tiny-skia] version = "0.11" features = [ "std", "simd", ] default-features = false [features] ab_glyph = [ "dep:ab_glyph", "memmap2", ] crossfont = ["dep:crossfont"] default = ["ab_glyph"]