Cargo Features

splendor_arena has no features set by default.

[dependencies]
splendor_arena = { version = "0.1.12", features = ["rust_stubs", "python_stubs"] }
rust_stubs = reqwest

Affects stubs::rust

python_stubs = lazy_static, pyo3, reqwest

Affects stubs::python

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.

lazy_static python_stubs?
pyo3 python_stubs?

Enables pyo3 ^0.20.3

reqwest python_stubs? rust_stubs?