Cargo Features

[dependencies]
dwat = { version = "0.6.4", default-features = false, features = ["std", "std-object", "python", "fallible-iterator", "smallvec"] }
default = fallible-iterator, smallvec, std-object

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

std std-object

Enables std of gimli ^0.27.0

std-object default = object, std

Enables endian-reader of gimli ^0.27.0, compression and std of object ^0.30.0

python = libc, pyo3

Affects dwat::python

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.

fallible-iterator default

Enables fallible-iterator ^0.2

object std-object

Enables object ^0.30.0

smallvec default
libc python?
pyo3 python?

Enables pyo3 ^0.20.2