Cargo Features
[dependencies]
schematools = { version = "0.19.2", default-features = false, features = ["codegen", "http", "json-patch", "git2"] }
- default = codegen, git2, http, json-patch
-
These default features are set whenever
schematools
is added without
somewhere in the dependency tree.default-features = false - codegen default = pluralizer, semver, tera
-
Affects
schematools::codegen
… - http default = reqwest
-
Enables resolve-http of jsonschema ^0.17
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.
- reqwest http
-
Enables reqwest ^0.11.22
- tera codegen
- json-patch default
-
Enables json-patch ^1.2
Affects
patch::execute
… - semver codegen
-
Affects
process::bump_openapi
… - git2 default
-
Enables git2 ^0.18
Affects
discovery::discover_git
… - pluralizer codegen