# 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-agent" version = "0.8.7" authors = ["Xavier Moffett "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Executable agent for conducting containerized transactions" 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-agent" path = "src/main.rs" [dependencies.alpm] version = "4.0.1" features = ["checkver"] [dependencies.bincode] version = "1.3.3" [dependencies.pacwrap-core] version = "0.8.7" [dependencies.serde] version = "1.0" features = ["derive"]