Cargo Features
ckb-script-ipc-common has no features set by default.
[dependencies]
ckb-script-ipc-common = { version = "1.0.0", features = ["std", "enable-logging", "asm", "detect-asm"] }
- std = ckb-vm, detect-asm
-
Affects
ckb-script-ipc-common::native
… - enable-logging = log
- asm
-
ckb-vm:
Require asm feature, generates an error if asm cannot be enabled.
- detect-asm std?
-
Enables detect-asm of ckb-vm
ckb-vm:
Detect if requirements are met, and enable asm feature when we can.
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.