cargo-bitbake 0.3.8

Generates a BitBake recipe for a package utilizing meta-rust's classes.
# 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 = "cargo-bitbake"
version = "0.3.8"
authors = ["Doug Goldstein <cardoe@cardoe.com>"]
description = "Generates a BitBake recipe for a package utilizing meta-rust's classes.\n"
homepage = "https://github.com/cardoe/cargo-bitbake"
documentation = "https://github.com/cardoe/cargo-bitbake"
readme = "README.md"
keywords = ["cargo-subcommand", "bitbake", "yocto", "recipe"]
categories = ["command-line-utilities"]
license = "MIT/Apache-2.0"
repository = "https://github.com/cardoe/cargo-bitbake"
[dependencies.md5]
version = "^0.3"

[dependencies.git2]
version = "^0.6.4"

[dependencies.rustc-serialize]
version = "^0.3"

[dependencies.cargo]
version = "^0.19"

[dependencies.lazy_static]
version = "^0.2"

[dependencies.regex]
version = "^0.2"

[dependencies.itertools]
version = "^0.5.0"
[badges.travis-ci]
repository = "cardoe/cargo-bitbake"