redox_installer 0.2.42

A Redox filesystem builder
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 = "redox_installer"
version = "0.2.42"
authors = ["Jeremy Soller <jackpot51@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
default-run = "redox_installer"
description = "A Redox filesystem builder"
readme = "README.md"
license = "MIT"
repository = "https://gitlab.redox-os.org/redox-os/installer"

[features]
default = [
    "installer",
    "fuse",
]
fuse = ["redoxfs/fuse"]
installer = [
    "fatfs",
    "fscommon",
    "gpt",
    "pkgar",
    "pkgar-core",
    "pkgar-keys",
    "rand",
    "redox-pkg",
    "redox_syscall",
    "redoxfs",
    "rust-argon2",
    "termion",
    "uuid",
]

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

[[bin]]
name = "redox_installer"
path = "src/bin/installer.rs"
required-features = ["installer"]

[[bin]]
name = "redox_installer_tui"
path = "src/bin/installer_tui.rs"
required-features = ["installer"]

[dependencies.anyhow]
version = "1"

[dependencies.arg_parser]
version = "0.1.0"

[dependencies.fatfs]
version = "0.3.0"
optional = true

[dependencies.fscommon]
version = "0.1.1"
optional = true

[dependencies.gpt]
version = "3.0.0"
optional = true

[dependencies.libc]
version = "0.2.70"

[dependencies.pkgar]
version = "0.2"
optional = true

[dependencies.pkgar-core]
version = "0.2"
optional = true

[dependencies.pkgar-keys]
version = "0.2"
optional = true

[dependencies.rand]
version = "0.9"
optional = true

[dependencies.redox-pkg]
version = "0.3"
features = ["indicatif"]
optional = true

[dependencies.redox_syscall]
version = "0.7"
optional = true

[dependencies.redoxfs]
version = "0.9"
features = [
    "std",
    "log",
]
optional = true
default-features = false

[dependencies.rust-argon2]
version = "3"
optional = true

[dependencies.serde]
version = "1"

[dependencies.serde_derive]
version = "1.0"

[dependencies.termion]
version = "4"
optional = true

[dependencies.toml]
version = "0.8"

[dependencies.uuid]
version = "1.4"
features = ["v4"]
optional = true

[target.'cfg(target_os = "redox")'.dependencies.libredox]
version = "0.1"

[target.'cfg(target_os = "redox")'.dependencies.ring]
version = "=0.17.8"