# 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 = "genpac" version = "0.1.0" authors = ["Gokul Das B "] exclude = [ "deny.toml", ".pre-commit-config.yaml", ] description = "Sandbox for Gentoo ebuild development using bubblewrap" readme = "README.md" keywords = [ "Gentoo", "bubblewrap", "sandbox", "ebuild", "chroot", ] categories = [ "command-line-utilities", "development-tools", ] license = "GPL-3.0-or-later" repository = "https://git.sr.ht/~gokuldas/genpac" [dependencies.anyhow] version = "1.0.75" [dependencies.clap] version = "4.4.11" features = ["derive"] [dependencies.command-fds] version = "0.3.0" [dependencies.indicatif] version = "0.17.7" [dependencies.indicatif-log-bridge] version = "0.2.2" [dependencies.log] version = "0.4.20" [dependencies.os_pipe] version = "1.1.4" features = ["io_safety"] [dependencies.polling] version = "3.3.1" [dependencies.serde] version = "1.0.193" features = ["derive"] [dependencies.serde_json] version = "1.0.108" [dependencies.shellexpand] version = "3.1.0" [dependencies.simple_logger] version = "4.3.0" features = [ "colors", "stderr", ] default-features = false [dependencies.tar] version = "0.4.40" optional = true [dependencies.toml] version = "0.8.8" [dependencies.users] version = "0.11.0" default-features = false [dependencies.xz2] version = "0.1.7" optional = true [features] remap = [ "dep:tar", "dep:xz2", ]