# 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 = "terminal-talk" version = "0.2.2" description = "Talk with your friends by zooming in your terminal so they can read it. Yep. That's it." readme = "README.md" license = "ISC" repository = "https://github.com/MNThomson/terminal-talk" [[bin]] name = "ttalk" path = "src/main.rs" [dependencies.ctrlc] version = "3.4.4" [dependencies.enigo] version = "0.2.0" features = ["wayland"] [features] default = ["x11rb"] x11rb = ["enigo/x11rb"]