diff --git a/net/webrtc/Cargo.toml b/net/webrtc/Cargo.toml index 3da29a12..bf8aedb2 100644 --- a/net/webrtc/Cargo.toml +++ b/net/webrtc/Cargo.toml @@ -48,6 +48,7 @@ gst-plugin-version-helper = { path = "../../version-helper" } static = [] capi = [] gst1_22 = ["gst/v1_22", "gst-app/v1_22", "gst-video/v1_22", "gst-webrtc/v1_22", "gst-sdp/v1_22", "gst-rtp/v1_22"] +doc = [] [package.metadata.capi] min_version = "0.8.0" diff --git a/net/webrtchttp/Cargo.toml b/net/webrtchttp/Cargo.toml index 048686e9..0df54beb 100644 --- a/net/webrtchttp/Cargo.toml +++ b/net/webrtchttp/Cargo.toml @@ -37,6 +37,7 @@ gst-plugin-version-helper = { path="../../version-helper" } [features] static = [] capi = [] +doc = [] [package.metadata.capi] min_version = "0.8.0"