You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| <aid="rust_prost_toolchain-name"></a>name | A unique name for this target. | <ahref="https://bazel.build/concepts/labels#target-names">Name</a> | required ||
182
182
| <aid="rust_prost_toolchain-include_transitive_deps"></a>include_transitive_deps | Whether to include transitive dependencies. If set to True, all transitive dependencies will directly accessible by the dependent crate. | Boolean | optional |`False`|
183
+
| <aid="rust_prost_toolchain-is_nostd"></a>is_nostd | If a no_std tag should be put into the generated code. | Boolean | optional |`False`|
183
184
| <aid="rust_prost_toolchain-prost_opts"></a>prost_opts | Additional options to add to Prost. | List of strings | optional |`[]`|
184
185
| <aid="rust_prost_toolchain-prost_plugin"></a>prost_plugin | Additional plugins to add to Prost. | <ahref="https://bazel.build/concepts/labels">Label</a> | required ||
0 commit comments