obliterate 1.2.0

Force-remove Files and Directories on Linux Including Paths with 000 Permissions.
Documentation
# 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"
name = "obliterate"
version = "1.2.0"
authors = ["mxnt <m10ferrari1200@gmail.com>"]
build = false
exclude = ["logo.png"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Force-remove Files and Directories on Linux Including Paths with 000 Permissions."
homepage = "https://github.com/LinuxProativo/obliterate"
documentation = "https://docs.rs/obliterate/"
readme = "README.md"
keywords = [
    "obliterate",
    "rm",
    "remove",
    "filesystem",
]
categories = ["filesystem"]
license = "MIT"
repository = "https://github.com/LinuxDicasPro/obliterate"

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

[dependencies.libc]
version = "0.2"

[dependencies.stacker]
version = "0.1"

[dev-dependencies.tempfile]
version = "3.27"