ime 1.5.0

A fast, lightweight CLI for reading, writing, and wiping metadata from image files.
# 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"
rust-version = "1.85"
name = "ime"
version = "1.5.0"
authors = ["Dawid Wasowski <contact@dav.one>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A fast, lightweight CLI for reading, writing, and wiping metadata from image files."
homepage = "https://dav.one/image-metadata-editor/"
readme = "README.md"
keywords = [
    "cli",
    "metadata",
    "exif",
    "image",
    "tool",
]
categories = [
    "command-line-utilities",
    "development-tools",
    "filesystem",
    "multimedia::images",
    "parsing",
]
license = "CC-BY-NC-4.0"
repository = "https://github.com/Avaray/image-metadata-editor"

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

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

[dependencies.arboard]
version = "3"
default-features = false

[dependencies.crc]
version = "3.4.0"

[dependencies.crossterm]
version = "0.29.0"

[dependencies.hex]
version = "0.4.3"

[dependencies.lexopt]
version = "0.3.2"

[dependencies.little_exif]
version = "0.6.23"

[dependencies.nom-exif]
version = "3"
default-features = false

[dependencies.ratatui]
version = "0.29.0"

[dependencies.serde_json]
version = "1.0.151"

[dependencies.walkdir]
version = "2.5.0"

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

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

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

[profile.release]
opt-level = 3
lto = "fat"
codegen-units = 1
panic = "abort"
strip = true