# 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 = "xwiimote" version = "0.2.5" authors = ["Hugo Sanz González "] description = "Idiomatic Rust bindings to the xwiimote user-space library" readme = "README.md" keywords = [ "xwiimote", "bindings", ] categories = ["api-bindings"] license = "MIT" repository = "https://github.com/hsanzg/xwiimote-rs" [dependencies.bitflags] version = "2.4" [dependencies.futures-core] version = "0.3" [dependencies.libc] version = "0.2" [dependencies.num-derive] version = "0.4" [dependencies.num-traits] version = "0.2" [dependencies.once_cell] version = "1.18" [dependencies.signal-hook] version = "0.3" features = [] [dependencies.xwiimote-sys] version = "0.1" [dev-dependencies.futures-executor] version = "0.3" [dev-dependencies.futures-util] version = "0.3" [dev-dependencies.tokio-test] version = "0.4"