# 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 = "2021" rust-version = "1.74" name = "pacdef" version = "1.6.0" description = "multi-backend declarative package manager for Linux" readme = "README.md" keywords = [ "package-manager", "linux", "declarative", "cli", ] categories = ["command-line-utilities"] license = "GPL-3.0-or-later" repository = "https://github.com/steven-omaha/pacdef" [profile.release] opt-level = "z" lto = "off" strip = true [[bin]] name = "pacdef" path = "crates/main/main.rs" [dependencies.anyhow] version = "1.0" [dependencies.pacdef_core] version = "=1.6.0" [features] arch = ["pacdef_core/arch"] debian = ["pacdef_core/debian"] default = []