Cargo Features
cargo-eosiocontract has no features set by default.
[dependencies]
cargo-eosiocontract = { version = "0.17.0", features = ["extrinsics", "test-ci-only"] }
- extrinsics = async-std, futures, hex, sp-core, subxt
-
Enable this for (experimental) commands to deploy, instantiate and call contracts.
Disabled by default - test-ci-only
-
Enable this to execute long running tests, which usually are only run on the CI server
Disabled by default
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.
- async-std extrinsics?
-
Enables async-std
dependencies for optional extrinsics feature
- sp-core extrinsics?
-
Enables sp-core ^2.0.1
- subxt extrinsics?
-
Enables substrate-subxt ^0.14.0
- futures extrinsics?
- hex extrinsics?