# 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 = "alpm-utils" version = "4.0.1" authors = ["morganamilo "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Helper functions for working with alpm" homepage = "http://github.com/archlinux/alpm.rs" documentation = "https://docs.rs/alpm-utils" readme = "README.md" keywords = [ "archlinux", "arch", "alpm", "pacman", "bindings", ] license = "GPL-3.0" repository = "http://github.com/archlinux/alpm.rs" [package.metadata.docs.rs] features = [ "docs-rs", "pacmanconf", ] [lib] name = "alpm_utils" path = "src/lib.rs" [dependencies.alpm] version = "4.0.0" optional = true [dependencies.pacmanconf] version = "3.0.0" optional = true [features] conf = [ "pacmanconf", "alpm", ] default = [ "alpm", "conf", ] docs-rs = ["alpm/docs-rs"] generate = ["alpm/generate"] git = ["alpm/git"] static = ["alpm/static"]