Cargo Features

[dependencies]
alpm-mtree = { version = "0.3.1", default-features = false, features = ["cli", "creation"] }
default = creation

The creation feature is set by default whenever alpm-mtree is added without default-features = false somewhere in the dependency tree.

cli

Enables clap and serde_json

Affects alpm-mtree::cli

Required by the binary

creation default

Enables log and which

Affects alpm-mtree::file