# 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 = "pacmanager_wrapper" version = "0.2.0" description = "A utility to interact with any package manager on any Linux distro" readme = "README.md" keywords = [ "linux", "bindings", ] categories = ["api-bindings"] license = "MIT" repository = "https://github.com/Normantas/pacmanager_wrapper" [dependencies.async-process] version = "2.1.0" [dependencies.thiserror] version = "1.0.58" [dev-dependencies.futures-lite] version = "2.2.0" [dev-dependencies.tokio] version = "1.36.0" features = [ "macros", "rt-multi-thread", ]