Cargo Features

[dependencies]
melodium = { version = "0.8.0", default-features = false, features = ["cli", "jeu", "network", "fs", "text", "javascript", "sql", "standard-edition", "doc"] }
default = cli, standard-edition

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

cli default = clap, colored

Required by the binary

jeu standard-edition

Enables jeu of melodium-loader

network standard-edition = http-mel

Enables network of melodium-loader

fs standard-edition = fs-mel, process-mel

Enables filesystem of melodium-loader

text standard-edition = encoding-mel, regex-mel
javascript standard-edition = javascript-mel, json-mel
sql standard-edition = sql-mel
standard-edition default = doc, fs, javascript, jeu, network, sql, text
doc standard-edition = melodium-doc

Enables doc of melodium-core and melodium-engine

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.

clap cli
colored cli
melodium-core doc?
melodium-doc doc?
encoding-mel text?
fs-mel fs?
http-mel network?
javascript-mel javascript?
json-mel javascript?
process-mel fs?
regex-mel text?
sql-mel sql?