yabs 0.0.2

Yet another build system
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "ansi_term"
version = "0.6.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ae206c860259479b73b3abc98b66da811843056ed570ed79eb95d3d9b2524325"

[[package]]
name = "kernel32-sys"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
dependencies = [
 "winapi",
 "winapi-build",
]

[[package]]
name = "log"
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e19e8d5c34a3e0e2223db8e060f9e8264aeeb5c5fc64a4ee9965c062211c024b"
dependencies = [
 "log 0.4.21",
]

[[package]]
name = "log"
version = "0.4.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c"

[[package]]
name = "pgetopts"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "27a651eb8c41ff7ac7da8e7a5968eaef5176ccc4f21a42db541dfc7d73295f1e"
dependencies = [
 "ansi_term",
 "log 0.3.9",
]

[[package]]
name = "rpf"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0ca529ff22fb563e703227f30015282babc0e668f27513d93bd1d3f4d0bb167e"
dependencies = [
 "ansi_term",
]

[[package]]
name = "rustc-serialize"
version = "0.3.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fe834bc780604f4674073badbad26d7219cadfb4a2275802db12cbae17498401"

[[package]]
name = "toml"
version = "0.1.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0590d72182e50e879c4da3b11c6488dae18fccb1ae0c7a3eda18e16795844796"
dependencies = [
 "rustc-serialize",
]

[[package]]
name = "walkdir"
version = "0.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c66c0b9792f0a765345452775f3adbd28dde9d33f30d13e5dcc5ae17cf6f3780"
dependencies = [
 "kernel32-sys",
 "winapi",
]

[[package]]
name = "winapi"
version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"

[[package]]
name = "winapi-build"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"

[[package]]
name = "yabs"
version = "0.0.2"
dependencies = [
 "pgetopts",
 "rpf",
 "rustc-serialize",
 "toml",
 "walkdir",
]