Cargo Features
openzeppelin-stylus has no features set by default.
[dependencies]
openzeppelin-stylus = { version = "0.2.0-alpha.1", features = ["std"] }
- std
-
Enables using the standard library. This is not included in the default features, because this crate is meant to be used in a
no_std
environment. Currently, the std feature is only used for testing purposes.