mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-02-19 14:17:53 +01:00
32 lines
919 B
TOML
32 lines
919 B
TOML
[package]
|
|
name = "yaak-plugins"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
publish = false
|
|
|
|
[dependencies]
|
|
base64 = "0.22.1"
|
|
chrono = { workspace = true }
|
|
dunce = "1.0.4"
|
|
futures-util = "0.3.30"
|
|
hex = { workspace = true }
|
|
keyring = { workspace = true, features = ["apple-native", "windows-native", "sync-secret-service"] }
|
|
log = { workspace = true }
|
|
md5 = "0.7.0"
|
|
path-slash = "0.2.1"
|
|
rand = "0.9.0"
|
|
regex = "1.10.6"
|
|
reqwest = { workspace = true, features = ["json"] }
|
|
serde = { workspace = true, features = ["derive"] }
|
|
serde_json = { workspace = true }
|
|
sha2 = { workspace = true }
|
|
thiserror = { workspace = true }
|
|
tokio = { workspace = true, features = ["macros", "rt-multi-thread", "process", "fs"] }
|
|
tokio-tungstenite = "0.26.1"
|
|
ts-rs = { workspace = true }
|
|
yaak-common = { workspace = true }
|
|
yaak-crypto = { workspace = true }
|
|
yaak-models = { workspace = true }
|
|
yaak-templates = { workspace = true }
|
|
zip-extract = "0.4.0"
|