Cargo Features

[dependencies]
ellie_core = { version = "0.7.2", default-features = false, features = ["std", "native_addons", "compiler_utils"] }
default = std

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

std default
native_addons
compiler_utils = lazy_static, rand

Affects defs::TokenizerType, defs::TokenizerOptions, error::error_list, ellie_core::definite, ellie_core::error, ellie_core::information, ellie_core::module_path, ellie_core::utils, ellie_core::warning, warning::warning_list

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.

lazy_static compiler_utils?
rand compiler_utils?