-
Notifications
You must be signed in to change notification settings - Fork 28
/
Copy path.sidekick.toml
52 lines (49 loc) · 3.11 KB
/
.sidekick.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
# Copyright 2024 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# https://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
[general]
language = 'rust'
specification-format = 'protobuf'
[source]
googleapis-root = 'https://github.com/googleapis/googleapis/archive/318818b22ec2bd44ebe43fe662418b7dff032abf.tar.gz'
googleapis-sha256 = 'c5428093a005df7899007d6809d0cc3223589154c78d9526a137063d802e9d31'
extra-protos-root = 'https://github.com/googleapis/gapic-showcase/archive/refs/tags/v0.35.5.tar.gz'
extra-protos-sha256 = 'fd3c1b33080a75987433db924a576d576fa622aff4f14eee86b1dc959e7aef63'
extra-protos-extracted-name = 'gapic-showcase-0.35.5'
[codec]
# The default version for all crates. This can be overridden in the crate's
# `.sidekick.toml` file.
version = "0.1.0"
# These are external (not part of `google-cloud-rust`) crates used by (nearly
# all) generated crates.
'package:bytes' = 'force-used=true,package=bytes,version=1,feature=serde'
'package:serde' = 'force-used=true,package=serde,version=1,feature=serde_derive'
'package:serde_with' = 'force-used=true,package=serde_with,version=3,default-features=false,feature=base64,feature=macros,feature=std'
# These are used by crates with services.
'package:async-trait' = 'used-if=services,package=async-trait,version=0.1'
'package:lazy_static' = 'used-if=services,package=lazy_static,version=1'
'package:reqwest' = 'used-if=services,package=reqwest,version=0.12,feature=json'
'package:serde_json' = 'used-if=services,package=serde_json,version=1'
'package:tracing' = 'used-if=services,package=tracing,version=0.1'
'package:gax' = 'used-if=services,package=gcp-sdk-gax,path=src/gax,feature=unstable-sdk-client,version=0.1'
# Only used if LROs are present
'package:lro' = 'used-if=lro,package=gcp-sdk-lro,path=src/lro,version=0.0'
# These are crates in `google-cloud-rust`. If not used, `sidekick` prunes them
# from the list of depedencies.
'package:api' = 'package=gcp-sdk-api,source=google.api,path=src/generated/api,version=0.1'
'package:gtype' = 'package=gcp-sdk-type,source=google.type,path=src/generated/type,version=0.1'
'package:wkt' = 'package=gcp-sdk-wkt,path=src/wkt,source=google.protobuf,version=0.1'
'package:iam_v1' = 'package=gcp-sdk-iam-v1,source=google.iam.v1,path=src/generated/iam/v1,version=0.1'
'package:location' = 'package=gcp-sdk-location,source=google.cloud.location,path=src/generated/cloud/location,version=0.1'
'package:longrunning' = 'package=gcp-sdk-longrunning,source=google.longrunning,path=src/generated/longrunning,version=0.1'
'package:rpc' = 'package=gcp-sdk-rpc,source=google.rpc,path=src/generated/rpc,version=0.1'