Cargo Features
[dependencies]
near-workspaces = { version = "0.14.1", default-features = false, features = ["install", "interop_sdk", "unstable", "experimental"] }
- default = install
-
The
install
feature is set by default whenevernear-workspaces
is added without
somewhere in the dependency tree.default-features = false - install default
-
Install the sandbox binary during compile time
- interop_sdk = near-sdk
- unstable = cargo_metadata
- experimental = near-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.