Cargo Features

[dependencies]
architect-tonic-build = { version = "0.13.0", default-features = false, features = ["prost", "cleanup-markdown", "transport"] }
default = prost, transport

These default features are set whenever architect-tonic-build is added without default-features = false somewhere in the dependency tree.

prost default = prost-build

Enables prost-types

cleanup-markdown

Enables cleanup-markdown of optional prost-build

transport default

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.

prost-build prost