aboutsummaryrefslogtreecommitdiff
blob: 037dce3082fdff40294fd94b8951a981e6e0d7da (plain)
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
33
34
35
36
37
[package]
name = "cargo-ebuild"
version = "0.3.2"
authors = ["Doug Goldstein <cardoe@cardoe.com>"]
license = "MIT/Apache-2.0"
edition = "2018"
repository = "https://github.com/cardoe/cargo-ebuild"
homepage = "https://github.com/cardoe/cargo-ebuild"
documentation = "https://github.com/cardoe/cargo-ebuild"
readme = "README.md"
keywords = ["cargo-subcommand", "ebuild", "gentoo"]
categories = ["command-line-utilities"]
description = """
Generates an ebuild for a package using the in-tree eclasses.
"""

[[bin]]
name = "cargo-ebuild"
path = "src/main.rs"

[lib]
name = "cargo_ebuild"
path = "src/lib.rs"

[badges]
travis-ci = { repository = "cardoe/cargo-ebuild" }
is-it-maintained-issue-resolution = { repository = "cardoe/cargo-ebuild" }
is-it-maintained-open-issues = { repository = "cardoe/cargo-ebuild" }
maintenance = { status = "passively-maintained" }

[dependencies]
anyhow = "^1"
cargo-lock = "^4.0"
cargo_metadata = "^0.9"
itertools = "^0.8"
structopt = "^0.3"
time = "^0.1"