cargo-ebuild 0.5.4

Generates an ebuild for a package using the in-tree eclasses.
Documentation
[[bin]]
name = "cargo-ebuild"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0.56"

[dependencies.cargo-lock]
version = "8.0.2"

[dependencies.cargo_metadata]
version = "0.15.0"

[dependencies.itertools]
version = "0.10.3"

[dependencies.phf]
features = ["macros"]
version = "0.11.0"

[dependencies.rustsec]
version = "0.26.0"

[dependencies.serde]
features = ["derive"]
version = "1.0.136"

[dependencies.structopt]
version = "0.3.26"

[dependencies.tera]
default-features = false
version = "1.15.0"

[dependencies.time]
version = "0.3.9"

[features]
default = ["vendored-libgit2"]
vendored-libgit2 = ["rustsec/vendored-libgit2"]

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

[package]
authors = ["Doug Goldstein <cardoe@cardoe.com>"]
categories = ["command-line-utilities"]
description = """
Generates an ebuild for a package using the in-tree eclasses.
"""
documentation = "https://github.com/gentoo/cargo-ebuild"
edition = "2018"
homepage = "https://github.com/gentoo/cargo-ebuild"
keywords = ["cargo-subcommand", "ebuild", "gentoo"]
license = "MIT/Apache-2.0"
name = "cargo-ebuild"
readme = "README.md"
repository = "https://github.com/gentoo/cargo-ebuild"
version = "0.5.4"