# 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 = "kb-remap" version = "0.4.0" authors = ["Ross MacArthur "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Tool to assist remapping macOS keyboard keys" readme = "README.md" keywords = [ "keyboard", "macos", ] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/rossmacarthur/kb-remap" [[bin]] name = "kb-remap" path = "src/main.rs" [dependencies.anyhow] version = "1.0.71" [dependencies.clap] version = "4.3.4" features = [ "std", "help", "usage", "error-context", "suggestions", "cargo", "env", "derive", ] default-features = false [dependencies.plist] version = "1.4.3" features = ["serde"] [dependencies.serde] version = "1.0.164" features = ["derive"]