rustc-build-sysroot 0.5.13

Build a rustc sysroot with custom flags
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 = "2018"
name = "rustc-build-sysroot"
version = "0.5.13"
authors = ["Ralf Jung"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Build a rustc sysroot with custom flags"
documentation = "https://docs.rs/rustc-build-sysroot"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/RalfJung/rustc-build-sysroot"

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

[[test]]
name = "tests"
path = "tests/tests.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.rustc_version]
version = "0.4"

[dependencies.tempfile]
version = "3"

[dependencies.toml]
version = "1.1"
features = ["preserve_order"]

[dependencies.walkdir]
version = "2.4"