# 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 = "macboxx" version = "0.1.5" authors = ["prmaloney"] description = "A rust-based boxx-style keyboard mapper, designed for Slippi melee" readme = "README.md" keywords = [ "slippi", "melee", "keyboard", "boxx", "ahk", ] categories = [ "command-line-utilities", "games", ] license = "MIT" repository = "https://github.com/prmaloney/macboxx_rs" [dependencies.clap] version = "4.5.4" features = ["derive"] [dependencies.libc] version = "0.2.153" [dependencies.rdev] version = "0.5.3" [dependencies.rust-ini] version = "0.21.0" [dependencies.serde] version = "1.0.197" [dependencies.serde_derive] version = "1.0.197" [dependencies.toml] version = "0.8.12" [dependencies.unix-named-pipe] version = "0.2.0"