# 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 = "xinput_visualiser" version = "0.1.0" authors = ["Miguel Granero"] description = "Simple XInput controller tool to check the input state." readme = "README.md" keywords = [ "xinput", "controller", "xbox", ] license = "BSD-3-Clause" repository = "https://github.com/Migran99/rust-tools/tree/main/xinput_visualiser" [[bin]] name = "xintool" test = false bench = false [dependencies.crossterm] version = "0.17" [dependencies.rusty-xinput] version = "1.2.0" [dependencies.tui] version = "0.19" features = ["crossterm"] default-features = false