# 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 = "vapoursynth-sys" version = "0.4.1" authors = ["Ivan Molodetskikh "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Rust bindings for vapoursynth and vsscript." documentation = "https://docs.rs/vapoursynth-sys" readme = "README.md" keywords = [ "vapoursynth", "vsscript", "video", "bindings", ] categories = [ "api-bindings", "external-ffi-bindings", "multimedia::video", ] license = "MIT/Apache-2.0" repository = "https://github.com/YaLTeR/vapoursynth-rs" [package.metadata.docs.rs] features = [ "vapoursynth-api-36", "vsscript-api-32", "vapoursynth-functions", "vsscript-functions", ] [lib] name = "vapoursynth_sys" path = "src/lib.rs" [dependencies.cfg-if] version = "1.0.0" [features] gte-vapoursynth-api-31 = [] gte-vapoursynth-api-32 = [] gte-vapoursynth-api-33 = [] gte-vapoursynth-api-34 = [] gte-vapoursynth-api-35 = [] gte-vapoursynth-api-36 = [] gte-vsscript-api-31 = [] gte-vsscript-api-32 = [] vapoursynth-api-31 = ["gte-vapoursynth-api-31"] vapoursynth-api-32 = [ "gte-vapoursynth-api-31", "gte-vapoursynth-api-32", ] vapoursynth-api-33 = [ "gte-vapoursynth-api-31", "gte-vapoursynth-api-32", "gte-vapoursynth-api-33", ] vapoursynth-api-34 = [ "gte-vapoursynth-api-31", "gte-vapoursynth-api-32", "gte-vapoursynth-api-33", "gte-vapoursynth-api-34", ] vapoursynth-api-35 = [ "gte-vapoursynth-api-31", "gte-vapoursynth-api-32", "gte-vapoursynth-api-33", "gte-vapoursynth-api-34", "gte-vapoursynth-api-35", ] vapoursynth-api-36 = [ "gte-vapoursynth-api-31", "gte-vapoursynth-api-32", "gte-vapoursynth-api-33", "gte-vapoursynth-api-34", "gte-vapoursynth-api-35", "gte-vapoursynth-api-36", ] vapoursynth-functions = [] vsscript-api-31 = ["gte-vsscript-api-31"] vsscript-api-32 = [ "gte-vsscript-api-31", "gte-vsscript-api-32", ] vsscript-functions = [] [badges.appveyor] repository = "YaLTeR/vapoursynth-rs" [badges.travis-ci] repository = "YaLTeR/vapoursynth-rs"