Cargo Features

jellybean-tree-sitter has no features set by default.

[dependencies]
jellybean-tree-sitter = { version = "0.20.14", features = ["serde", "bindgen"] }
serde = serde_regex

Enables serde

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.

bindgen build implicit feature

Enables bindgen ^0.66.1

bindgen:

Automatically generates Rust FFI bindings to C and C++ libraries

serde_regex serde?