redoxer 0.2.63

Method for quickly running programs inside of Redox from a KVM capable OS.
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 = "2024"
name = "redoxer"
version = "0.2.63"
authors = ["Jeremy Soller <jackpot51@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Method for quickly running programs inside of Redox from a KVM capable OS."
readme = "README.md"
license = "MIT"
repository = "https://gitlab.redox-os.org/redox-os/redoxer"

[features]
cli-exec = [
    "redox_installer",
    "redox_syscall",
    "redoxfs",
    "tempfile",
    "proc-mounts",
    "toml",
]
cli-pkg = ["redox-pkg"]
default = [
    "cli-pkg",
    "cli-exec",
]

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

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

[dependencies.anyhow]
version = "1"

[dependencies.dirs]
version = "6.0"

[dependencies.proc-mounts]
version = "0.3"
optional = true

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

[dependencies.redox_installer]
version = "0.2.42"
optional = true

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

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

[dependencies.sha2]
version = "0.10"

[dependencies.tempfile]
version = "3.20"
optional = true

[dependencies.toml]
version = "0.8"
optional = true