-
Notifications
You must be signed in to change notification settings - Fork 59
/
Cargo.toml
32 lines (29 loc) · 961 Bytes
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
[package]
authors = ["Doug Goldstein <[email protected]>"]
categories = ["command-line-utilities"]
description = "Generates a BitBake recipe for a package utilizing meta-rust's classes."
documentation = "https://github.com/cardoe/cargo-bitbake"
homepage = "https://github.com/cardoe/cargo-bitbake"
keywords = ["cargo-subcommand", "bitbake", "yocto", "recipe"]
license = "MIT/Apache-2.0"
edition = "2018"
name = "cargo-bitbake"
readme = "README.md"
repository = "https://github.com/cardoe/cargo-bitbake"
version = "0.3.16-alpha.0"
rust-version = "1.60"
[badges]
is-it-maintained-issue-resolution = { repository = "cardoe/cargo-bitbake" }
is-it-maintained-open-issues = { repository = "cardoe/cargo-bitbake" }
maintenance = { status = "passively-maintained" }
[badges.travis-ci]
repository = "cardoe/cargo-bitbake"
[dependencies]
anyhow = "^1.0"
cargo = "^0.61"
git2 = "0.14"
itertools = "^0.10"
lazy_static = "^1"
md5 = "^0.7"
regex = "^1"
structopt = "^0.3"