# 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 = "arch-updates-rs" version = "0.1.2" build = false autolib = false autobins = false autoexamples = false autotests = false autobenches = false description = "Library to query arch linux packaging tools to see if updates are available." homepage = "https://github.com/nick42d/cosmic-applet-arch" readme = "README.md" license = "MIT" repository = "https://github.com/nick42d/cosmic-applet-arch" [lib] name = "arch_updates_rs" path = "src/lib.rs" [dependencies.futures] version = "0.3.31" [dependencies.raur] version = "7.0.0" [dependencies.reqwest] version = "0.12.9" [dependencies.srcinfo] version = "1.2.0" [dependencies.thiserror] version = "2.0.4" [dependencies.tokio] version = "1.42.0" features = ["process"] [dependencies.version-compare] version = "0.2.0" [dev-dependencies.tokio] version = "1.42.0" features = [ "macros", "rt-multi-thread", ]