[package]
edition = "2018"
name = "rustc-build-sysroot"
version = "0.5.12"
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"