Cargo Features
[dependencies]
casper-contract-sdk = { version = "0.1.0", default-features = false, features = ["std", "cli"] }
- default = std
-
The
std
feature is set by default whenevercasper-contract-sdk
is added without
somewhere in the dependency tree.default-features = false - std default
-
Affects
casper::native
,casper-contract-sdk::schema
… - cli = clap, thiserror
- __abi_generator
-
Enables casper-contract-macros
Affects
casper-contract-sdk::abi_generator
…
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.
- clap cli?
- thiserror cli?
-
Enables thiserror ^1