Cargo Features

[dependencies]
mdmodels = { version = "0.2.2", default-features = false, features = ["python", "wasm", "openai"] }
default = openai

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

python = pyo3
wasm = serde-wasm-bindgen, tsify-next, wasm-bindgen
openai default = openai-api-rs

Affects mdmodels::llm

Required by the md-models binary

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.

pyo3 python?

Enables pyo3 ^0.23.2

wasm-bindgen wasm?
serde-wasm-bindgen wasm?
openai-api-rs openai

Enables openai-api-rs ^5.2.3

tsify-next wasm?