Cargo Features

CML has no features set by default.

[dependencies]
cml = { version = "0.1.6", features = ["untyped_requests", "schemars"] }
untyped_requests

Exposes module rest::raw, which contains methods to create authenticated requests to a CML REST API instance

Features from optional dependencies

schemars implicit feature

Enables schemars

schemars:

Generate JSON Schemas from Rust code