rustsynth 0.7.0

Safe VapourSynth wrapper
Documentation
[dependencies.bitflags]
version = "2.9"

[dependencies.futures]
version = "0.3"

[dependencies.half]
optional = true
version = "2.0"

[dependencies.log]
version = "0.4"

[dependencies.rustsynth-derive]
optional = true
version = "^0.7.0"

[dependencies.rustsynth-sys]
version = ">=0.5.3, <0.6.0"

[dependencies.thiserror]
version = "2.0"

[features]
api-41 = ["rustsynth-sys/api-41"]
default = ["vapoursynth-functions", "vsscript-functions", "api-41", "script-api-42"]
f16-pixel-type = ["dep:half"]
graph-api = ["rustsynth-sys/vs-graph-api"]
proc-macro = ["dep:rustsynth-derive"]
script-api-42 = ["rustsynth-sys/script-api-42"]
vapoursynth-functions = ["rustsynth-sys/vapoursynth-functions"]
vsscript-functions = ["rustsynth-sys/vsscript-functions"]

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

[package]
authors = ["Anima <contact@animafps.xyz>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["multimedia::video", "api-bindings"]
description = "Safe VapourSynth wrapper"
edition = "2021"
keywords = ["vapoursynth"]
license = "LGPL-2.1"
name = "rustsynth"
readme = "README.md"
repository = "https://github.com/animafps/rustsynth"
version = "0.7.0"