Skip to content
Cargo.toml 996 B
Newer Older
theMackabu's avatar
theMackabu committed
[package]
name = "exact-maid"
theMackabu's avatar
theMackabu committed
version = "0.6.0"
theMackabu's avatar
theMackabu committed
edition = "2021"
license = "MIT"
repository = "https://github.com/exact-rs/maid"
theMackabu's avatar
theMackabu committed
description = "🔨 An easy to use make alternative."
theMackabu's avatar
theMackabu committed

[dependencies]
# local
pretty_number = { package = "pretty_number", path = "./crates/pretty_number", version = "0.1.0" }

theMackabu's avatar
theMackabu committed
toml = "0.5.11"
theMackabu's avatar
theMackabu committed
notify = "5.1.0"
theMackabu's avatar
theMackabu committed
inquire = "0.5.3"
colored = "2.0.0"
theMackabu's avatar
theMackabu committed
fs_extra = "1.3.0"
theMackabu's avatar
theMackabu committed
macros-rs = "0.4.0"
theMackabu's avatar
theMackabu committed
env_logger = "0.10.0"
theMackabu's avatar
theMackabu committed
merkle_hash = "3.5.0"
theMackabu's avatar
theMackabu committed
merge-struct = "0.1.0"
theMackabu's avatar
theMackabu committed
data-encoding = "2.3.3"
theMackabu's avatar
theMackabu committed
serde_derive = "1.0.152"
text_placeholder = "0.4.0"
theMackabu's avatar
theMackabu committed
strip-ansi-escapes = "0.1.1"
theMackabu's avatar
theMackabu committed
clap = { version = "4.1.1", features = ["derive"] }
human_bytes = { version = "0.4.1", default-features = false }
theMackabu's avatar
theMackabu committed
indicatif = "0.17.3"
theMackabu's avatar
theMackabu committed
reqwest = { version = "0.11.16", features = ["json", "blocking"] }
theMackabu's avatar
theMackabu committed
json5 = "0.4.1"