Cargo Features

[dependencies]
einops = { version = "0.3.0-alpha.2", default-features = false, features = ["tch-bindings"] }
default = tch-bindings

The tch-bindings feature is set by default whenever einops is added without default-features = false somewhere in the dependency tree.

tch-bindings default = tch

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.

tch tch-bindings

Enables tch ^0.7