Cargo Features

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

The serde_codegen feature is set by default whenever presto 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.6.14

serde_macros nightly?

Enables serde_macros ^0.6.14