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 whenever worktrace-build is added without default-features = false somewhere in the dependency tree.

full default = license, proto
license full

Affects worktrace-build::license, worktrace-build::utils

proto full

Enables tonic-build and walkdir

Affects worktrace-build::proto