Cargo Features

Aargvark has no features set by default.

[dependencies]
aargvark = { version = "0.7.0", features = ["serde_json", "serde_yaml", "http_types", "url"] }
serde_json

Enables serde, serde_json, and serde_path_to_error

Affects traits_impls::AargvarkJson

serde_yaml

Enables serde, serde_path_to_error, and serde_yaml

Affects traits_impls::AargvarkYaml

http_types

Enables http

Features from optional dependencies

url implicit feature

Enables url

url:

URL library for Rust, based on the WHATWG URL Standard