# 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 = "yuck" version = "0.1.0" authors = ["elkowar <5300871+elkowar@users.noreply.github.com>"] build = "build.rs" description = "Implementation of the yuck language, the declarative UI description language used by eww" homepage = "https://github.com/elkowar/eww" license = "MIT" repository = "https://github.com/elkowar/eww" [dependencies.anyhow] version = "1" [dependencies.codespan-reporting] version = "0.11" [dependencies.derive_more] version = "0.99" [dependencies.eww_shared_util] version = "0.1.0" [dependencies.itertools] version = "0.10" [dependencies.lalrpop-util] version = "0.19.5" [dependencies.maplit] version = "1.0" [dependencies.once_cell] version = "1.8" [dependencies.regex] version = "1" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.simplexpr] version = "0.1.0" [dependencies.smart-default] version = "0.6" [dependencies.static_assertions] version = "1.1" [dependencies.strum] version = "0.21" features = ["derive"] [dependencies.thiserror] version = "1.0" [dev-dependencies.insta] version = "1.7" features = ["ron"] [dev-dependencies.pretty_assertions] version = "0.7" [build-dependencies.lalrpop] version = "0.19.5" [features] default = ["x11"] wayland = [] x11 = []