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
[dependencies.anyhow]
version = "1.0.58"

[dependencies.colored]
version = "2.0.0"

[dependencies.crossbeam-channel]
optional = true
version = "0.5.6"

[dependencies.eframe]
optional = true
version = "0.26.2"

[dependencies.egui]
optional = true
version = "0.26.2"

[dependencies.failure]
version = "0.1.8"

[dependencies.fs_extra]
version = "1.2.0"

[dependencies.glob]
version = "0.3.0"

[dependencies.log]
version = "0.4.17"

[dependencies.mkutil]
version = "0.7.1"

[dependencies.regex]
version = "1.6.0"

[dependencies.serde]
features = ["derive"]
version = "1.0.140"

[dependencies.shellexpand]
version = "3.0.0"

[dependencies.toml]
version = "0.8.8"

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

[lib]

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