# 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 = "karamapper" version = "0.1.0" authors = ["Pascal Pfeiffer "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Tool to create keymapping for kerabiner-elements" readme = "README.md" keywords = [ "karabiner", "keymapping", "keyboard", "macos", "cli", ] license = "MIT" repository = "https://github.com/Pascal736/karamapper" [[bin]] name = "karamapper" path = "src/cli.rs" [dependencies.anyhow] version = "1.0.86" [dependencies.clap] version = "4.5.15" features = ["derive"] [dependencies.derive_more] version = "1.0.0" features = ["display"] [dependencies.home] version = "0.5.9" [dependencies.pretty_assertions] version = "1.4.0" [dependencies.serde] version = "1.0.205" features = ["derive"] [dependencies.serde_json] version = "1.0.122" [dependencies.strum] version = "0.26.3" features = ["derive"] [dependencies.toml] version = "0.8.19"