[build-dependencies.cxx-build]
version = "1.0"
[dependencies.cxx]
version = "1"
[dependencies.debversion]
version = "0.5"
[dependencies.paste]
version = "1"
[dependencies.serde]
features = ["derive"]
optional = true
version = "1"
[dependencies.terminal_size]
version = "0.4"
[features]
serde = ["dep:serde"]
[lib]
name = "oma_apt"
path = "src/lib.rs"
[package]
authors = ["Blake Lee <blake@volian.org>", "Hunter Wittenborn <hunter@hunterwittenborn.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["api-bindings", "os"]
description = "Bindings for libapt-pkg for help oma handle apt"
edition = "2024"
license = "GPL-3.0-or-later"
name = "oma-apt"
readme = "README.md"
repository = "https://github.com/AOSC-Dev/oma-apt"
version = "0.13.0"
[[test]]
name = "cache"
path = "tests/cache.rs"
[[test]]
name = "config"
path = "tests/config.rs"
[[test]]
name = "depcache"
path = "tests/depcache.rs"
[[test]]
name = "records"
path = "tests/records.rs"
[[test]]
name = "root"
path = "tests/root.rs"
[[test]]
name = "sort"
path = "tests/sort.rs"
[[test]]
name = "tagfile"
path = "tests/tagfile.rs"
[[test]]
name = "util"
path = "tests/util.rs"