alpm-package 0.4.2

Library and command line tool for the creation of ALPM based packages
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"
rust-version = "1.85.0"
name = "alpm-package"
version = "0.4.2"
authors = [
    "Arne Beer <contact@arne.beer>",
    "David Runge <dvzrv@archlinux.org>",
    "Jagoda Ślązak <j-g00da@archlinux.org>",
    "Orhun Parmaksız <orhun@archlinux.org>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Library and command line tool for the creation of ALPM based packages"
homepage = "https://alpm.archlinux.page"
readme = "README.md"
keywords = [
    "alpm",
    "arch",
    "linux",
    "packaging",
]
license = "Apache-2.0 OR MIT"
repository = "https://gitlab.archlinux.org/archlinux/alpm/alpm"

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

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

[dependencies.alpm-buildinfo]
version = "0.5.3"

[dependencies.alpm-common]
version = "0.2.1"

[dependencies.alpm-compress]
version = "0.1.3"

[dependencies.alpm-mtree]
version = "0.3.3"

[dependencies.alpm-pkginfo]
version = "0.6.2"

[dependencies.alpm-types]
version = "0.11.2"

[dependencies.fluent-i18n]
version = "0.1.0"

[dependencies.log]
version = "0.4.27"

[dependencies.tar]
version = "0.4.44"

[dependencies.thiserror]
version = "2.0.0"

[dev-dependencies.filetime]
version = "0.2.25"

[dev-dependencies.rstest]
version = "0.26.1"

[dev-dependencies.simplelog]
version = "0.12.2"

[dev-dependencies.tempfile]
version = "3"

[dev-dependencies.testresult]
version = "0.4.1"

[lints.clippy]
enum_variant_names = "deny"

[lints.rust]
missing_debug_implementations = "deny"
missing_docs = "deny"
unsafe_code = "deny"