yabs 0.2.2

Yet another build system
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 = "yabs"
version = "0.2.2"
authors = ["Alberto Corona <ac@albertocorona.com>>"]
description = "Yet another build system"
readme = "README.md"
keywords = ["system", "build", "make"]
license = "BSD-3-Clause"
repository = "https://github.com/0X1A/yabs"

[lib]
name = "util"
path = "lib/lib.rs"

[[bin]]
name = "yabs"
path = "src/main.rs"
test = false
[dependencies.ansi_term]
version = "0.9"

[dependencies.clap]
version = "2"
features = ["yaml", "color"]

[dependencies.error-chain]
version = "0.10"

[dependencies.log]
version = "0.3"

[dependencies.num_cpus]
version = "1.0"

[dependencies.regex]
version = "0.2"

[dependencies.serde]
version = "1.0"

[dependencies.serde_derive]
version = "1.0"

[dependencies.serde_json]
version = "0.8"

[dependencies.toml]
version = "0.4"

[dependencies.walkdir]
version = "1"