# 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 = "popup-translation" version = "0.2.2" authors = ["fzdwx "] description = "🧼 A popup translation tool." readme = "README.md" keywords = [ "popup", "tauri", "wry", "fanyi", "translation", ] categories = [ "command-line-utilities", "translation", ] license = "MIT" license-file = "LICENSE.txt" repository = "https://github.com/fzdwx/popup-translation" [[bin]] name = "fanyi" path = "./src/main.rs" [[bin]] name = "popup-translation" path = "./src/main.rs" [dependencies.clap] version = "4.1.4" features = ["derive"] [dependencies.wry] version = "0.26.0" [dependencies.x11-clipboard] version = "0.7.0" [target."cfg(windows)".dependencies.enigo] version = "0.0.14"