crossgen 0.4.0

Cross compilation template generator
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 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 = "crossgen"
version = "0.4.0"
authors = ["Yoshua Wuyts <yoshuawuyts@gmail.com>"]
description = "Cross compilation template generator"
documentation = "https://docs.rs/crossgen"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/yoshuawuyts/crossgen"
[dependencies.base64]
version = "0.9.2"

[dependencies.cargo_toml]
version = "0.3.0"

[dependencies.clap_flags]
version = "0.2.0"

[dependencies.exitfailure]
version = "0.5.1"

[dependencies.failure]
version = "0.1.2"

[dependencies.github_auth]
version = "0.6.0"

[dependencies.human-panic]
version = "1.0.0"

[dependencies.log]
version = "0.4.4"

[dependencies.mkdirp]
version = "0.1.0"

[dependencies.openssl]
version = "0.10.11"

[dependencies.reqwest]
version = "0.8.8"

[dependencies.serde]
version = "1.0.75"

[dependencies.serde_derive]
version = "1.0.75"

[dependencies.structopt]
version = "0.2.10"

[dependencies.toml]
version = "0.4.6"

[dev-dependencies]
[build-dependencies.base64]
version = "0.9.2"

[build-dependencies.clap_flags]
version = "0.2.0"

[build-dependencies.failure]
version = "0.1.2"

[build-dependencies.github_auth]
version = "0.6.0"

[build-dependencies.log]
version = "0.4.4"

[build-dependencies.mkdirp]
version = "0.1.0"

[build-dependencies.openssl]
version = "0.10.11"

[build-dependencies.reqwest]
version = "0.8.8"

[build-dependencies.serde]
version = "1.0.75"

[build-dependencies.serde_derive]
version = "1.0.75"

[build-dependencies.structopt]
version = "0.2.10"

[build-dependencies.toml]
version = "0.4.6"