Cargo Features

[dependencies]
conch-runtime = { version = "0.1.6", default-features = false, features = ["top-level", "clippy"] }
default = conch-parser, top-level

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

top-level default = conch-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.

conch-parser default top-level

Affects eval::ast_impl, spawn::ast_impl

clippy implicit feature

Enables clippy

clippy:

A bunch of helpful lints to avoid common pitfalls in Rust