pkgmgr-info 1.0.4

Reports the system package manager information
Documentation
# 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 = "2024"
name = "pkgmgr-info"
version = "1.0.4"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Reports the system package manager information"
readme = "README.md"
keywords = [
    "package-manager",
    "system-info",
    "platform-detection",
    "std-only",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/SzilvasiPeter/pkgmgr-info"

[lib]
name = "pkgmgr_info"
path = "src/lib.rs"

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

[[example]]
name = "api_check"
path = "examples/api_check.rs"

[dependencies]

[lints.clippy]
all = "deny"
cargo = "deny"
nursery = "deny"
pedantic = "deny"

[lints.rust]
unsafe_code = "forbid"

[profile.release]
opt-level = "z"
lto = true
codegen-units = 1
panic = "abort"
strip = true