gst-plugins-rs/video/dav1d/Cargo.toml
2020-07-10 12:50:48 +03:00

28 lines
652 B
TOML

[package]
name = "gst-plugin-dav1d"
version = "0.6.0"
authors = ["Philippe Normand <philn@igalia.com>"]
edition = "2018"
repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"
license = "MIT/Apache-2.0"
description = "Dav1d Plugin"
[dependencies]
dav1d = "0.5"
glib = { version = "0.10" }
gstreamer = { version = "0.16" }
gstreamer-base = { version = "0.16" }
gstreamer-video = { version = "0.16" }
lazy_static = "1.0"
[lib]
name = "gstrsdav1d"
crate-type = ["cdylib", "rlib"]
path = "src/lib.rs"
[build-dependencies]
gst-plugin-version-helper = { path = "../../version-helper", version = "0.2" }
[features]
build = ["dav1d/build"]