sysroot-cleaner 1.0.1

A tool to clean up sysroots for Linux embedded devices in order to save storage space
# 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 = "sysroot-cleaner"
version = "1.0.1"
authors = ["Matteo Settenvini <matteo.settenvini@montecristosoftware.eu>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A tool to clean up sysroots for Linux embedded devices in order to save storage space"
homepage = "https://git.montecristosoftware.eu/matteo/sysroot-cleaner/"
readme = "README.md"
keywords = [
    "sysroot",
    "cleaner",
    "embedded",
    "buildroot",
    "filesystem",
]
categories = [
    "command-line-utilities",
    "development-tools::build-utils",
    "filesystem",
    "embedded",
]
license = "EUPL-1.2"
repository = "https://git.montecristosoftware.eu/matteo/sysroot-cleaner.git"

[[bin]]
name = "sysroot-cleaner"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.async-trait]
version = "0.1"

[dependencies.bytesize]
version = "2.0"

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

[dependencies.env_logger]
version = "0.11"

[dependencies.goblin]
version = "0.10"

[dependencies.ignore]
version = "0.4"

[dependencies.indoc]
version = "2.0"

[dependencies.log]
version = "0.4"

[dependencies.memmap2]
version = "0.9"

[dependencies.nix]
version = "0.31"
features = ["fs"]

[dependencies.petgraph]
version = "0.8"

[dependencies.tokio]
version = "1"
features = [
    "rt-multi-thread",
    "io-util",
    "macros",
    "sync",
]

[dependencies.walkdir]
version = "2"