[[bin]]
name = "pakka"
path = "src/main.rs"
[dependencies.chrono]
version = "0.4"
[dependencies.clap]
version = "4"
[dependencies.once_cell]
version = "1"
[dependencies.serde]
features = ["derive"]
version = "1"
[dependencies.serde_json]
version = "1"
[dev-dependencies.assert_cmd]
version = "2"
[dev-dependencies.predicates]
version = "3"
[lib]
name = "pakka"
path = "src/lib.rs"
[lints.clippy]
implicit_saturating_sub = "allow"
needless_return = "allow"
single_component_path_imports = "allow"
[lints.rust]
unused_imports = "allow"
unused_parens = "allow"
[package]
authors = ["Ragnar Kruse <46799551+kruserr@users.noreply.github.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = "build.rs"
categories = ["command-line-utilities"]
default-run = "pakka"
description = "A cross platform meta package manager with auto snapshotting file system based transactions"
documentation = "https://github.com/kruserr/pakka/tree/master/docs/README.md"
edition = "2021"
homepage = "https://github.com/kruserr/pakka"
keywords = ["cli", "terminal", "utility"]
license = "AGPL-3.0"
name = "pakka"
readme = "README.md"
repository = "https://github.com/kruserr/pakka"
version = "0.0.5"
[profile.release]
codegen-units = 1
lto = true
opt-level = 3
panic = "abort"
strip = true