fancy-ffmpeg 0.0.2

Fancy wrapper to ffmpeg cli
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 = "fancy-ffmpeg"
version = "0.0.2"
authors = ["Matilde Morrone <contact@matilde.pet>"]
build = false
include = [
    "src/**/*.rs",
    "README.md",
    "LICENSE",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Fancy wrapper to ffmpeg cli"
documentation = "https://docs.rs/fancy-ffmpeg"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/tailwags/fancy-ffmpeg"

[features]
tokio = ["dep:tokio"]

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

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

[dependencies.serde_json]
version = "1.0.149"

[dependencies.serde_with]
version = "3.18.0"

[dependencies.thiserror]
version = "2.0.18"

[dependencies.tokio]
version = "1.50.0"
features = ["process"]
optional = true

[dev-dependencies.anyhow]
version = "1.0.102"

[dev-dependencies.tokio]
version = "1.50.0"
features = ["full"]