Skip to content
Cargo.toml 907 B
Newer Older
theMackabu's avatar
theMackabu committed
[package]
theMackabu's avatar
theMackabu committed
name = "e-z"
theMackabu's avatar
theMackabu committed
version = "0.2.2"
theMackabu's avatar
theMackabu committed
edition = "2021"
theMackabu's avatar
theMackabu committed
license = "MIT"
repository = "https://lab.themackabu.dev/self/ez"
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.20"
theMackabu's avatar
theMackabu committed
sled = "0.34.7"
theMackabu's avatar
theMackabu committed
colored = "2.1.0"
inquire = "0.6.2"
theMackabu's avatar
theMackabu committed
anyhow = "1.0.79"
theMackabu's avatar
theMackabu committed
macros-rs = "0.5.0"
indicatif = "0.17.7"
theMackabu's avatar
theMackabu committed
once_cell = "1.19.0"
theMackabu's avatar
theMackabu committed
env_logger = "0.10.1"
serde_json = "1.0.111"
pretty_env_logger = "0.5.0"
global_placeholders = "0.1.0"
theMackabu's avatar
theMackabu committed
clap = { version = "4.4.18", features = ["derive"] }
theMackabu's avatar
theMackabu committed
chrono = { version = "0.4.31", features = ["serde"] }
theMackabu's avatar
theMackabu committed
serde = { version = "1.0.195", features = ["derive"] }
pickledb = { version = "0.5.1", features = ["bincode"] }
reqwest = { version = "0.11.23", features = ["blocking", "json", "multipart", "stream"] } 
image = "0.24.9"
tempfile = "3.10.1"
arboard = { version = "3.3.2", features = ["wayland-data-control"] }