clippr 0.1.1

Convert MP4 to chunked GitHub-friendly GIFs
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 = "2024"
rust-version = "1.85"
name = "clippr"
version = "0.1.1"
authors = ["Matthew Berger <matthewjordanberger@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Convert MP4 to chunked GitHub-friendly GIFs"
homepage = "https://github.com/matthewjberger/clippr"
documentation = "https://github.com/matthewjberger/clippr#readme"
readme = "README.md"
keywords = [
    "gif",
    "mp4",
    "video",
    "ffmpeg",
    "converter",
]
categories = [
    "command-line-utilities",
    "multimedia::video",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/matthewjberger/clippr"

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

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

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

[dependencies.nightshade]
version = "0.6.70"
features = [
    "egui",
    "file_dialog",
]

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"