Cargo Features

[dependencies]
osm-pbf = { version = "0.3.3", default-features = false, features = ["zlib", "zstd", "lzma"] }
default = zlib

The zlib feature is set by default whenever osm-pbf is added without default-features = false somewhere in the dependency tree.

zlib default

Enables zlib of async-compression ^0.3

zstd

Enables zstd of async-compression ^0.3

lzma

Enables lzma of async-compression ^0.3

osm-pbf has 4 features without comments.