Cargo Features

subconverter has no features set by default.

[dependencies]
subconverter = { version = "0.2.34", features = ["web-api", "js-runtime"] }
web-api = actix-web

Affects subconverter::web_handlers

Required by the binary

js-runtime = rquickjs

Affects extra_settings::ExtraSettings.js_context, extra_settings::ExtraSettings.js_runtime

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.

actix-web web-api?
rquickjs not wasm32 js-runtime?