Cargo Features

[dependencies]
parity-dapps-glue = { version = "1.9.1", default-features = false, features = ["dev", "nightly", "with-syntex", "use-precompiled-js", "nightly-testing"] }
default = with-syntex

The with-syntex feature is set by default whenever parity-dapps-glue is added without default-features = false somewhere in the dependency tree.

dev = clippy
nightly = quasi_macros
with-syntex default = quasi_codegen, syntex, syntex_syntax

Enables with-syntex of quasi and quasi_codegen

Affects build::inner

use-precompiled-js

Affects js::test, js::build

nightly-testing = clippy

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.

quasi_macros nightly?
syntex with-syntex
syntex_syntax with-syntex

Enables syntex_syntax ^0.58

clippy dev? nightly-testing?

Enables clippy ^0.0.103

quasi_codegen build with-syntex