Cargo Features

[dependencies]
jam-pvm-common = { version = "0.1.8", default-features = false, features = ["std", "authorizer", "service", "logging"] }
default = std

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

std default

Enables std of jam-types

authorizer

Affects jam-pvm-common::is_authorized

service

Affects jam-pvm-common::refine, jam-pvm-common::accumulate, jam-pvm-common::on_transfer

logging

Affects logging::stuff