rust-apt 0.10.1

Bindings for libapt-pkg
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 = "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"