[dependencies.cc]
optional = true
version = "1.2.48"
[features]
default = ["vs-41", "vsscript", "vsscript-42"]
link-library = []
vs-41 = []
vs-graph = []
vsscript = []
vsscript-42 = []
[lib]
name = "vapoursynth4_sys"
path = "src/lib.rs"
[lints.clippy]
cast_possible_wrap = "allow"
pedantic = "warn"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["external-ffi-bindings", "multimedia::video"]
description = "Rust bindings for VapourSynth and VSScript API version 4"
documentation = "https://docs.rs/vapoursynth4-sys"
edition = "2024"
keywords = ["vapoursynth", "vsscript", "video", "bindings"]
license = "MPL-2.0"
name = "vapoursynth4-sys"
readme = "README.md"
repository = "https://github.com/inflation/vapoursynth4-rs"
resolver = "2"
version = "0.3.2+R73"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]