flashkraft 0.7.2

FlashKraft — OS image writer desktop application (Iced GUI)
Documentation
# 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 = "flashkraft"
version = "0.7.2"
authors = ["Sorin Irimies <sorinirimies@gmail.com>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "FlashKraft — OS image writer desktop application (Iced GUI)"
readme = "README.md"
keywords = [
    "imager",
    "disk",
    "usb",
    "iso",
    "flash",
]
categories = [
    "gui",
    "command-line-utilities",
    "filesystem",
]
license = "MIT"
repository = "https://github.com/sorinirimies/flashkraft"

[lib]
name = "flashkraft_gui"
path = "src/lib.rs"

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

[[example]]
name = "basic_usage"
path = "examples/basic_usage.rs"

[[example]]
name = "custom_theme"
path = "examples/custom_theme.rs"

[dependencies.dirs]
version = "5.0"

[dependencies.flashkraft-core]
version = "0.7.2"

[dependencies.futures]
version = "0.3"

[dependencies.futures-timer]
version = "3.0"

[dependencies.iced]
version = "0.13.1"
features = [
    "advanced",
    "canvas",
]

[dependencies.iced_aw]
version = "0.12.2"

[dependencies.iced_fonts]
version = "0.1"
features = ["bootstrap"]

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

[dependencies.rfd]
version = "0.15"

[dependencies.sled]
version = "0.34"

[target.'cfg(target_os = "windows")'.build-dependencies.winres]
version = "0.1"