Cargo Features

[dependencies]
tiled = { version = "0.11.2", default-features = false, features = ["wasm"] }
default = zstd

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

wasm

Enables wasm of zstd ^0.12.0

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.

zstd default wasm?

Enables zstd ^0.12.0