# 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 = "clicktogether" version = "0.3.0" description = "a clicktogether server will click a specified keyboard key once all clients have clicked theirs." homepage = "https://github.com/beep-beep-beep-boop/clicktogether" readme = "README.md" license = "AGPL-3.0" repository = "https://github.com/beep-beep-beep-boop/clicktogether" [dependencies.clap] version = "4.3.12" features = ["derive"] [dependencies.clap-port-flag] version = "0.4.0" default-features = false [dependencies.crossterm] version = "0.26" features = ["event-stream"] [dependencies.ctrlc] version = "3.4.0" features = ["termination"] [dependencies.enigo] version = "0.1.2" [dependencies.futures] version = "0.3.28" [dependencies.reqwest] version = "0.11.18" [dependencies.tokio] version = "1.29" features = [ "rt", "rt-multi-thread", "sync", "signal", "macros", ] [dependencies.tokio-stream] version = "0.1.14" features = ["net"] [dependencies.warp] version = "0.3"