# 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" rust-version = "1.72" name = "pacwrap" version = "0.8.7" authors = ["Xavier Moffett "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false default-run = "pacwrap" description = "A package manager which facilitates Arch-based bubblewrap containers." homepage = "https://pacwrap.sapphirus.org/" readme = "README.md" keywords = [ "bubblewrap", "sandbox", "package", "manager", "archlinux", ] categories = [ "command-line-utilities", "virtualization", "filesystem", "concurrency", "caching", ] license = "GPL-3.0-only" repository = "https://github.com/pacwrap/pacwrap" [[bin]] name = "pacwrap" path = "src/main.rs" [dependencies.alpm] version = "4.0.1" features = ["checkver"] [dependencies.command-fds] version = "0.2.2" [dependencies.indexmap] version = "2.0.0" [dependencies.nix] version = "0.22.3, <= 0.22.3" [dependencies.os_pipe] version = "1.1.4" [dependencies.pacwrap-core] version = "0.8.7" [dependencies.rand] version = "0.8.5" [dependencies.regex] version = "1.10.3" [dependencies.sha2] version = "0.10.8" [dependencies.signal-hook] version = "0.3.15" [dependencies.simplebyteunit] version = "0.2.1" [build-dependencies.pacwrap-core] version = "0.8.7"