# 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 = "co2key" version = "0.3.0" build = false exclude = ["*.json"] autobins = false autoexamples = false autotests = false autobenches = false description = "CLI tool to map game controller input to simulated key presses" readme = "README.md" keywords = [ "cli", "games", "input", "automation", ] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/maun/co2key" [[bin]] name = "co2key" path = "src/main.rs" [dependencies.clap] version = "4.5.13" features = ["cargo"] [dependencies.gilrs] version = "0.10.9" features = ["serde-serialize"] [dependencies.rdev] version = "0.5.3" features = ["serialize"] [dependencies.serde] version = "1.0.204" features = ["derive"] [dependencies.serde_json] version = "1.0.122"