cross 0.1.15-dev

Zero setup cross compilation and cross testing
[package]
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"
name = "cross"
repository = "https://github.com/rust-embedded/cross"
version = "0.1.15-dev"

[dependencies]
atty = "0.2"
error-chain = "0.12"
lazy_static = "1.0"
libc = "0.2.18"
rustc_version = "0.2"
semver = "0.9"
toml = "0.5"

[target.'cfg(not(windows))'.dependencies]
nix = "0.15"

[target.'cfg(windows)'.dependencies]
winapi = { version = "0.3.7", features = ["winbase"] }

[profile.release]
lto = true