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

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