# 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-core" version = "0.8.7" authors = ["Xavier Moffett "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Library providing core functionality for pacwrap" 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" [lib] name = "pacwrap_core" path = "src/lib.rs" [dependencies.alpm] version = "4.0.1" features = ["checkver"] [dependencies.bincode] version = "1.3.3" [dependencies.bitflags] version = "2.4.2" [dependencies.command-fds] version = "0.2.2" [dependencies.dialoguer] version = "0.10.4" [dependencies.dyn-clone] version = "1.0.14" [dependencies.indexmap] version = "2.0.0" features = [ "serde", "rayon", ] [dependencies.indicatif] version = "0.17.5" [dependencies.lazy_static] version = "1.4.0" [dependencies.libseccomp] version = "0.3.0" [dependencies.nix] version = "0.22.3, <= 0.22.3" [dependencies.os_pipe] version = "1.1.4" [dependencies.pacmanconf] version = "2.0.0" [dependencies.rayon] version = "1.7.0" [dependencies.serde] version = "1.0" features = [ "derive", "rc", ] [dependencies.serde_yaml] version = "0.9.33, <= 0.9.33" [dependencies.sha2] version = "0.10.8" [dependencies.signal-hook] version = "0.3.15" [dependencies.simplebyteunit] version = "0.2.1" [dependencies.tar] version = "0.4" [dependencies.time] version = "0.3.28" features = [ "formatting", "macros", "local-offset", "parsing", ] [dependencies.typetag] version = "0.2" [dependencies.walkdir] version = "2.3.3" [dependencies.zstd] version = "0.13.0"