Cargo Features
[dependencies]
near-api = { version = "0.2.1", default-features = false, features = ["ledger", "keystore", "workspaces"] }
- default = keystore, ledger
-
These default features are set whenever
near-api
is added without
somewhere in the dependency tree.default-features = false - ledger default = near-ledger
-
Affects
errors::LedgerError
,signer::ledger
… - keystore default
-
Enables keyring
Affects
errors::KeyStoreError
,signer::keystore
… - workspaces
-
Enables near-workspaces
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.