mkwim 0.1.0

Create a bootable Windows installation image from an ISO
# 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 = "2024"
rust-version = "1.85"
name = "mkwim"
version = "0.1.0"
authors = ["Jarkko Sakkinen <jarkko.sakkinen@iki.fi>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Create a bootable Windows installation image from an ISO"
homepage = "https://gitlab.com/jarkkojs/mkwim"
readme = "README.md"
license = "GPL-3.0-or-later"
repository = "https://gitlab.com/jarkkojs/mkwim"

[[bin]]
name = "mkwim"
path = "src/main.rs"

[dependencies.anyhow]
version = "1"

[dependencies.argh]
version = "0.1"

[dependencies.fatfs]
version = "0.3"

[dependencies.gptman]
version = "3"
features = ["nix"]
default-features = false

[dependencies.indicatif]
version = "0.17"

[dependencies.isomage]
version = "2"

[dependencies.libc]
version = "0.2"

[dependencies.nix]
version = "0.29"
features = [
    "mount",
    "fs",
]

[dependencies.tempfile]
version = "3"

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]