Skip to content
Cargo.toml 913 B
Newer Older
theMackabu's avatar
theMackabu committed
[package]
theMackabu's avatar
theMackabu committed
name = "e-z"
version = "0.3.0"
theMackabu's avatar
theMackabu committed
edition = "2021"
theMackabu's avatar
theMackabu committed
license = "MIT"
repository = "https://github.com/theMackabu/ez-uploader"
theMackabu's avatar
theMackabu committed
description = "Interact directly with the e-z.host API"
theMackabu's avatar
theMackabu committed

[dependencies]
theMackabu's avatar
theMackabu committed
home = "0.5.9"
log = "0.4.21"
theMackabu's avatar
theMackabu committed
sled = "0.34.7"
image = "0.24.9"
theMackabu's avatar
theMackabu committed
colored = "2.1.0"
inquire = "0.6.2"
anyhow = "1.0.81"
theMackabu's avatar
theMackabu committed
macros-rs = "0.5.0"
tempfile = "3.10.1"
indicatif = "0.17.8"
theMackabu's avatar
theMackabu committed
once_cell = "1.19.0"
env_logger = "0.10.2"
serde_json = "1.0.115"
theMackabu's avatar
theMackabu committed
clap-verbosity-flag = "2.2.0"
clap = { version = "4.5.4", features = ["derive"] }
chrono = { version = "0.4.35", features = ["serde"] }
serde = { version = "1.0.197", features = ["derive"] }
pickledb = { version = "0.5.1", features = ["bincode"] }
arboard = { version = "3.3.2", features = ["wayland-data-control"] }
reqwest = { version = "0.11.27", features = ["blocking", "json", "multipart", "stream"] }