Cargo Features

[dependencies]
tinywasm-parser = { version = "0.7.0", default-features = false, features = ["std", "logging"] }
default = logging, std

These default features are set whenever tinywasm-parser is added without default-features = false somewhere in the dependency tree.

std default

Enables std of tinywasm-types and wasmparser

wasmparser:

A feature which enables implementations of std::error::Error as appropriate along with other convenience APIs. This additionally uses the standard library's source of randomness for seeding hash maps.

logging default = log

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.

log logging