Cargo Features

FeOs-CAMPD has no features set by default.

[dependencies]
feos-campd = { version = "0.2.0", features = ["knitro_12", "knitro_13", "python"] }
knitro_12 python?

Enables knitro_12 of knitro_rs

knitro_13

Enables knitro_13 of knitro_rs

python = knitro_12, numpy, pyo3

Enables python of feos-core and quantity ^0.7

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.

feos-core python?
knitro_rs knitro_12? knitro_13?

Affects molecule::MolecularRepresentation.setup_knitro, property::PropertyModel.setup_knitro

pyo3 python?

Enables pyo3 ^0.20

numpy python?

Enables numpy ^0.20

quantity python?

Enables quantity ^0.7