Cargo Features

[dependencies]
sysml-parser = { version = "0.2.3", default-features = false, features = ["std", "all", "error-stack", "tracing", "unstable"] }
default = all, std

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

std default

Enables std of optional error-stack, nom, nom_locate, sysml-model, and optional tracing

error-stack:

Enables support for Error

Affects parser::parse_from_file, parser::parse_from_reader

all default = error-stack, tracing
error-stack all

Enables error-stack

tracing all

Enables tracing

unstable

Enables unstable of sysml-model