48 lines
1.4 KiB
TOML
48 lines
1.4 KiB
TOML
|
[workspace]
|
||
|
resolver="2"
|
||
|
members=[
|
||
|
"xmpd-core",
|
||
|
"xmpd-manifest",
|
||
|
"xmpd-gui",
|
||
|
"xmpd-cli", "xmpd-dl",
|
||
|
# "xmpd-tui"
|
||
|
]
|
||
|
|
||
|
[workspace.package]
|
||
|
version="2.0.0"
|
||
|
repository="https://git.mcorangehq.xyz/XOR64/xmpd/"
|
||
|
license="GPL-3.0"
|
||
|
authors=[
|
||
|
"MCorange <mcorange@mcorangehq.xyz>",
|
||
|
"xomf <xomf@the-atf-shot-my.dog>"
|
||
|
]
|
||
|
|
||
|
|
||
|
[workspace.dependencies]
|
||
|
anstyle = "1.0.6"
|
||
|
anyhow = "1.0.81"
|
||
|
bitflags = { version = "2.6.0", features = ["serde"] }
|
||
|
camino = "1.1.6"
|
||
|
clap = { version = "4.5.4", features = ["derive"] }
|
||
|
eframe = "0.27.2"
|
||
|
egui = { version = "0.27.2", features = ["color-hex"] }
|
||
|
egui_extras = { version = "0.27.2", features = ["all_loaders"] }
|
||
|
env_logger = "0.11.3"
|
||
|
futures = "0.3.30"
|
||
|
html-escape = "0.2.13"
|
||
|
lazy_static = "1.4.0"
|
||
|
libc = "0.2.153"
|
||
|
log = "0.4.21"
|
||
|
notify-rust = "4.11.3"
|
||
|
open = "5.3.0"
|
||
|
regex = "1.11.0"
|
||
|
reqwest = { version = "0.12.3", features = ["blocking", "h2", "http2", "rustls-tls"], default-features = false }
|
||
|
serde = { version = "1.0.197", features = ["derive"] }
|
||
|
serde_json = "1.0.115"
|
||
|
# serde_traitobject = "0.2.8"
|
||
|
tokio = { version = "1.37.0", features = ["macros", "rt-multi-thread", "process", "sync"] }
|
||
|
url = { version = "2.5.0", features = ["serde"] }
|
||
|
uuid = { version = "1.11.0", features = ["serde", "v4"] }
|
||
|
windows = { version = "0.56.0", features = ["Win32_Foundation", "Win32_Storage_FileSystem", "Win32_System_Console"] }
|
||
|
zip-extensions = "0.6.2"
|