# 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" rust-version = "1.70" name = "hid-recorder" version = "0.4.0" build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "HID Report recorder utility" homepage = "https://github.com/hidutils" readme = "README.md" license = "MIT" repository = "https://github.com/hidutils/hid-recorder" [[bin]] name = "hid-recorder" path = "src/main.rs" [dependencies.anyhow] version = "1.0.79" [dependencies.chrono] version = "0.4.38" [dependencies.clap] version = "4.5.4" features = ["derive"] [dependencies.hex] version = "0.4.3" [dependencies.hidreport] version = "0.5.0" [dependencies.human-sort] version = "0.2.2" [dependencies.hut] version = "0.3.0" [dependencies.libbpf-rs] version = "0.23" [dependencies.libc] version = "0.2.153" [dependencies.nix] version = "0.28.0" features = ["poll"] [dependencies.owo-colors] version = "4.0.0" features = ["supports-colors"] [dependencies.yaml-rust2] version = "0.8.1" [build-dependencies.libbpf-cargo] version = "0.23"