Cargo Features

Anneal has no features set by default.

[dependencies]
anneal = { version = "0.3.4", features = ["all", "json", "jsonapi", "cookies"] }
all = cookies, json, jsonapi
json all? = serde, serde_json
jsonapi all? = japi, serde_json
cookies all? = cookie

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? jsonapi?
serde json?

Enables cookie ^0.12

japi jsonapi?