# 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 = "heimdall-cli" version = "0.1.11" description = "A simple hotkey daemon. Primarily tested on MacOS" homepage = "https://github.com/uzaaft/heimdall" documentation = "https://github.com/uzaaft/heimdall" readme = "README.md" license = "MIT" repository = "https://github.com/uzaaft/heimdall" [[bin]] name = "heim" path = "src/main.rs" [dependencies.anyhow] version = "1" [dependencies.fs4] version = "0.8" features = ["sync"] default-features = false [dependencies.global-hotkey] version = "0.5" [dependencies.serde] version = "1" [dependencies.toml] version = "0.8" features = ["parse"] default-features = false [dependencies.tracing] version = "0.1" default-features = false [dependencies.tracing-subscriber] version = "0.3" features = [ "fmt", "env-filter", ] default-features = false [dependencies.winit] version = "0.30" default-features = false