# 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 = "windot" version = "0.2.2" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Simple emoji picker." readme = "README.md" keywords = [ "emoji", "picker", "gtk", "clipboard", ] license = "MPL-2.0" repository = "https://github.com/Lamby777/windot/" [[bin]] name = "windot" path = "src/main.rs" [dependencies.adw] version = "0.7.0" features = ["v1_5"] package = "libadwaita" [dependencies.cli-clipboard] version = "0.4.0" [dependencies.dirs] version = "5.0.1" [dependencies.emojis] version = "0.6.3" features = ["serde"] [dependencies.gtk] version = "0.9.0" features = ["v4_14"] package = "gtk4" [dependencies.serde] version = "1.0.204" features = ["derive"] [dependencies.serde_json] version = "1.0.120"