Cargo Features

pako-core has no features set by default.

[dependencies]
pako-core = { version = "0.1.2", features = ["all", "release", "plugin_community_id", "plugin_examples", "plugin_ospf", "tls-parser"] }
all = plugin_examples, plugins_debug, release
release all? = plugin_community_id, plugin_ospf
plugin_community_id release? = base16ct, base64ct, sha1
plugins_debug plugin_examples all?
plugin_ospf release? = ospf-parser

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.

base16ct plugin_community_id?

Enables base16ct ^0.1.1

base64ct plugin_community_id?
ospf-parser plugin_ospf?
sha1 plugin_community_id?
tls-parser implicit feature

Enables tls-parser

tls-parser:

Parser for the TLS protocol