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 whenever eosio_bytes is added without default-features = false somewhere in the dependency tree.

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.

eosio_bytes_derive derive internal-use-only…path-is-eosio?