redoxer 0.2.7

Method for quickly running programs inside of Redox from a KVM capable OS.
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "redoxer"
version = "0.2.7"
authors = ["Jeremy Soller <jackpot51@gmail.com>"]
description = "Method for quickly running programs inside of Redox from a KVM capable OS."
license = "MIT"
repository = "https://gitlab.redox-os.org/redox-os/redoxer"
[dependencies.dirs]
version = "1.0"

[dependencies.redox_installer]
version = "0.2"

[dependencies.tempfile]
version = "3.0"

[dependencies.toml]
version = "0.5"
[target."cfg(target_os = \"linux\")".dependencies.proc-mounts]
version = "0.2"