Cargo Features

[dependencies]
wolfram_alpha = { version = "0.4.0", default-features = false, features = ["nightly", "with-syntex", "nightly-testing"] }
default = with-syntex

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

nightly nightly-testing? = serde_derive
with-syntex default = serde_codegen
nightly-testing = clippy, nightly

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.

clippy nightly-testing?
serde_codegen build with-syntex

Enables serde_codegen ^0.8.23

serde_derive nightly?

Enables serde_derive ^0.8.23