# 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-xbuild" version = "0.6.6" authors = [ "Jorge Aparicio ", "Philipp Oppermann ", ] build = "build.rs" description = "Automatically cross-compiles the sysroot crates core, compiler_builtins, and alloc." documentation = "https://docs.rs/crate/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" [package.metadata.release] dev-version = false pre-release-commit-message = "Release version {{version}}" [[package.metadata.release.pre-release-replacements]] file = "CHANGELOG.md" search = "## Unreleased" replace = """ ## Unreleased ## {{version}} – {{date}}""" exactly = 1 [lib] name = "xargo_lib" [dependencies.anyhow] version = "1.0" [dependencies.cargo_metadata] version = "0.11" default-features = false [dependencies.libc] version = "0.2.18" [dependencies.rustc_version] version = "0.2" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.tempfile] version = "3" [dependencies.toml] version = "0.5" [dependencies.walkdir] version = "2.3" [features] backtrace = [] dev = [] [target."cfg(windows)".dependencies.winapi] version = "0.3" features = [ "winerror", "fileapi", "winbase", "std", ]