Cargo Features

[dependencies]
shrimple-parser = { version = "0.0.13", default-features = false, features = ["std", "nightly", "either", "proc-macro2"] }
default = std

The std feature is set by default whenever shrimple-parser is added without default-features = false somewhere in the dependency tree.

std default

Affects utils::PathLike.into_path

nightly

Affects shrimple-parser::Parser.call

either

Enables either

proc-macro2

Enables proc-macro2

Affects loc::LineColumnToLocationError