Cargo Features

[dependencies]
rain-lang = { version = "0.0.1", default-features = false, features = ["parser"] }
default = parser

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

parser default = indexmap, nom

Affects rain-lang::parser

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](https://rust-lang.github.io/rfcs/3491-remove-implicit-features.html).

nom parser

Enables nom ^5

Parser dependencies

indexmap parser

Enables indexmap ^1.3.2