sstar_l0l3clip_sync/Cargo.toml

35 lines
800 B
TOML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

[package]
name = "clipboard_sync"
version = "0.1.0"
edition = "2021"
[dependencies]
tokio = { version = "1.39.2", features = ["macros", "rt-multi-thread"] }
tokio-macros = "2.4.0"
reqwest = "0.12.5"
log = "0.4.22"
env_logger = "0.8"
clap = "3.0"
url = "2.2"
percent-encoding = "2.1"
trust-dns-resolver = "0.20"
select = "0.5"
scraper = "0.12"
arboard = "3.4.0"
aes = "0.7"
block-modes = "0.8"
rand = "0.8" # 哈希库
winapi = { version = "0.3.9", features = ["winuser", "psapi"] }
base64 = "0.21"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
dirs = "4.0"
[profile.test]
env = { "RUST_LOG" = "debug" }
[features]
ekko_simulated = [] # 开启本地模拟用于debug测试开发
# default = ["ekko_simulated"]