Cargo Features

[dependencies]
sabry = { version = "0.0.1", default-features = false, features = ["lepty-scoping", "procmacro", "build", "net-files", "internals"] }
default = procmacro

The procmacro feature is set by default whenever sabry is added without default-features = false somewhere in the dependency tree.

lepty-scoping

Enables lepty-scoping of sabry_intrnl

procmacro default

Enables sabry_procmacro

build

Enables sabry_build

net-files

Enables net-files of sabry_build

internals

Sabry has 6 features without comments.