# 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 = "2018" name = "apt-cmd" version = "0.5.0" authors = ["Michael Aaron Murphy "] description = "Async library for interacting with apt commands" readme = "README.md" keywords = [ "apt", "async", "tokio", "debian", ] license = "MPL-2.0" repository = "https://github.com/pop-os/apt-cmd" [dependencies.anyhow] version = "1.0.83" [dependencies.as-result] version = "0.2.1" [dependencies.async-fetcher] version = "0.11.0" [dependencies.async-stream] version = "0.3.5" [dependencies.deb-version] version = "0.1.1" [dependencies.derive_more] version = "0.99.17" [dependencies.futures] version = "0.3.30" [dependencies.hex] version = "0.4.3" [dependencies.md-5] version = "0.10.6" [dependencies.procfs] version = "0.16.0" [dependencies.rayon] version = "1.10.0" [dependencies.sha-1] version = "0.10.1" [dependencies.thiserror] version = "1.0.60" [dependencies.tokio] version = "1.37.0" features = [ "fs", "io-util", "process", "rt", "sync", "time", ] [dependencies.tokio-stream] version = "0.1.15" features = ["io-util"] [dev-dependencies.tokio] version = "1.37.0" features = ["full"]