Cargo Features

[dependencies]
lox-space = { version = "0.1.0-alpha.2", default-features = false, features = ["python"] }
default = python

The python feature is set by default whenever lox-space is added without default-features = false somewhere in the dependency tree.

python default

Enables pyo3 ^0.21.1, python of lox-bodies, lox-math, lox-orbits, and lox-time

lox-space has 2 features without comments.