blob: 31f267741023e38d923313b4cd71a6923592fb4e [file] [log] [blame] [edit]
# 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.4"
authors = ["Ralf Jung"]
build = 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.walkdir]
version = "2.4"