Cargo Features

[dependencies]
schematools-cli = { version = "0.18.1", default-features = false, features = ["codegen", "git2", "http", "json-patch", "semver"] }
default = codegen, git2, http, json-patch

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

codegen default

Enables codegen of schematools

Affects commands::codegen

git2 default

Enables git2 of schematools

http default

Enables http of schematools

json-patch default

Enables json-patch of schematools

semver

Enables semver of schematools

Affects process::bump_openapi