# 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 = "pkger" version = "0.0.4" authors = ["wojciech.kepka "] description = "Building tool inspired by fpm-builder" homepage = "https://github.com/wojciechkepka/pkger" readme = "README.md" keywords = ["unix", "linux", "deb", "rpm", "build"] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/wojciechkepka/pkger" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "2.33.0" [dependencies.failure] version = "0.1.6" [dependencies.log] version = "0.4.8" [dependencies.pretty_env_logger] version = "0.3.1" [dependencies.rpm-rs] version = "0.2.1" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.structopt] version = "0.3.7" [dependencies.tar] version = "0.4" [dependencies.tokio] version = "0.2.4" features = ["macros"] [dependencies.toml] version = "0.5" [dependencies.wharf] version = "0.1.10"