Cargo Features

Legalis-Interop has no features set by default.

[dependencies]
legalis-interop = { version = "0.1.4", features = ["parallel", "async", "batch"] }
parallel = rayon

Affects performance::ParallelParser

async = tokio

Affects legalis-interop::async_converter

batch = notify, rayon, serde_yaml, walkdir

Affects batch::BatchConfig, batch::BatchCheckpoint, batch::BatchResult, batch::FileConversionResult, batch::ConversionStatus, batch::BatchProcessor, batch::WatchProcessor, batch::ConversionPipeline, batch::PipelineStep, legalis-interop::batch

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.

rayon batch? parallel?
tokio async?
walkdir batch?
notify batch?
serde_yaml batch?