# 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 = "2018" name = "joycon-rs" version = "0.6.3" authors = ["Kaisei Yokoyama "] exclude = ["/images/*"] description = " a framework for dealing with Nintendo Switch Joy-Con on Rust easily and efficiently" readme = "README.md" keywords = ["nintendo_switch", "joycon", "gamedev", "hid", "bluetooth"] categories = ["game-development", "hardware-support"] license = "Apache-2.0" repository = "https://github.com/KaiseiYokoyama/joycon-rs" [[example]] name = "scan_for_joycons" [[example]] name = "player_lights" [[example]] name = "standard_full_report" [[example]] name = "simple_hid_report" [[example]] name = "rumble" [dependencies.crossbeam-channel] version = "0.5" [dependencies.hidapi] version = "1.3" [dependencies.lazy_static] version = "1.4" [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dev-dependencies.doc-comment] version = "0.3" [features] use_serde = ["serde"]