cargo-xbuild 0.4.0

Automatically cross-compiles the sysroot crates core, compiler_builtins, and alloc.
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "cargo-xbuild"
version = "0.4.0"
authors = ["Jorge Aparicio <jorge@japaric.io>", "Philipp Oppermann <dev@phil-opp.com>"]
build = "build.rs"
description = "Automatically cross-compiles the sysroot crates core, compiler_builtins, and alloc."
documentation = "https://docs.rs/cargo-xbuild"
keywords = ["cli", "cross", "compilation", "std", "osdev"]
categories = ["command-line-utilities", "development-tools", "embedded", "os"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/rust-osdev/cargo-xbuild"
[dependencies.cargo_metadata]
version = "0.5.4"

[dependencies.error-chain]
version = "0.7.2"

[dependencies.fs2]
version = "0.4.1"

[dependencies.libc]
version = "0.2.18"

[dependencies.rustc_version]
version = "0.1.7"

[dependencies.serde_json]
version = "0.8.4"

[dependencies.tempdir]
version = "0.3.5"

[dependencies.toml]
version = "0.2.1"

[dependencies.walkdir]
version = "1.0.3"
[dev-dependencies.lazy_static]
version = "0.2.8"

[dev-dependencies.parking_lot]
version = "0.3.6"

[features]
dev = []