# 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 = "srhd" version = "0.4.0" authors = ["Sylvan Franklin"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A lightweight hotkey daemon for MacOS" readme = "README.md" keywords = [ "daemon", "MacOS", "keybinds", "service", "launcher", ] license = "MIT" repository = "https://github.com/sylvanfranklin/srhd" [profile.release] lto = true [lib] name = "srhd" path = "src/lib.rs" [[bin]] name = "srhd" path = "src/main.rs" [dependencies.clap] version = "4.5.18" features = ["derive"] [dependencies.launchctl] version = "0.2.1" [dependencies.rdev] version = "0.5.3" features = [ "serialize", "unstable_grab", ] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.strum] version = "0.26.3" features = ["derive"] [dependencies.toml] version = "0.8.19"