Cargo Features

[dependencies]
sloppy-core = { version = "0.1.2", default-features = false, features = ["lua", "python", "nushell"] }
default = lua

The lua feature is set by default whenever sloppy-core is added without default-features = false somewhere in the dependency tree.

lua default = mlua
python = pyo3
nushell = embed-nu

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.

embed-nu nushell?

Enables embed-nu ^0.5.6

mlua lua

Enables mlua ^0.8.8

pyo3 python?

Enables pyo3 ^0.18.1