rust-apt 0.9.0

Bindings for libapt-pkg
Documentation
[build-dependencies.cxx-build]
version = "1.0.192"

[dependencies.cxx]
version = "1.0.192"

[dependencies.serde]
features = ["derive"]
optional = true
version = "1.0.228"

[features]
serde = ["dep:serde"]

[lib]
name = "rust_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"
edition = "2021"
license = "GPL-3.0-or-later"
name = "rust-apt"
readme = "README.md"
repository = "https://gitlab.com/volian/rust-apt"
version = "0.9.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"