Cargo Features

glace_macros has no features set by default.

[dependencies]
glace_macros = { version = "0.1.0", features = ["edres_json", "edres_toml", "edres_yaml", "image", "self_cached", "serde_json", "serde_toml", "serde_yaml"] }
edres_json = edres, serde_json

Enables json of edres

edres_toml = edres, serde_toml

Enables toml of edres

edres_yaml = edres, serde_yaml

Enables yaml of edres

image

Enables image ^0.24

self_cached
serde_json edres_json?

Enables serde_json

serde_toml edres_toml?

Enables toml ^0.5

serde_yaml edres_yaml?

Enables serde_yaml

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.

edres edres_json? edres_toml? edres_yaml?