Cargo Features
[dependencies]
eosio_bytes = { version = "0.2.1", default-features = false, features = ["derive", "internal-use-only-root-path-is-eosio"] }
- default = derive
-
The
derive
feature is set by default whenevereosio_bytes
is added without
somewhere in the dependency tree.default-features = false - derive default = eosio_bytes_derive
- internal-use-only-root-path-is-eosio
-
Enables internal-use-only…path-is-eosio of eosio_bytes_derive
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.