Cargo Features

vtext has no features set by default.

[dependencies]
vtext = { version = "0.2.0", features = ["python", "rayon"] }
python = dict_derive, pyo3

Additional bindings used from the python wrapper.

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.

rayon implicit feature

Enables rayon

rayon:

Simple work-stealing parallelism for Rust

dict_derive python?

Enables dict_derive ^0.2

pyo3 python?

Enables pyo3 ^0.10.1