Cargo Features
[dependencies]
schematools-cli = { version = "0.19.2", default-features = false, features = ["codegen", "git2", "http", "json-patch", "semver"] }
- default = codegen, git2, http, json-patch, semver
-
These default features are set whenever
schematools-cli
is added without
somewhere in the dependency tree.default-features = false - 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 default
-
Enables semver of schematools
Affects
process::bump_openapi
…