File: Cargo.toml

package info (click to toggle)
rust-gstreamer-allocators 0.24.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 320 kB
  • sloc: makefile: 2
file content (105 lines) | stat: -rw-r--r-- 2,244 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
# 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"
rust-version = "1.83"
name = "gstreamer-allocators"
version = "0.24.4"
authors = ["Sebastian Dröge <sebastian@centricular.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust bindings for GStreamer Allocators library"
homepage = "https://gstreamer.freedesktop.org"
documentation = "https://gstreamer.freedesktop.org/documentation/rust/stable/latest/docs/gstreamer_allocators/"
readme = "README.md"
keywords = [
    "gstreamer",
    "multimedia",
    "audio",
    "video",
    "gnome",
]
categories = [
    "api-bindings",
    "multimedia",
]
license = "MIT OR Apache-2.0"
repository = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--generate-link-to-definition"]

[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",
]

[lib]
name = "gstreamer_allocators"
path = "src/lib.rs"

[[test]]
name = "check_gir"
path = "tests/check_gir.rs"

[dependencies.glib]
version = "0.21"

[dependencies.gst]
version = "0.24"
package = "gstreamer"

[dependencies.gstreamer-allocators-sys]
version = "0.24"

[dependencies.libc]
version = "0.2"

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