Cargo Features

[dependencies]
tf_join = { version = "0.1.7", default-features = false, features = ["youtube", "peertube", "lbry"] }
default = lbry, peertube, youtube

-- Add new feature into the default list.

youtube default = tf_yt
peertube default = tf_pt
lbry default = tf_lbry

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

tf_yt youtube

Enables tf_platform_youtube

tf_pt peertube

Enables tf_platform_peertube

tf_lbry lbry

Enables tf_platform_lbry