Cargo Features

[dependencies]
unc-workspaces = { version = "0.8.3", default-features = false, features = ["install", "interop_sdk", "unstable", "experimental"] }
default = install

The install feature is set by default whenever unc-workspaces is added without default-features = false somewhere in the dependency tree.

install default

Install the sandbox binary during compile time

interop_sdk = unc-sdk
unstable = cargo_metadata
experimental = unc-chain-configs

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.

cargo_metadata unstable?
unc-sdk interop_sdk?
unc-chain-configs experimental?

Enables unc-chain-configs ^0.7.3