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
somewhere in the dependency tree.default-features = false - 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.