Cargo Features

JsonRegister has no features set by default.

[dependencies]
json-register = { version = "0.2.0", features = ["python", "extension-module"] }
python extension-module?

Enables pyo3 ^0.27.2, pyo3-async-runtimes ^0.27, pyo3-log, pythonize ^0.27.0, and tracing-log

extension-module = python

Enables extension-module of pyo3 ^0.27.2

pyo3:

Deprecated: use the PYO3_BUILD_EXTENSION_MODULE environment variable when building a Python extension module (set automatically by setuptools-rust and maturin).

JsonRegister has 2 features without comments.