Cargo Features

wolfram_wxf has no features set by default.

[dependencies]
wolfram_wxf = { version = "0.7.0", features = ["json", "yaml", "pickle", "numpy", "toml"] }
json = json5, serde_json
yaml = yaml-rust
pickle = serde-pickle
numpy = npy

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.

serde_json json?
json5 json?
yaml-rust yaml?
toml implicit feature
serde-pickle pickle?
npy numpy?