Cargo Features

[dependencies]
ddc_bucket = { version = "0.5.1", default-features = false, features = ["std", "ink-as-dependency", "ink_storage_derive"] }
default = std

The std feature is set by default whenever ddc_bucket is added without default-features = false somewhere in the dependency tree.

std default = serde, serde_json

Enables std of ink_allocator =3.0.0-rc4, ink_env =3.0.0-rc4, ink_lang_codegen =3.0.0-rc4, ink_lang_ir =3.0.0-rc4, ink_lang_macro =3.0.0-rc4, ink_metadata =3.0.0-rc4, ink_prelude =3.0.0-rc4, ink_primitives =3.0.0-rc4, ink_storage =3.0.0-rc4, parity-scale-codec ^2.1, and scale-info ^0.6.0

ink_allocator:

Transitive dependencies necessary to fix the version.

ink-as-dependency

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.

scale-info std

Enables scale-info ^0.6.0

ink_metadata std

Enables ink_metadata =3.0.0-rc4

ink_allocator std

Enables ink_allocator =3.0.0-rc4

ink_lang_codegen std

Enables ink_lang_codegen =3.0.0-rc4

ink_storage_derive implicit feature

Enables ink_storage_derive =3.0.0-rc4

ink_storage_derive:

[ink!] Derive macros for common ink_storage defined traits

ink_lang_ir std

Enables ink_lang_ir =3.0.0-rc4

ink_lang_macro std

Enables ink_lang_macro =3.0.0-rc4

serde std
serde_json std