# 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 = "pacman-repo-builder" version = "0.0.0-rc.65" authors = ["khai96_ "] include = [ "/src", "/Cargo.toml", "/README.md", "/LICENSE.md", ] description = "Build a custom pacman repository from a collection of PKGBUILD directories" documentation = "https://docs.rs/pacman-repo-builder" readme = "README.md" keywords = [ "pacman", "arch", "archlinux", "pkgbuild", ] categories = ["command-line-utilities"] license = "GPL-3.0" repository = "https://github.com/KSXGitHub/pacman-repo-builder.git" [profile.release] opt-level = "s" [lib] name = "pacman_repo_builder" path = "src/lib.rs" [[bin]] name = "build-pacman-repo" path = "src/main.rs" [dependencies.alpm] version = "^3.0.5" [dependencies.argh] version = "^0.1.4" [dependencies.command-extra] version = "^1.0.0" [dependencies.git2] version = "^0.18.3" [dependencies.hex-literal] version = "^0.4.1" [dependencies.hex_fmt] version = "^0.3.0" [dependencies.indexmap] version = "^2.2.5" [dependencies.itertools] version = "^0.12.1" [dependencies.num-bigint] version = "^0.4.0" [dependencies.num-traits] version = "^0.2.14" [dependencies.pacmanconf] version = "^2.0.0" [dependencies.petgraph] version = "^0.6.0" [dependencies.pipe-trait] version = "^0.4.0" [dependencies.rayon] version = "^1.5.1" [dependencies.reflink] version = "^0.1.3" [dependencies.serde] version = "^1.0.126" features = ["derive"] [dependencies.serde_yaml] version = "^0.9.14" [dependencies.sha-1] version = "^0.10.0" [dependencies.smart-default] version = "^0.7.1" [dev-dependencies.fs_extra] version = "^1.2.0" [dev-dependencies.pretty_assertions] version = "^1.3.0" [dev-dependencies.tempfile] version = "^3.2.0"