subcomponent 0.1.0

A components orchestrator
# 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 = "subcomponent"
version = "0.1.0"
authors = ["Jean Guyomarc'h <jean@guyomarch.bzh>"]
exclude = ["tests", "img"]
description = "A components orchestrator"
homepage = "https://github.com/subcomponent/subcomponent"
keywords = ["components", "orchestrtor", "fetch", "build"]
categories = ["command-line-utilities", "development-tools"]
license = "MIT"
repository = "https://github.com/subcomponent/subcomponent.git"
[dependencies.tempdir]
version = "0.3"

[dependencies.libc]
version = "0.2"

[dependencies.getopts]
version = "0.2"

[dependencies.rust-crypto]
version = "^0.2"

[dependencies.term]
version = "0.4"

[dependencies.log]
version = "0.3"
[target."cfg(windows)".dependencies.winapi]
version = "0.2"

[target."cfg(windows)".dependencies.kernel32-sys]
version = "0.2"
[badges.travis-ci]
repository = "subcomponent/subcomponent"
branch = "master"