Cargo Features

[dependencies]
gerb = { version = "0.0.1-alpha+2023-04-27", default-features = false, features = ["python", "git"] }
default = git, python

These default features are set whenever gerb is added without default-features = false somewhere in the dependency tree.

python default = pyo3

Affects app::RuntimeInner.api_registry, gerb::api, ufo::export, ufo::import

git default = git2

Affects gerb::git, project::ProjectInner.repository

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.

git2 git

Enables git2 ^0.17

pyo3 python

Enables pyo3 ^0.18