# 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" name = "package-assistant" version = "0.10.0" authors = ["Patryk Sidzina "] build = false exclude = ["/.github/"] include = [ "**/*.rs", "Cargo.lock", "Cargo.toml", "LICENSE", "README.md", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Package Assistant helps you manage your package managers." homepage = "https://github.com/patryk-s/package-assistant" readme = "README.md" keywords = [ "package-manager", "cli", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/patryk-s/package-assistant" [profile.release] lto = "fat" strip = true [[bin]] name = "pa" path = "src/main.rs" [dependencies.anyhow] version = "1.0.93" [dependencies.clap] version = "4.5.20" features = ["derive"] [dependencies.confy] version = "0.6.1" [dependencies.directories] version = "5.0.1" [dependencies.inquire] version = "0.7.5" [dependencies.serde] version = "1.0.214" features = ["derive"]