# 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 = "ghe" version = "0.1.5" description = "A simple tool to import and export gnome hotkeys and extensions" homepage = "https://github.com/Yummiii/gnome-hotkey-export" readme = "README.md" keywords = [ "gnome", "hotkeys", "export", "import", "extensions", ] categories = ["command-line-utilities"] license-file = "LICENSE" repository = "https://github.com/Yummiii/gnome-hotkey-export" [dependencies.clap] version = "4.0.29" features = ["derive"] [dependencies.command-macros] version = "0.2.9" [dependencies.glob] version = "0.3.0" [dependencies.reqwest] version = "0.11.13" features = ["rustls-tls"] default-features = false [dependencies.serde] version = "1.0.150" features = ["derive"] [dependencies.serde_json] version = "1.0.89" [dependencies.tokio] version = "1.23.0" features = [ "macros", "rt-multi-thread", ]