ffms2 0.4.0

FFI bindings to ffms2
# 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 = "2021"
name = "ffms2"
version = "0.4.0"
authors = ["Luni-4 <luni-4@hotmail.it>"]
build = false
include = [
    "/src",
    "Cargo.toml",
    "LICENSE",
    "README.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "FFI bindings to ffms2"
readme = "README.md"
license = "MIT"
repository = "https://github.com/rust-av/ffms2-rs"

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

[dependencies.cfg-if]
version = "1.0.4"

[dependencies.ffmpeg-the-third]
version = "5.0.0"

[dependencies.ffms2-sys]
version = "0.3.0"

[dependencies.paste]
version = "1.0.15"

[dev-dependencies.structopt]
version = "0.3.26"