# 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 = "mac-mouse-sys" version = "0.0.9" authors = ["Eva1ent "] build = "build.rs" include = [ "Cargo.toml", "build.rs", "c/*", "src/*.rs", "tests/*.rs", ] description = "Tiny wrapper for mouse-related functions in macOS `IOKit/hidsystem`." homepage = "https://github.com/Rel1cx/sensi-mouse-cli/tree/master/crates/mac-mouse-sys" readme = "README.md" keywords = [ "mouse", "hid", "macOS", "osx", ] license = "MIT" repository = "https://github.com/Rel1cx/sensi-mouse-cli/tree/master/crates/mac-mouse-sys" [package.metadata.docs.rs] all-features = true default-target = "x86_64-apple-darwin" rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.libc] version = "0.2" [build-dependencies.cc] version = "1.0"