[package]
edition = "2021"
name = "rust-apt"
version = "0.10.1"
authors = [
"Blake Lee <blake@volian.org>",
"Hunter Wittenborn <hunter@hunterwittenborn.com>",
]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Bindings for libapt-pkg"
readme = "README.md"
categories = [
"api-bindings",
"os",
]
license = "GPL-3.0-or-later"
repository = "https://gitlab.com/volian/rust-apt"
[features]
serde = ["dep:serde"]
[lib]
name = "rust_apt"
path = "src/lib.rs"
[[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"
[dependencies.cxx]
version = "1.0.192"
[dependencies.serde]
version = "1.0.228"
features = ["derive"]
optional = true
[build-dependencies.cxx-build]
version = "1.0.192"