# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "mkpoi" version = "0.7.0" authors = ["Mushogenshin "] include = [ "**/*.rs", "Cargo.toml", ] 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/" readme = "README.md" keywords = ["tech-art"] categories = ["filesystem"] license = "MIT OR Apache-2.0" [lib] [dependencies.anyhow] version = "1.0.58" [dependencies.colored] version = "2.0.0" [dependencies.crossbeam-channel] version = "0.5.6" optional = true [dependencies.eframe] version = "0.26.2" optional = true [dependencies.egui] version = "0.26.2" optional = true [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] version = "1.0.140" features = ["derive"] [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", ]