# 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 = "2018" name = "cargo-sysroot-2" version = "0.9.0" authors = [ "Diana", "Hood", ] description = "Simply and Easily cross-compile the Rust sysroot crates." readme = "README.md" keywords = [ "sysroot", "libcore", "no_std", "cross", "compilation", ] categories = [ "no-std", "embedded", "development-tools", "development-tools::cargo-plugins", ] license = "MIT OR Apache-2.0" repository = "https://github.com/hoodmane/cargo-sysroot" [package.metadata.cargo-sysroot] target = "x86_64-unknown-uefi" [[bin]] name = "cargo-sysroot" path = "src/main.rs" required-features = ["structopt"] [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] version = "0.3.26" optional = true [dev-dependencies.tempfile] version = "3.3.0" [features] default = ["structopt"] [badges.maintenance] status = "experimental"