rust-apt 0.10.2

Bindings for libapt-pkg
Documentation
[package]
authors = [
	"Blake Lee <blake@volian.org>",
	"Hunter Wittenborn <hunter@hunterwittenborn.com>"
]
categories = [
	"api-bindings",
	"os",
]
description = "Bindings for libapt-pkg"
license = "GPL-3.0-or-later"
name = "rust-apt"
readme = "README.md"
repository = "https://gitlab.com/volian/rust-apt"
version = "0.10.2"

edition = "2021"

[dependencies]
cxx = "1.0.192"
serde = { version = "1.0.228", features = ["derive"], optional = true }

[build-dependencies]
cxx-build = "1.0.192"

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