cargo-rpm 0.6.0

Build RPMs from Rust projects using Cargo workflows
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]
edition = "2018"
name = "cargo-rpm"
version = "0.6.0"
authors = ["Tony Arcieri <tony@iqlusion.io>"]
description = "Build RPMs from Rust projects using Cargo workflows"
homepage = "https://github.com/rustrpm/cargo-rpm/"
readme = "README.md"
keywords = ["rpm", "cargo", "package", "release"]
categories = ["command-line-utilities", "development-tools"]
license = "Apache-2.0"
[package.metadata.rpm.cargo]
buildflags = ["--release"]
[package.metadata.rpm.targets.cargo-rpm]
path = "/usr/bin/cargo-rpm"
[dependencies.abscissa_core]
version = "0.3"

[dependencies.failure]
version = "0.1"

[dependencies.flate2]
version = "1"
features = ["zlib"]
default-features = false

[dependencies.gumdrop]
version = "0.6"

[dependencies.handlebars]
version = "2"

[dependencies.lazy_static]
version = "1"

[dependencies.serde]
version = "1"
features = ["serde_derive"]

[dependencies.tar]
version = "0.4"
[dev-dependencies.abscissa_core]
version = "0.3.0"
features = ["testing"]
[badges.maintenance]
status = "passively-maintained"

[badges.travis-ci]
repository = "rustrpm/cargo-rpm"