vapoursynth 0.2.0

Safe Rust wrapper for VapourSynth and VSScript.
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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "vapoursynth"
version = "0.2.0"
authors = ["Ivan Molodetskikh <yalterz@gmail.com>"]
description = "Safe Rust wrapper for VapourSynth and VSScript."
documentation = "https://docs.rs/vapoursynth"
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-35", "vsscript-api-32", "vapoursynth-functions", "vsscript-functions", "f16-pixel-type"]
[dependencies.bitflags]
version = "1"

[dependencies.failure]
version = "0.1"

[dependencies.failure_derive]
version = "0.1"

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

[dependencies.lazy_static]
version = "1"

[dependencies.vapoursynth-sys]
version = "0.2"
[dev-dependencies.clap]
version = "2"

[dev-dependencies.lazy_static]
version = "1"

[dev-dependencies.num-rational]
version = "0.1"
default-features = false

[features]
f16-pixel-type = ["half"]
gte-vapoursynth-api-31 = []
gte-vapoursynth-api-32 = []
gte-vapoursynth-api-33 = []
gte-vapoursynth-api-34 = []
gte-vapoursynth-api-35 = []
gte-vsscript-api-31 = []
gte-vsscript-api-32 = []
vapoursynth-api-31 = ["vapoursynth-sys/vapoursynth-api-31", "gte-vapoursynth-api-31"]
vapoursynth-api-32 = ["vapoursynth-sys/vapoursynth-api-32", "gte-vapoursynth-api-31", "gte-vapoursynth-api-32"]
vapoursynth-api-33 = ["vapoursynth-sys/vapoursynth-api-33", "gte-vapoursynth-api-31", "gte-vapoursynth-api-32", "gte-vapoursynth-api-33"]
vapoursynth-api-34 = ["vapoursynth-sys/vapoursynth-api-34", "gte-vapoursynth-api-31", "gte-vapoursynth-api-32", "gte-vapoursynth-api-33", "gte-vapoursynth-api-34"]
vapoursynth-api-35 = ["vapoursynth-sys/vapoursynth-api-35", "gte-vapoursynth-api-31", "gte-vapoursynth-api-32", "gte-vapoursynth-api-33", "gte-vapoursynth-api-34", "gte-vapoursynth-api-35"]
vapoursynth-functions = ["vapoursynth-sys/vapoursynth-functions"]
vsscript-api-31 = ["vapoursynth-sys/vsscript-api-31", "gte-vsscript-api-31"]
vsscript-api-32 = ["vapoursynth-sys/vsscript-api-32", "gte-vsscript-api-31", "gte-vsscript-api-32"]
vsscript-functions = ["vapoursynth-sys/vsscript-functions"]
[badges.appveyor]
repository = "YaLTeR/vapoursynth-rs"

[badges.travis-ci]
repository = "YaLTeR/vapoursynth-rs"