Cargo Features

simple-soft-float has no features set by default.

[dependencies]
simple-soft-float = { version = "0.1.0", features = ["python", "python-extension"] }
python python-extension? = once_cell, pyo3
python-extension = python

Enables extension-module of pyo3 ^0.8.4

pyo3:

Use this feature when building an extension module.
It tells the linker to keep the python symbols unresolved,
so that the module can also be used with statically linked python interpreters.

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.

once_cell python?
pyo3 python? python-extension?

Enables pyo3 ^0.8.4