pacx 0.6.2

Wrapper for package managers, allowing you to define and configure your package managers in Lua
# 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 = "pacx"
version = "0.6.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Wrapper for package managers, allowing you to define and configure your package managers in Lua"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/akimon658/pacx"

[[bin]]
name = "pacx"
path = "src/main.rs"

[[test]]
name = "cli"
path = "tests/cli.rs"

[dependencies.clap]
version = "4.5.56"
features = [
    "cargo",
    "string",
]

[dependencies.dirs]
version = "6.0.0"

[dependencies.mlua]
version = "0.11.6"
features = [
    "lua54",
    "vendored",
]

[dev-dependencies.assert_cmd]
version = "2.1.2"

[profile.release]
opt-level = "s"
lto = "fat"
codegen-units = 1
strip = "symbols"