Cargo Features

[dependencies]
minicaldav = { version = "0.8.0", default-features = false, features = ["caldav", "cli", "ical", "serde"] }
default = caldav, ical

These default features are set whenever minicaldav is added without default-features = false somewhere in the dependency tree.

caldav default cli? = url

Enables base64 ^0.13, log, ureq, and xmltree

Affects minicaldav::caldav

cli = caldav, ical

Enables env_logger ^0.9.0 and rpassword

env_logger:

CLI

Affects minicaldav::main

ical default cli?

Enables log

Affects minicaldav::ical

serde

Enables serde and serde_json, serde of url

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.

url caldav serde?