Cargo Features
Kalosm has no features set by default.
[dependencies]
kalosm = { version = "0.3.2", features = ["full", "cuda", "mkl", "language", "metal", "sound", "surrealdb", "vision", "remote"] }
- full = language, sound, surrealdb, vision
- cuda
-
Enables cublas of optional kalosm-language, cuda of optional kalosm-sound, cublas of optional kalosm-vision
- mkl
-
Enables mkl of optional kalosm-language, optional kalosm-sound, and optional kalosm-vision
- language full? = kalosm-language
-
Affects
kalosm::language
… - metal
-
Enables metal of kalosm-common, optional kalosm-language, optional kalosm-sound, and optional kalosm-vision
- sound full? = kalosm-sound
-
Affects
kalosm::sound
… - surrealdb full?
-
Enables surrealdb ^1.5.4
- vision full? = kalosm-vision
-
Affects
kalosm::vision
… - remote
-
Enables remote of optional kalosm-language
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.