Cargo Features

[dependencies]
hashed-type-def = { version = "0.1.2", default-features = false, features = ["verbose1", "verbose2", "verbose3", "verbose4", "impl_nalgebra_sparse", "impl_nalgebra", "impl_rend", "derive"] }
default = verbose4

The verbose4 feature is set by default whenever hashed-type-def is added without default-features = false somewhere in the dependency tree.

verbose1 verbose2?

Enables verbose1 of hashed-type-def-core

verbose2 verbose3? = verbose1

Enables verbose2 of hashed-type-def-core

verbose3 verbose4 = verbose2

Enables verbose3 of hashed-type-def-core

verbose4 default = verbose3

Enables verbose4 of hashed-type-def-core

impl_nalgebra_sparse

Enables impl_nalgebra_sparse of hashed-type-def-core

impl_nalgebra

Enables impl_nalgebra of hashed-type-def-core

impl_rend

Enables impl_rend of hashed-type-def-core

derive = hashed-type-def-procmacro

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.

hashed-type-def-procmacro derive?