[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"