dinghy-build 0.8.5

Cross-compilation made easier - helpers for build.rs scripts
Documentation
# 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 = "dinghy-build"
version = "0.8.5"
authors = ["Mathieu Poumeyrol <mathieu.poumeyrol@snips.ai>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Cross-compilation made easier - helpers for build.rs scripts"
homepage = "https://medium.com/snips-ai/dinghy-painless-rust-tests-and-benches-on-ios-and-android-c9f94f81d305#.c2sx7two8"
readme = false
keywords = [
    "tests",
    "mobile",
    "ios",
    "android",
    "cargo",
]
categories = [
    "development-tools::cargo-plugins",
    "development-tools::testing",
    "development-tools::profiling",
]
license = "MIT/Apache-2.0"
repository = "https://github.com/sonos/dinghy"
resolver = "2"

[lib]
name = "dinghy_build"
path = "src/lib.rs"

[dependencies.anyhow]
version = "1.0.58"

[dependencies.cc]
version = "1"

[dependencies.log]
version = "0.4"