# 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] name = "xargo" version = "0.3.26" authors = ["Jorge Aparicio "] build = "build.rs" default-run = "xargo" description = "The sysroot manager that lets you build and customize `std`" documentation = "https://github.com/japaric/xargo#xargo" keywords = [ "cli", "cross", "compilation", "std", ] categories = [ "command-line-utilities", "development-tools", "embedded", ] license = "MIT OR Apache-2.0" repository = "https://github.com/japaric/xargo" [dependencies.dirs] version = "4.0" [dependencies.error-chain] version = "0.12" default-features = false [dependencies.fs2] version = "0.4.1" [dependencies.libc] version = "0.2.18" [dependencies.rustc_version] version = "0.4" [dependencies.serde_json] version = "1.0" [dependencies.tempdir] version = "0.3.5" [dependencies.toml] version = "0.5.6" [dependencies.walkdir] version = "2.3" [dev-dependencies.lazy_static] version = "1.0.0" [dev-dependencies.parking_lot] version = "0.12" [features] backtrace = ["error-chain/backtrace"]