Cargo Features

[dependencies]
moniker = { version = "0.5.0", default-features = false, features = ["moniker-derive", "codespan", "im", "num-bigint"] }
default = moniker-derive

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

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.

moniker-derive default

Enables moniker-derive

MONIKER

codespan implicit feature

Enables codespan ^0.2.0

Optional impls

im implicit feature

Enables im ^12.1.0

im:

Immutable collection datatypes

num-bigint implicit feature

Enables num-bigint ^0.2.0

num-bigint:

Big integer implementation for Rust