eclipse-sanitizer 0.1.1

A fast Rust CLI for sanitizing metadata from documents and images
# 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 = "eclipse-sanitizer"
version = "0.1.1"
build = false
include = [
    "README.md",
    "LICENSE",
    "assets/**",
    "src/**",
    "Cargo.toml",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A fast Rust CLI for sanitizing metadata from documents and images"
homepage = "https://github.com/Karmanya03/Eclipse"
documentation = "https://docs.rs/eclipse-sanitizer"
readme = "README.md"
keywords = [
    "cli",
    "metadata",
    "sanitizer",
    "privacy",
    "rust",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/Karmanya03/Eclipse"

[[bin]]
name = "eclipse"
path = "src/main.rs"

[dependencies.anyhow]
version = "1"

[dependencies.chrono]
version = "0.4"
features = ["clock"]
default-features = false

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

[dependencies.ctrlc]
version = "3"

[dependencies.indicatif]
version = "0.17"

[dependencies.lopdf]
version = "0.40"

[dependencies.rayon]
version = "1"

[dependencies.sha2]
version = "0.10"

[dependencies.tempfile]
version = "3"

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-appender]
version = "0.2"

[dependencies.tracing-subscriber]
version = "0.3"
features = [
    "env-filter",
    "fmt",
    "json",
]

[dependencies.walkdir]
version = "2"

[dependencies.xmltree]
version = "0.12"

[dependencies.zip]
version = "8.6.0"