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 whenevereinops
is added without
somewhere in the dependency tree.default-features = false - 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