Cargo Features

[dependencies]
libabbs = { version = "0.1.3", default-features = false, features = ["apml", "tree"] }
default = apml, tree

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

apml default

Enables nom ^7.1.3 and regex

Affects libabbs::apml

tree default

Affects libabbs::tree