Cargo Features

[dependencies]
subtitler = { version = "0.0.4", default-features = false, features = ["full", "file", "http"] }
default = http

The http feature is set by default whenever subtitler is added without default-features = false somewhere in the dependency tree.

full = http
content file
http default full? = reqwest

Affects srt::parse_url, vtt::parse_url

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.

reqwest http