Cargo Features

[dependencies]
pesde = { version = "0.6.0-rc.7", default-features = false, features = ["bin", "wally-compat", "patches", "version-management"] }
default = patches, wally-compat

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

bin version-management?

Enables anyhow, clap, console, and dirs, toml_edit, tracing-subscriber, windows, and windows-registry, indicatif, inquire, keyring, open, paste, and serde_json, worktree-mutation of gix, rt and rt-multi-thread of tokio and expose_original_error of fs-err

fs-err:

Allow custom formatting of the error source

When enabled errors emit std::error::Error::source() as Some (default is None) and no longer include the original std::io::Error source in the Display implementation. This is useful if errors are wrapped in another library such as Anyhow.

Required by the binary

wally-compat default

Enables serde_json

Affects manifest::Manifest.wally_indices, names::wally, names::errors.WallyPackageNameError, source::wally

patches default

Enables git2

TODO: remove this when gitoxide adds support for: committing, pushing, adding

Affects pesde::patches, manifest::Manifest.patches

version-management = bin

Affects cli::version