Cargo Features
[dependencies]
worktrace-build = { version = "0.1.0", default-features = false, features = ["full", "license", "proto"] }
- default = full
-
The
full
feature is set by default wheneverworktrace-build
is added without
somewhere in the dependency tree.default-features = false - full default = license, proto
- license full
-
Affects
worktrace-build::license
,worktrace-build::utils
… - proto full
-
Enables tonic-build and walkdir
Affects
worktrace-build::proto
…