cross 0.1.15-dev

Zero setup cross compilation and cross testing
# 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 = "cross"
version = "0.1.15-dev"
authors = ["Jorge Aparicio <japaricious@gmail.com>", "Markus Reiter <me@reitermark.us>"]
build = "build.rs"
description = "Zero setup cross compilation and cross testing"
documentation = "https://github.com/rust-embedded/cross"
keywords = ["cross", "compilation", "testing", "tool"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/rust-embedded/cross"
[profile.release]
lto = true
[dependencies.atty]
version = "0.2"

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

[dependencies.lazy_static]
version = "1.0"

[dependencies.libc]
version = "0.2.18"

[dependencies.rustc_version]
version = "0.2"

[dependencies.semver]
version = "0.9"

[dependencies.toml]
version = "0.5"
[target."cfg(not(windows))".dependencies.nix]
version = "0.15"
[target."cfg(windows)".dependencies.winapi]
version = "0.3.7"
features = ["winbase"]