cargo-sysroot 0.8.1

Simply and Easily cross-compile the Rust sysroot crates.
Documentation
[[bin]]
name = "cargo-sysroot"
path = "src/main.rs"
required-features = ["structopt"]
[badges.maintenance]
status = "experimental"
[dependencies.anyhow]
version = "1.0.53"

[dependencies.cargo-toml2]
version = "1.3.2"

[dependencies.fs_extra]
version = "1.2.0"

[dependencies.remove_dir_all]
version = "0.7.0"

[dependencies.structopt]
optional = true
version = "0.3.26"
[dev-dependencies.tempfile]
version = "3.3.0"

[features]
default = ["structopt"]

[package]
authors = ["Diana"]
categories = ["no-std", "embedded", "development-tools", "development-tools::cargo-plugins"]
description = "Simply and Easily cross-compile the Rust sysroot crates."
edition = "2018"
keywords = ["sysroot", "libcore", "no_std", "cross", "compilation"]
license = "MIT OR Apache-2.0"
name = "cargo-sysroot"
readme = "README.md"
repository = "https://github.com/DianaNites/cargo-sysroot"
version = "0.8.1"
[package.metadata.cargo-sysroot]
target = "x86_64-unknown-uefi"