# 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" version = "4.0.1" authors = ["morganamilo "] build = "build.rs" exclude = ["tests"] autobins = false autoexamples = false autotests = false autobenches = false description = "Rust bindings for libalpm" homepage = "https://github.com/archlinux/alpm.rs" documentation = "https://docs.rs/alpm" readme = "README.md" keywords = [ "archlinux", "arch", "alpm", "pacman", "bindings", ] license = "GPL-3.0" repository = "https://github.com/archlinux/alpm.rs" [package.metadata.docs.rs] features = ["docs-rs"] no-default-features = true [lib] name = "alpm" path = "src/lib.rs" [[example]] name = "callbacks" path = "examples/callbacks.rs" [[example]] name = "database" path = "examples/database.rs" [[example]] name = "init" path = "examples/init.rs" [[example]] name = "list" path = "examples/list.rs" [[example]] name = "packages" path = "examples/packages.rs" [[example]] name = "transaction" path = "examples/transaction.rs" [[example]] name = "vercmp" path = "examples/vercmp.rs" [[bench]] name = "list" path = "benches/list.rs" harness = false [dependencies.alpm-sys] version = "4.0.0" [dependencies.bitflags] version = "2.4.2" [dependencies.libarchive] version = "0.1.1" optional = true [dependencies.libarchive3-sys] version = "0.1.2" optional = true [dev-dependencies.criterion] version = "0.3.5" [build-dependencies.alpm-sys] version = "4.0.0" [features] checkver = [] default = ["checkver"] docs-rs = ["alpm-sys/docs-rs"] generate = ["alpm-sys/generate"] git = ["alpm-sys/git"] mtree = [ "libarchive", "libarchive3-sys", ] static = ["alpm-sys/static"]