pseudoroot 0.2.1

A Rust fakeroot via library interposition (LD_PRELOAD / DYLD_INSERT_LIBRARIES): run commands as if root, no real root access needed
# 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 = "2024"
rust-version = "1.92"
name = "pseudoroot"
version = "0.2.1"
authors = ["Luca Barbato <lu_zero@gentoo.org>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Rust fakeroot via library interposition (LD_PRELOAD / DYLD_INSERT_LIBRARIES): run commands as if root, no real root access needed"
homepage = "https://github.com/lu-zero/pseudoroot"
documentation = "https://docs.rs/pseudoroot"
readme = "README.md"
keywords = [
    "fakeroot",
    "ld-preload",
    "interposition",
    "root",
    "syscall",
]
categories = [
    "command-line-utilities",
    "development-tools::build-utils",
    "os",
]
license = "MIT"
repository = "https://github.com/lu-zero/pseudoroot"
resolver = "2"

[lib]
name = "pseudoroot"
path = "src/lib.rs"

[[bin]]
name = "pdr"
path = "src/bin/pdr.rs"

[dependencies.clap]
version = "4"
features = ["derive"]

[dependencies.ctor]
version = "0.2"

[dependencies.ctrlc]
version = "3.4"

[dependencies.libc]
version = "0.2"

[dependencies.pseudoroot-core]
version = "0.2.1"

[dependencies.tempfile]
version = "3"