# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "sddm2rpm" version = "1.2.0" exclude = [ ".vscode/*", ".pre-commit-config.yaml", ] description = "a simple cli tool to genrate rpms for sddm form tar.gz" homepage = "https://github.com/Lunarequest/sddm2rpm/blob/mistress/README.md" documentation = "https://github.com/Lunarequest/sddm2rpm/blob/mistress/README.md" readme = "README.md" license = "GPL-3.0-or-later" repository = "https://github.com/Lunarequest/sddm2rpm/" [package.metadata.rpm] package = "sddm2rpm" [package.metadata.rpm.cargo] buildflags = ["--release"] [package.metadata.rpm.targets.sddm2rpm] path = "/usr/bin/sddm2rpm" [dependencies.bzip2] version = "0.4.4" [dependencies.clap] version = "4.1.8" [dependencies.flate2] version = "1.0.25" [dependencies.handlebars] version = "4.3.6" [dependencies.rpm] version = "0.9.0" features = [ "async-futures", "with-file-async-tokio", ] [dependencies.serde] version = "1.0.152" features = ["serde_derive"] [dependencies.sys-info] version = "0.9.1" [dependencies.tar] version = "0.4.38" [dependencies.tokio] version = "1.25.0" features = [ "rt-multi-thread", "macros", ] [dependencies.walkdir] version = "2.3.2" [dependencies.xz2] version = "0.1.7" [dependencies.zip] version = "0.6.4" [dependencies.zstd] version = "0.12.3" default-features = false