# 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 = "zoom-sync" version = "0.1.1" authors = ["ozwaldorf "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Cross-platform utility for syncing zoom65v3 screen modules" readme = "README.md" license = "MIT" repository = "https://github.com/ozwaldorf/zoom-sync" [[bin]] name = "zoom-sync" path = "src/main.rs" [dependencies.bpaf] version = "0.9" features = [ "derive", "dull-color", "docgen", ] [dependencies.chrono] version = "0.4.38" [dependencies.either] version = "1.13" [dependencies.futures] version = "0.3.31" [dependencies.gif] version = "0.13.1" [dependencies.humantime] version = "2.1.0" [dependencies.image] version = "0.25.5" [dependencies.ipinfo] version = "3.0.1" [dependencies.nvml-wrapper] version = "0.10.0" [dependencies.open-meteo-api] version = "0.1.4" [dependencies.rayon] version = "1.10.0" [dependencies.rgb565] version = "0.1.3" [dependencies.sysinfo] version = "0.32.0" [dependencies.tokio] version = "1.41" features = ["full"] [dependencies.tokio-stream] version = "0.1.16" [dependencies.zoom65v3] version = "0.1" [target.'cfg(target_os = "linux")'.dependencies.evdev] version = "0.12.2" features = ["tokio"]