Cargo Features
[dependencies]
genius-core-client = { version = "0.5.0-rc.1", default-features = false, features = ["pyo3", "extension-module", "napi", "js", "experimental"] }
- default = pyo3
-
The
pyo3
feature is set by default whenevergenius-core-client
is added without
somewhere in the dependency tree.default-features = false - pyo3 default extension-module?
-
Affects
client::Client
,utils::make_swid_python
… - extension-module
-
Enables pyo3 ^0.21.2
Make sure to visit https://pyo3.rs/v0.20.3/ for docs As Pyo3 has been updated to version 0.21+ but as of time of writing, pyo3-asyncio is not compatible with the latest version
- napi
- js
-
Affects
client::Client
… - experimental