mkpoi 0.7.0

"Preferences Overkilled Installer", designed to install customizations of 3D softwares, e.g. Maya, ZBrush, etc. without having to memorize the installation steps.
Documentation
[package]
name = "mkpoi"
version = "0.7.0"
authors = ["Mushogenshin <mushogenshin@gmail.com>"]
description = "\"Preferences Overkilled Installer\", designed to install customizations of 3D softwares, e.g. Maya, ZBrush, etc. without having to memorize the installation steps."
edition = "2021"
documentation = "https://docs.rs/mkpoi/latest/mkpoi/"
license = "MIT OR Apache-2.0"
readme = "README.md"
categories = ["filesystem"]
keywords = ["tech-art"]
include = ["**/*.rs", "Cargo.toml"]

[lib]

[features]
default = ["standalone"]
imgui = ["egui", "mkutil/file_dialog", "crossbeam-channel"]
standalone = ["eframe/wgpu", "imgui"]

[dependencies]
# mkutil = { path = "../mkutil" }
mkutil = "0.7.1"

serde = { version = "1.0.140", features = ["derive"] }
glob = "0.3.0"
toml = "0.8.8"
regex = "1.6.0"
shellexpand = "3.0.0"
fs_extra = "1.2.0"
anyhow = "1.0.58"
log = "0.4.17"
colored = "2.0.0"

# Optional
egui = { version = "0.26.2", optional = true }
eframe = { version = "0.26.2", optional = true }
crossbeam-channel = { version = "0.5.6", optional = true }
failure = "0.1.8"