# 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.8.0" authors = ["Tony Arcieri "] description = "Build RPMs from Rust projects using Cargo workflows" readme = "README.md" keywords = ["rpm", "cargo", "package", "release"] categories = ["command-line-utilities", "development-tools"] license = "Apache-2.0" repository = "https://github.com/iqlusioninc/cargo-rpm" [package.metadata.rpm.cargo] buildflags = ["--release"] [package.metadata.rpm.targets.cargo-rpm] path = "/usr/bin/cargo-rpm" [dependencies.abscissa_core] version = "0.5" [dependencies.cargo_metadata] version = "0.10" [dependencies.flate2] version = "1" features = ["zlib"] default-features = false [dependencies.gumdrop] version = "0.7" [dependencies.handlebars] version = "3" [dependencies.serde] version = "1" features = ["serde_derive"] [dependencies.tar] version = "0.4" [dependencies.thiserror] version = "1" [dev-dependencies.abscissa_core] version = "0.5" features = ["testing"] [dev-dependencies.once_cell] version = "1"