You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
malachite/Cargo.toml

47 lines
1.1 KiB
TOML

[package]
name = "Malachite"
version = "3.0.0"
edition = "2021"
[package.metadata]
codename = "Mi Goreng"
[[bin]]
name = "mlc"
path = "src/main.rs"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
libc = "0.2.137"
clap = { version = "4.0.18", features = ["derive", "wrap_help"] }
rust-embed = "6.4.2"
thiserror = "1.0.37"
i18n-embed = { version = "0.13.4", features = [
"fluent-system",
"desktop-requester",
] }
i18n-embed-fl = "0.6.4"
color-eyre = { version = "0.6.2", features = ["issue-url", "url"] }
lazy_static = "1.4.0"
toml = "0.7.2"
serde = { version = "1.0.147", default-features = false, features = [
"derive",
"serde_derive",
] }
podman-api = "0.8.0"
names = { version = "0.14.0", default-features = false }
futures-util = "0.3.25"
tokio = { version = "1.21.2", features = ["full"] }
fs_extra = "1.2.0"
tar = "0.4.38"
glob = "0.3.0"
compress-tools = "0.14.0"
gpgme = "0.11.0"
tabled = { version = "0.10.0", features = ["color"] }
liquid = "0.26.0"
[build-dependencies]
cargo_toml = "0.15.2"
serde = { version = "1.0.147", default-features = false, features = ["derive"] }