# 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 = "southpaw" version = "0.1.0" authors = ["Colin Marc "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Allows userspace emulation of evdev character devices." readme = "README.md" license = "MIT" [lib] name = "southpaw" path = "src/lib.rs" [[example]] name = "konami_code" path = "examples/konami_code.rs" [dependencies.bit-vec] version = "0.8" [dependencies.fuser] version = "0.14" features = ["abi-7-11"] [dependencies.libc] version = "0.2" [dependencies.log] version = "0.4" [dependencies.num_enum] version = "0.7" [dependencies.rustix] version = "0.38" features = [ "process", "time", ] [dependencies.seq-macro] version = "0.3.5" [dependencies.uapi] version = "0.2" [dev-dependencies.env_logger] version = "0.11" [dev-dependencies.evdev] version = "0.12" [dev-dependencies.tempfile] version = "3" [build-dependencies.bindgen] version = "0.70" [build-dependencies.rustix] version = "0.38" features = ["system"] [build-dependencies.semver] version = "1"