Cargo Features

[dependencies]
wamp = { version = "0.1.0", default-features = false, features = ["nightly", "serde_codegen"] }
default = serde_codegen

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

nightly = serde_macros

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.

serde_codegen build default

Enables serde_codegen ^0.7

serde_macros nightly?

Enables serde_macros ^0.7