basinski 0.1.0

Rescues media files from their own disintegration. Named for William Basinski's Disintegration Loops.
# 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 = "basinski"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rescues media files from their own disintegration. Named for William Basinski's Disintegration Loops."
homepage = "https://github.com/zetlen/basinski"
readme = "README.md"
keywords = [
    "ffmpeg",
    "mp4",
    "video",
    "recovery",
    "forensics",
]
categories = [
    "command-line-utilities",
    "multimedia::video",
]
license = "GPL-3.0-or-later"
repository = "https://github.com/zetlen/basinski"

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

[dependencies.anyhow]
version = "1"

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

[dependencies.clap_complete]
version = "4"

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

[dependencies.serde_json]
version = "1"

[dependencies.tract-onnx]
version = "0.21"

[profile.release]
lto = true