diff --git a/gstreamer-allocators/Cargo.toml b/gstreamer-allocators/Cargo.toml index fa5641533..1b50967fa 100644 --- a/gstreamer-allocators/Cargo.toml +++ b/gstreamer-allocators/Cargo.toml @@ -31,6 +31,6 @@ v1_22 = ["gst/v1_22", "ffi/v1_22", "v1_20"] v1_24 = ["gst/v1_24", "ffi/v1_24", "v1_22"] [package.metadata.docs.rs] -all-features = "true" +all-features = true rustc-args = ["--cfg", "docsrs"] rustdoc-args = ["--cfg", "docsrs", "--generate-link-to-definition"] diff --git a/gstreamer-app/Cargo.toml b/gstreamer-app/Cargo.toml index 87fa7340c..07359e8e2 100644 --- a/gstreamer-app/Cargo.toml +++ b/gstreamer-app/Cargo.toml @@ -36,6 +36,6 @@ v1_22 = ["gst/v1_22", "gst-base/v1_22", "ffi/v1_22", "v1_20"] v1_24 = ["gst/v1_24", "gst-base/v1_24", "ffi/v1_24", "v1_22"] [package.metadata.docs.rs] -all-features = "true" +all-features = true rustc-args = ["--cfg", "docsrs"] rustdoc-args = ["--cfg", "docsrs", "--generate-link-to-definition"] diff --git a/gstreamer-audio/Cargo.toml b/gstreamer-audio/Cargo.toml index f3cdf0b20..9a53a14eb 100644 --- a/gstreamer-audio/Cargo.toml +++ b/gstreamer-audio/Cargo.toml @@ -37,6 +37,6 @@ v1_24 = ["gst/v1_24", "gst-base/v1_24", "ffi/v1_24", "v1_22"] serde = ["dep:serde", "gst/serde"] [package.metadata.docs.rs] -all-features = "true" +all-features = true rustc-args = ["--cfg", "docsrs"] rustdoc-args = ["--cfg", "docsrs", "--generate-link-to-definition"] diff --git a/gstreamer-base/Cargo.toml b/gstreamer-base/Cargo.toml index a44460e0a..c104905cb 100644 --- a/gstreamer-base/Cargo.toml +++ b/gstreamer-base/Cargo.toml @@ -34,6 +34,6 @@ v1_22 = ["gst/v1_22", "ffi/v1_22", "v1_20"] v1_24 = ["gst/v1_24", "ffi/v1_24", "v1_22"] [package.metadata.docs.rs] -all-features = "true" +all-features = true rustc-args = ["--cfg", "docsrs"] rustdoc-args = ["--cfg", "docsrs", "--generate-link-to-definition"] diff --git a/gstreamer-check/Cargo.toml b/gstreamer-check/Cargo.toml index fbc65d298..0ef96d120 100644 --- a/gstreamer-check/Cargo.toml +++ b/gstreamer-check/Cargo.toml @@ -30,6 +30,6 @@ v1_22 = ["gst/v1_22", "ffi/v1_22", "v1_20"] v1_24 = ["gst/v1_24", "ffi/v1_24", "v1_22"] [package.metadata.docs.rs] -all-features = "true" +all-features = true rustc-args = ["--cfg", "docsrs"] rustdoc-args = ["--cfg", "docsrs", "--generate-link-to-definition"] diff --git a/gstreamer-controller/Cargo.toml b/gstreamer-controller/Cargo.toml index 5ebe5ce35..7dbb18433 100644 --- a/gstreamer-controller/Cargo.toml +++ b/gstreamer-controller/Cargo.toml @@ -30,6 +30,6 @@ v1_22 = ["gst/v1_22", "ffi/v1_22", "v1_20"] v1_24 = ["gst/v1_24", "ffi/v1_24", "v1_22"] [package.metadata.docs.rs] -all-features = "true" +all-features = true rustc-args = ["--cfg", "docsrs"] rustdoc-args = ["--cfg", "docsrs", "--generate-link-to-definition"] diff --git a/gstreamer-editing-services/Cargo.toml b/gstreamer-editing-services/Cargo.toml index f6af2b0b3..508b26bf7 100644 --- a/gstreamer-editing-services/Cargo.toml +++ b/gstreamer-editing-services/Cargo.toml @@ -36,6 +36,6 @@ v1_24 = ["gst/v1_24", "gst-base/v1_24", "gst-pbutils/v1_24", "ffi/v1_24", "v1_22 serde = ["dep:serde", "gst/serde", "gst-pbutils/serde"] [package.metadata.docs.rs] -all-features = "true" +all-features = true rustc-args = ["--cfg", "docsrs"] rustdoc-args = ["--cfg", "docsrs", "--generate-link-to-definition"] diff --git a/gstreamer-gl/Cargo.toml b/gstreamer-gl/Cargo.toml index 5807f640b..fac4798e1 100644 --- a/gstreamer-gl/Cargo.toml +++ b/gstreamer-gl/Cargo.toml @@ -39,6 +39,6 @@ v1_24 = ["gst/v1_24", "gst-base/v1_24", "gst-video/v1_24", "ffi/v1_24", "v1_22"] serde = ["dep:serde", "gst/serde", "gst-video/serde"] [package.metadata.docs.rs] -all-features = "true" +all-features = true rustc-args = ["--cfg", "docsrs"] rustdoc-args = ["--cfg", "docsrs", "--generate-link-to-definition"] diff --git a/gstreamer-gl/egl/Cargo.toml b/gstreamer-gl/egl/Cargo.toml index 2ebb51ea7..24f144399 100644 --- a/gstreamer-gl/egl/Cargo.toml +++ b/gstreamer-gl/egl/Cargo.toml @@ -36,6 +36,6 @@ v1_22 = ["gst/v1_22", "gst-gl/v1_22", "ffi/v1_22", "v1_20"] v1_24 = ["gst/v1_24", "gst-gl/v1_24", "ffi/v1_24", "v1_22"] [package.metadata.docs.rs] -all-features = "true" +all-features = true rustc-args = ["--cfg", "docsrs"] rustdoc-args = ["--cfg", "docsrs", "--generate-link-to-definition"] diff --git a/gstreamer-gl/wayland/Cargo.toml b/gstreamer-gl/wayland/Cargo.toml index 7cbbb5b09..78a4e6b1a 100644 --- a/gstreamer-gl/wayland/Cargo.toml +++ b/gstreamer-gl/wayland/Cargo.toml @@ -36,6 +36,6 @@ v1_22 = ["gst/v1_22", "gst-gl/v1_22", "ffi/v1_22", "v1_20"] v1_24 = ["gst/v1_24", "gst-gl/v1_24", "ffi/v1_24", "v1_22"] [package.metadata.docs.rs] -all-features = "true" +all-features = true rustc-args = ["--cfg", "docsrs"] rustdoc-args = ["--cfg", "docsrs", "--generate-link-to-definition"] diff --git a/gstreamer-gl/x11/Cargo.toml b/gstreamer-gl/x11/Cargo.toml index 932895848..c20356142 100644 --- a/gstreamer-gl/x11/Cargo.toml +++ b/gstreamer-gl/x11/Cargo.toml @@ -36,6 +36,6 @@ v1_22 = ["gst/v1_22", "gst-gl/v1_22", "ffi/v1_22", "v1_20"] v1_24 = ["gst/v1_24", "gst-gl/v1_24", "ffi/v1_24", "v1_22"] [package.metadata.docs.rs] -all-features = "true" +all-features = true rustc-args = ["--cfg", "docsrs"] rustdoc-args = ["--cfg", "docsrs", "--generate-link-to-definition"] diff --git a/gstreamer-mpegts/Cargo.toml b/gstreamer-mpegts/Cargo.toml index 7c9fd90ea..b8947d835 100644 --- a/gstreamer-mpegts/Cargo.toml +++ b/gstreamer-mpegts/Cargo.toml @@ -30,6 +30,6 @@ v1_22 = ["gst/v1_22", "ffi/v1_22", "v1_20"] v1_24 = ["gst/v1_24", "ffi/v1_24", "v1_22"] [package.metadata.docs.rs] -all-features = "true" +all-features = true rustc-args = ["--cfg", "docsrs"] rustdoc-args = ["--cfg", "docsrs", "--generate-link-to-definition"] diff --git a/gstreamer-net/Cargo.toml b/gstreamer-net/Cargo.toml index 65240bbaf..33ec1dd41 100644 --- a/gstreamer-net/Cargo.toml +++ b/gstreamer-net/Cargo.toml @@ -31,6 +31,6 @@ v1_22 = ["gst/v1_22", "ffi/v1_22", "v1_20"] v1_24 = ["gst/v1_24", "ffi/v1_24", "v1_22"] [package.metadata.docs.rs] -all-features = "true" +all-features = true rustc-args = ["--cfg", "docsrs"] rustdoc-args = ["--cfg", "docsrs", "--generate-link-to-definition"] diff --git a/gstreamer-pbutils/Cargo.toml b/gstreamer-pbutils/Cargo.toml index 4103c8903..a0d87405c 100644 --- a/gstreamer-pbutils/Cargo.toml +++ b/gstreamer-pbutils/Cargo.toml @@ -37,6 +37,6 @@ v1_24 = ["gst/v1_24", "gst-audio/v1_24", "gst-video/v1_24", "ffi/v1_24", "v1_22" serde = ["dep:serde", "gst/serde"] [package.metadata.docs.rs] -all-features = "true" +all-features = true rustc-args = ["--cfg", "docsrs"] rustdoc-args = ["--cfg", "docsrs", "--generate-link-to-definition"] diff --git a/gstreamer-play/Cargo.toml b/gstreamer-play/Cargo.toml index 33d4ad1d4..f516083ae 100644 --- a/gstreamer-play/Cargo.toml +++ b/gstreamer-play/Cargo.toml @@ -28,6 +28,6 @@ v1_22 = ["gst/v1_22", "gst-video/v1_22", "ffi/v1_22"] v1_24 = ["gst/v1_24", "gst-video/v1_24", "ffi/v1_24", "v1_22"] [package.metadata.docs.rs] -all-features = "true" +all-features = true rustc-args = ["--cfg", "docsrs"] rustdoc-args = ["--cfg", "docsrs", "--generate-link-to-definition"] diff --git a/gstreamer-player/Cargo.toml b/gstreamer-player/Cargo.toml index 131685bfa..b3520a0e2 100644 --- a/gstreamer-player/Cargo.toml +++ b/gstreamer-player/Cargo.toml @@ -32,6 +32,6 @@ v1_22 = ["gst/v1_22", "gst-video/v1_22", "ffi/v1_22", "v1_20"] v1_24 = ["gst/v1_24", "gst-video/v1_24", "ffi/v1_24", "v1_22"] [package.metadata.docs.rs] -all-features = "true" +all-features = true rustc-args = ["--cfg", "docsrs"] rustdoc-args = ["--cfg", "docsrs", "--generate-link-to-definition"] diff --git a/gstreamer-rtp/Cargo.toml b/gstreamer-rtp/Cargo.toml index 2aefbee14..1e47778f7 100644 --- a/gstreamer-rtp/Cargo.toml +++ b/gstreamer-rtp/Cargo.toml @@ -34,6 +34,6 @@ v1_24 = ["gst/v1_24", "ffi/v1_24", "v1_22"] serde = ["dep:serde", "gst/serde"] [package.metadata.docs.rs] -all-features = "true" +all-features = true rustc-args = ["--cfg", "docsrs"] rustdoc-args = ["--cfg", "docsrs", "--generate-link-to-definition"] diff --git a/gstreamer-rtsp-server/Cargo.toml b/gstreamer-rtsp-server/Cargo.toml index 0ceb7b246..dcf42125b 100644 --- a/gstreamer-rtsp-server/Cargo.toml +++ b/gstreamer-rtsp-server/Cargo.toml @@ -38,6 +38,6 @@ v1_24 = ["gst/v1_24", "gst-sdp/v1_24", "gst-rtsp/v1_24", "gst-net/v1_24", "ffi/v serde = ["dep:serde", "gst/serde", "gst-rtsp/serde"] [package.metadata.docs.rs] -all-features = "true" +all-features = true rustc-args = ["--cfg", "docsrs"] rustdoc-args = ["--cfg", "docsrs", "--generate-link-to-definition"] diff --git a/gstreamer-rtsp/Cargo.toml b/gstreamer-rtsp/Cargo.toml index 88cff1b3f..70b27e3e3 100644 --- a/gstreamer-rtsp/Cargo.toml +++ b/gstreamer-rtsp/Cargo.toml @@ -35,6 +35,6 @@ v1_24 = ["gst/v1_24", "gst-sdp/v1_24", "ffi/v1_24", "v1_22"] serde = ["dep:serde", "gst/serde"] [package.metadata.docs.rs] -all-features = "true" +all-features = true rustc-args = ["--cfg", "docsrs"] rustdoc-args = ["--cfg", "docsrs", "--generate-link-to-definition"] diff --git a/gstreamer-sdp/Cargo.toml b/gstreamer-sdp/Cargo.toml index 2ac5ce015..73fdebe39 100644 --- a/gstreamer-sdp/Cargo.toml +++ b/gstreamer-sdp/Cargo.toml @@ -30,6 +30,6 @@ v1_22 = ["gst/v1_22", "ffi/v1_22", "v1_20"] v1_24 = ["gst/v1_24", "ffi/v1_24", "v1_22"] [package.metadata.docs.rs] -all-features = "true" +all-features = true rustc-args = ["--cfg", "docsrs"] rustdoc-args = ["--cfg", "docsrs", "--generate-link-to-definition"] diff --git a/gstreamer-utils/Cargo.toml b/gstreamer-utils/Cargo.toml index 93d2bf8ae..11a41ad5c 100644 --- a/gstreamer-utils/Cargo.toml +++ b/gstreamer-utils/Cargo.toml @@ -30,6 +30,6 @@ v1_22 = [] v1_24 = ["v1_22"] [package.metadata.docs.rs] -all-features = "true" +all-features = true rustc-args = ["--cfg", "docsrs"] rustdoc-args = ["--cfg", "docsrs", "--generate-link-to-definition"] diff --git a/gstreamer-validate/Cargo.toml b/gstreamer-validate/Cargo.toml index 6c0cb4b35..7fe5f863a 100644 --- a/gstreamer-validate/Cargo.toml +++ b/gstreamer-validate/Cargo.toml @@ -28,6 +28,6 @@ default = [] v1_24 = ["gst/v1_24", "ffi/v1_24"] [package.metadata.docs.rs] -all-features = "true" +all-features = true rustc-args = ["--cfg", "docsrs"] rustdoc-args = ["--cfg", "docsrs", "--generate-link-to-definition"] diff --git a/gstreamer-video/Cargo.toml b/gstreamer-video/Cargo.toml index 472644316..b17894789 100644 --- a/gstreamer-video/Cargo.toml +++ b/gstreamer-video/Cargo.toml @@ -38,6 +38,6 @@ v1_24 = ["gst/v1_24", "gst-base/v1_24", "ffi/v1_24", "v1_22"] serde = ["dep:serde", "gst/serde"] [package.metadata.docs.rs] -all-features = "true" +all-features = true rustc-args = ["--cfg", "docsrs"] rustdoc-args = ["--cfg", "docsrs", "--generate-link-to-definition"] diff --git a/gstreamer-webrtc/Cargo.toml b/gstreamer-webrtc/Cargo.toml index 05c77138b..b175d07b4 100644 --- a/gstreamer-webrtc/Cargo.toml +++ b/gstreamer-webrtc/Cargo.toml @@ -33,6 +33,6 @@ v1_22 = ["gst/v1_22", "gst-sdp/v1_22", "ffi/v1_22", "v1_20"] v1_24 = ["gst/v1_24", "gst-sdp/v1_24", "ffi/v1_24", "v1_22"] [package.metadata.docs.rs] -all-features = "true" +all-features = true rustc-args = ["--cfg", "docsrs"] rustdoc-args = ["--cfg", "docsrs", "--generate-link-to-definition"] diff --git a/gstreamer/Cargo.toml b/gstreamer/Cargo.toml index a8070162e..536f028ca 100644 --- a/gstreamer/Cargo.toml +++ b/gstreamer/Cargo.toml @@ -49,6 +49,6 @@ v1_24 = ["ffi/v1_24", "v1_22"] serde = ["num-rational/serde", "dep:serde", "serde_bytes"] [package.metadata.docs.rs] -all-features = "true" +all-features = true rustc-args = ["--cfg", "docsrs"] rustdoc-args = ["--cfg", "docsrs", "--generate-link-to-definition"]