gst-plugins-rs/video/dav1d/Cargo.toml
2020-11-23 10:28:35 +02:00

28 lines
889 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 = { git = "https://github.com/gtk-rs/gtk-rs" }
gst = { package = "gstreamer", git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" }
gst-base = { package = "gstreamer-base", git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" }
gst-video = { package = "gstreamer-video", git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs", features = ["v1_12"] }
once_cell = "1.0"
[lib]
name = "gstrsdav1d"
crate-type = ["cdylib", "rlib", "staticlib"]
path = "src/lib.rs"
[build-dependencies]
gst-plugin-version-helper = { path = "../../version-helper" }
[features]
build = ["dav1d/build"]