Cargo Features

[dependencies]
isr = { version = "0.0.1-rc.1", default-features = false, features = ["cache", "dwarf", "pdb", "dl-linux", "dl-pdb"] }
default = cache, dl-linux, dl-pdb, dwarf, pdb

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

cache default = isr-cache

Enables codec-bincode, codec-json and codec-msgpack of isr-cache

dwarf default = isr-dwarf

Enables linux of optional isr-cache

pdb default = isr-pdb

Enables pdb of optional isr-cache

dl-linux default = isr-dl-linux

Enables linux of optional isr-cache

dl-pdb default = isr-dl-pdb

Enables pdb of optional isr-cache

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.

isr-cache cache
isr-dwarf dwarf
isr-pdb pdb
isr-dl-linux dl-linux
isr-dl-pdb dl-pdb