aicheck 0.2.0

Detect AI-generated content via provenance signals (C2PA, XMP/IPTC, EXIF)
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 = "2021"
rust-version = "1.86"
name = "aicheck"
version = "0.2.0"
build = false
exclude = [
    ".github/",
    ".context/",
    "docs/",
    "tests/fixtures/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Detect AI-generated content via provenance signals (C2PA, XMP/IPTC, EXIF)"
homepage = "https://github.com/MatrixA/aicheck"
documentation = "https://matrixa.github.io/aicheck/"
readme = "README.md"
keywords = [
    "ai-detection",
    "c2pa",
    "watermark",
    "metadata",
    "forensics",
]
categories = [
    "command-line-utilities",
    "multimedia",
]
license = "AGPL-3.0-or-later"
repository = "https://github.com/MatrixA/aicheck"

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

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

[[test]]
name = "audio_id3"
path = "tests/audio_id3.rs"

[[test]]
name = "video_c2pa"
path = "tests/video_c2pa.rs"

[[test]]
name = "watermark_detection"
path = "tests/watermark_detection.rs"

[dependencies.anyhow]
version = "1"

[dependencies.c2pa]
version = "0.77"
features = ["file_io"]

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

[dependencies.colored]
version = "2"

[dependencies.id3]
version = "1"

[dependencies.image]
version = "0.24"
features = [
    "png",
    "jpeg",
    "webp",
    "gif",
    "bmp",
    "tiff",
]
default-features = false

[dependencies.infer]
version = "0.19"

[dependencies.kamadak-exif]
version = "0.6"

[dependencies.quick-xml]
version = "0.36"

[dependencies.rust-i18n]
version = "3"

[dependencies.rustfft]
version = "6"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.sys-locale]
version = "0.3"

[dependencies.tempfile]
version = "3"

[dependencies.walkdir]
version = "2"

[dev-dependencies.assert_cmd]
version = "2"

[dev-dependencies.predicates]
version = "3"

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