Cargo Features

[dependencies]
boa_runtime = { version = "0.20.0", default-features = false, features = ["all", "url"] }
default = all

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

all default = url
url all

Enables url

boa_runtime has 3 features without comments.