Cargo Features

subxt-codegen has no features set by default.

[dependencies]
subxt-codegen = { version = "0.38.0", features = ["web", "frame-metadata"] }
web

Enables js of getrandom

Included if "web" feature is enabled, to enable its js feature.

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.

frame-metadata implicit feature

Enables frame-metadata

frame-metadata:

Metadata types for Substrate runtimes

getrandom web?