libapt 1.0.0

Rust library for interfacing with Debian apt repositories.
Documentation
[dependencies.assert_cmd]
version = "2.0.16"

[dependencies.chrono]
features = ["serde"]
version = "0.4.38"

[dependencies.flate2]
version = "1.0.34"

[dependencies.log]
version = "0.4.22"

[dependencies.md5]
version = "0.7.0"

[dependencies.pgp]
version = "0.14.0"

[dependencies.predicates]
version = "3.1.2"

[dependencies.regex]
version = "1.11.0"

[dependencies.reqwest]
features = ["blocking"]
version = "0.12.8"

[dependencies.rust-lzma]
version = "0.6.0"

[dependencies.sha1]
version = "0.10.6"

[dependencies.sha2]
version = "0.10.8"

[[example]]
name = "hello"
path = "examples/hello.rs"

[lib]
name = "libapt"
path = "src/lib.rs"

[package]
authors = ["Thomas Irgang <thomas@irgang.eu>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["api-bindings", "parsing"]
description = "Rust library for interfacing with Debian apt repositories."
documentation = "https://github.com/lts-linux/libapt"
edition = "2021"
exclude = ["*.sh", ".*"]
homepage = "https://lts-linux.eu/projects/libapt/"
keywords = ["apt", "debian", "deb", "linux"]
license-file = "LICENSE"
name = "libapt"
readme = "README.md"
repository = "https://github.com/lts-linux/libapt"
version = "1.0.0"

[[test]]
name = "public_interface"
path = "tests/public_interface.rs"