simple-ffmpeg-edits 0.1.0

Simple ffmpeg wrapper for trimming, cropping, merging videos and photos
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"
name = "simple-ffmpeg-edits"
version = "0.1.0"
authors = ["Djkáťo <me@djkato.net>"]
build = false
exclude = [
    "*mp4",
    "*jpg",
    "*sh",
    "*webm",
    "*log",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Simple ffmpeg wrapper for trimming, cropping, merging videos and photos"
readme = false
categories = [
    "api-bindings",
    "multimedia",
]
license = "MIT"

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

[dependencies.test-log]
version = "0.2.19"
features = ["trace"]
default-features = false

[dependencies.thiserror]
version = "2.0.18"

[dependencies.tracing]
version = "0.1.44"