File: Cargo.toml.orig

package info (click to toggle)
rust-gstreamer-allocators 0.24.4-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 320 kB
  • sloc: makefile: 2
file content (36 lines) | stat: -rw-r--r-- 1,283 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
[package]
name = "gstreamer-allocators"
authors = ["Sebastian Dröge <sebastian@centricular.com>"]
description = "Rust bindings for GStreamer Allocators library"
license = "MIT OR Apache-2.0"
readme = "README.md"
documentation = "https://gstreamer.freedesktop.org/documentation/rust/stable/latest/docs/gstreamer_allocators/"
keywords = ["gstreamer", "multimedia", "audio", "video", "gnome"]
version.workspace = true
categories.workspace = true
repository.workspace = true 
homepage.workspace = true 
edition.workspace = true 
rust-version.workspace = true 

[dependencies]
libc = "0.2"
gstreamer-allocators-sys.workspace = true
glib.workspace = true
gst.workspace = true

[dev-dependencies]
gir-format-check = "0.1"

[features]
default = []
v1_16 = ["gst/v1_16", "gstreamer-allocators-sys/v1_16"]
v1_18 = ["gst/v1_18", "gstreamer-allocators-sys/v1_18", "v1_16"]
v1_20 = ["gst/v1_20", "gstreamer-allocators-sys/v1_20", "v1_18"]
v1_22 = ["gst/v1_22", "gstreamer-allocators-sys/v1_22", "v1_20"]
v1_24 = ["gst/v1_24", "gstreamer-allocators-sys/v1_24", "v1_22"]
v1_26 = ["gst/v1_26", "gstreamer-allocators-sys/v1_26", "v1_24"]
v1_28 = ["gst/v1_28", "gstreamer-allocators-sys/v1_28", "v1_26"]
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--generate-link-to-definition"]