# 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 = "libapt" version = "1.3.0" authors = ["Thomas Irgang "] build = false exclude = [ "*.sh", ".*", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Rust library for interfacing with Debian apt repositories." homepage = "https://lts-linux.eu/projects/libapt/" documentation = "https://github.com/lts-linux/libapt" readme = "README.md" keywords = [ "apt", "debian", "deb", "linux", ] categories = [ "api-bindings", "parsing", ] license-file = "LICENSE" repository = "https://github.com/lts-linux/libapt" [lib] name = "libapt" path = "src/lib.rs" [[example]] name = "hello" path = "examples/hello.rs" [[test]] name = "public_interface" path = "tests/public_interface.rs" [dependencies.assert_cmd] version = "2.0.16" [dependencies.chrono] version = "0.4.38" features = ["serde"] [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] version = "0.12.8" features = ["blocking"] [dependencies.rust-lzma] version = "0.6.0" [dependencies.serde] version = "1.0.214" features = ["derive"] [dependencies.sha1] version = "0.10.6" [dependencies.sha2] version = "0.10.8" [dev-dependencies.tokio] version = "1.41.1" features = ["full"] [dev-dependencies.tokio-test] version = "0.4.4"