commit
490958e165
1143 changed files with 68610 additions and 53277 deletions
@ -0,0 +1,60 @@ |
||||
# This workflow uses actions that are not certified by GitHub. They are provided |
||||
# by a third-party and are governed by separate terms of service, privacy |
||||
# policy, and support documentation. |
||||
|
||||
name: Scorecard supply-chain security |
||||
on: |
||||
# For Branch-Protection check. Only the default branch is supported. See |
||||
# https://github.com/ossf/scorecard/blob/main/docs/checks.md#branch-protection |
||||
branch_protection_rule: |
||||
# To guarantee Maintained check is occasionally updated. See |
||||
# https://github.com/ossf/scorecard/blob/main/docs/checks.md#maintained |
||||
schedule: |
||||
- cron: '20 5 * * 2' |
||||
push: |
||||
branches: [ "main" ] |
||||
|
||||
# Declare default permissions as read only. |
||||
permissions: read-all |
||||
|
||||
jobs: |
||||
analysis: |
||||
name: Scorecard analysis |
||||
runs-on: ubuntu-latest |
||||
permissions: |
||||
security-events: write # to upload the results to code-scanning dashboard |
||||
id-token: write # to publish results and get a badge |
||||
|
||||
steps: |
||||
- name: "Checkout code" |
||||
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 |
||||
with: |
||||
persist-credentials: false |
||||
|
||||
- name: "Run analysis" |
||||
uses: ossf/scorecard-action@0864cf19026789058feabb7e87baa5f140aac736 # v2.3.1 |
||||
with: |
||||
results_file: results.sarif |
||||
results_format: sarif |
||||
# (Optional) "write" PAT token. Uncomment the `repo_token` line below if |
||||
# you want to enable the Branch-Protection check on a *public* repository, or |
||||
# To create the PAT, follow the steps in https://github.com/ossf/scorecard-action#authentication-with-fine-grained-pat-optional. |
||||
# repo_token: ${{ secrets.SCORECARD_TOKEN }} |
||||
|
||||
# Allows the repository to include the Scorecard badge. |
||||
publish_results: true |
||||
|
||||
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF |
||||
# format to the repository Actions tab. |
||||
- name: "Upload artifact" |
||||
uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # v3.1.0 |
||||
with: |
||||
name: SARIF file |
||||
path: results.sarif |
||||
retention-days: 5 |
||||
|
||||
# Upload the results to GitHub's code scanning dashboard. |
||||
- name: "Upload to code-scanning" |
||||
uses: github/codeql-action/upload-sarif@17573ee1cc1b9d061760f3a006fc4aac4f944fd5 # v2.2.4 |
||||
with: |
||||
sarif_file: results.sarif |
@ -0,0 +1,927 @@ |
||||
{ |
||||
"checksum": "f93f5d1848bc00c6384273f9fb5273cc1b7fc0cb4dbc2afd776d2feb7b37f3ae", |
||||
"crates": { |
||||
"aho-corasick 1.1.2": { |
||||
"name": "aho-corasick", |
||||
"version": "1.1.2", |
||||
"repository": { |
||||
"Http": { |
||||
"url": "https://crates.io/api/v1/crates/aho-corasick/1.1.2/download", |
||||
"sha256": "b2969dcb958b36655471fc61f7e416fa76033bdd4bfed0678d8fee1e2d07a1f0" |
||||
} |
||||
}, |
||||
"targets": [ |
||||
{ |
||||
"Library": { |
||||
"crate_name": "aho_corasick", |
||||
"crate_root": "src/lib.rs", |
||||
"srcs": [ |
||||
"**/*.rs" |
||||
] |
||||
} |
||||
} |
||||
], |
||||
"library_target_name": "aho_corasick", |
||||
"common_attrs": { |
||||
"compile_data_glob": [ |
||||
"**" |
||||
], |
||||
"crate_features": { |
||||
"common": [ |
||||
"default", |
||||
"perf-literal", |
||||
"std" |
||||
], |
||||
"selects": {} |
||||
}, |
||||
"deps": { |
||||
"common": [ |
||||
{ |
||||
"id": "memchr 2.6.4", |
||||
"target": "memchr" |
||||
} |
||||
], |
||||
"selects": {} |
||||
}, |
||||
"edition": "2021", |
||||
"version": "1.1.2" |
||||
}, |
||||
"license": "Unlicense OR MIT" |
||||
}, |
||||
"autocfg 1.1.0": { |
||||
"name": "autocfg", |
||||
"version": "1.1.0", |
||||
"repository": { |
||||
"Http": { |
||||
"url": "https://crates.io/api/v1/crates/autocfg/1.1.0/download", |
||||
"sha256": "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" |
||||
} |
||||
}, |
||||
"targets": [ |
||||
{ |
||||
"Library": { |
||||
"crate_name": "autocfg", |
||||
"crate_root": "src/lib.rs", |
||||
"srcs": [ |
||||
"**/*.rs" |
||||
] |
||||
} |
||||
} |
||||
], |
||||
"library_target_name": "autocfg", |
||||
"common_attrs": { |
||||
"compile_data_glob": [ |
||||
"**" |
||||
], |
||||
"edition": "2015", |
||||
"version": "1.1.0" |
||||
}, |
||||
"license": "Apache-2.0 OR MIT" |
||||
}, |
||||
"direct-cargo-bazel-deps 0.0.1": { |
||||
"name": "direct-cargo-bazel-deps", |
||||
"version": "0.0.1", |
||||
"repository": null, |
||||
"targets": [ |
||||
{ |
||||
"Library": { |
||||
"crate_name": "direct_cargo_bazel_deps", |
||||
"crate_root": ".direct_cargo_bazel_deps.rs", |
||||
"srcs": [ |
||||
"**/*.rs" |
||||
] |
||||
} |
||||
} |
||||
], |
||||
"library_target_name": "direct_cargo_bazel_deps", |
||||
"common_attrs": { |
||||
"compile_data_glob": [ |
||||
"**" |
||||
], |
||||
"deps": { |
||||
"common": [ |
||||
{ |
||||
"id": "googletest 0.10.0", |
||||
"target": "googletest" |
||||
} |
||||
], |
||||
"selects": {} |
||||
}, |
||||
"edition": "2018", |
||||
"proc_macro_deps": { |
||||
"common": [ |
||||
{ |
||||
"id": "paste 1.0.14", |
||||
"target": "paste" |
||||
} |
||||
], |
||||
"selects": {} |
||||
}, |
||||
"version": "0.0.1" |
||||
}, |
||||
"license": null |
||||
}, |
||||
"googletest 0.10.0": { |
||||
"name": "googletest", |
||||
"version": "0.10.0", |
||||
"repository": { |
||||
"Http": { |
||||
"url": "https://crates.io/api/v1/crates/googletest/0.10.0/download", |
||||
"sha256": "09213705c85aa0e4b4fff44a3a826a556979a34a266df6bcda703a49c69fb61e" |
||||
} |
||||
}, |
||||
"targets": [ |
||||
{ |
||||
"Library": { |
||||
"crate_name": "googletest", |
||||
"crate_root": "src/lib.rs", |
||||
"srcs": [ |
||||
"**/*.rs" |
||||
] |
||||
} |
||||
} |
||||
], |
||||
"library_target_name": "googletest", |
||||
"common_attrs": { |
||||
"compile_data_glob": [ |
||||
"**" |
||||
], |
||||
"deps": { |
||||
"common": [ |
||||
{ |
||||
"id": "num-traits 0.2.17", |
||||
"target": "num_traits" |
||||
}, |
||||
{ |
||||
"id": "regex 1.10.0", |
||||
"target": "regex" |
||||
} |
||||
], |
||||
"selects": {} |
||||
}, |
||||
"edition": "2021", |
||||
"proc_macro_deps": { |
||||
"common": [ |
||||
{ |
||||
"id": "googletest_macro 0.10.0", |
||||
"target": "googletest_macro" |
||||
}, |
||||
{ |
||||
"id": "rustversion 1.0.14", |
||||
"target": "rustversion" |
||||
} |
||||
], |
||||
"selects": {} |
||||
}, |
||||
"version": "0.10.0" |
||||
}, |
||||
"license": "Apache-2.0" |
||||
}, |
||||
"googletest_macro 0.10.0": { |
||||
"name": "googletest_macro", |
||||
"version": "0.10.0", |
||||
"repository": { |
||||
"Http": { |
||||
"url": "https://crates.io/api/v1/crates/googletest_macro/0.10.0/download", |
||||
"sha256": "005e4cb962c56efd249bdeeb4ac232b11e1c45a2e49793bba2b2982dcc3f2e9d" |
||||
} |
||||
}, |
||||
"targets": [ |
||||
{ |
||||
"ProcMacro": { |
||||
"crate_name": "googletest_macro", |
||||
"crate_root": "src/lib.rs", |
||||
"srcs": [ |
||||
"**/*.rs" |
||||
] |
||||
} |
||||
} |
||||
], |
||||
"library_target_name": "googletest_macro", |
||||
"common_attrs": { |
||||
"compile_data_glob": [ |
||||
"**" |
||||
], |
||||
"deps": { |
||||
"common": [ |
||||
{ |
||||
"id": "quote 1.0.33", |
||||
"target": "quote" |
||||
}, |
||||
{ |
||||
"id": "syn 2.0.38", |
||||
"target": "syn" |
||||
} |
||||
], |
||||
"selects": {} |
||||
}, |
||||
"edition": "2021", |
||||
"version": "0.10.0" |
||||
}, |
||||
"license": "Apache-2.0" |
||||
}, |
||||
"memchr 2.6.4": { |
||||
"name": "memchr", |
||||
"version": "2.6.4", |
||||
"repository": { |
||||
"Http": { |
||||
"url": "https://crates.io/api/v1/crates/memchr/2.6.4/download", |
||||
"sha256": "f665ee40bc4a3c5590afb1e9677db74a508659dfd71e126420da8274909a0167" |
||||
} |
||||
}, |
||||
"targets": [ |
||||
{ |
||||
"Library": { |
||||
"crate_name": "memchr", |
||||
"crate_root": "src/lib.rs", |
||||
"srcs": [ |
||||
"**/*.rs" |
||||
] |
||||
} |
||||
} |
||||
], |
||||
"library_target_name": "memchr", |
||||
"common_attrs": { |
||||
"compile_data_glob": [ |
||||
"**" |
||||
], |
||||
"crate_features": { |
||||
"common": [ |
||||
"alloc", |
||||
"default", |
||||
"std" |
||||
], |
||||
"selects": {} |
||||
}, |
||||
"edition": "2021", |
||||
"version": "2.6.4" |
||||
}, |
||||
"license": "Unlicense OR MIT" |
||||
}, |
||||
"num-traits 0.2.17": { |
||||
"name": "num-traits", |
||||
"version": "0.2.17", |
||||
"repository": { |
||||
"Http": { |
||||
"url": "https://crates.io/api/v1/crates/num-traits/0.2.17/download", |
||||
"sha256": "39e3200413f237f41ab11ad6d161bc7239c84dcb631773ccd7de3dfe4b5c267c" |
||||
} |
||||
}, |
||||
"targets": [ |
||||
{ |
||||
"Library": { |
||||
"crate_name": "num_traits", |
||||
"crate_root": "src/lib.rs", |
||||
"srcs": [ |
||||
"**/*.rs" |
||||
] |
||||
} |
||||
}, |
||||
{ |
||||
"BuildScript": { |
||||
"crate_name": "build_script_build", |
||||
"crate_root": "build.rs", |
||||
"srcs": [ |
||||
"**/*.rs" |
||||
] |
||||
} |
||||
} |
||||
], |
||||
"library_target_name": "num_traits", |
||||
"common_attrs": { |
||||
"compile_data_glob": [ |
||||
"**" |
||||
], |
||||
"crate_features": { |
||||
"common": [ |
||||
"default", |
||||
"std" |
||||
], |
||||
"selects": {} |
||||
}, |
||||
"deps": { |
||||
"common": [ |
||||
{ |
||||
"id": "num-traits 0.2.17", |
||||
"target": "build_script_build" |
||||
} |
||||
], |
||||
"selects": {} |
||||
}, |
||||
"edition": "2018", |
||||
"version": "0.2.17" |
||||
}, |
||||
"build_script_attrs": { |
||||
"data_glob": [ |
||||
"**" |
||||
], |
||||
"deps": { |
||||
"common": [ |
||||
{ |
||||
"id": "autocfg 1.1.0", |
||||
"target": "autocfg" |
||||
} |
||||
], |
||||
"selects": {} |
||||
} |
||||
}, |
||||
"license": "MIT OR Apache-2.0" |
||||
}, |
||||
"paste 1.0.14": { |
||||
"name": "paste", |
||||
"version": "1.0.14", |
||||
"repository": { |
||||
"Http": { |
||||
"url": "https://crates.io/api/v1/crates/paste/1.0.14/download", |
||||
"sha256": "de3145af08024dea9fa9914f381a17b8fc6034dfb00f3a84013f7ff43f29ed4c" |
||||
} |
||||
}, |
||||
"targets": [ |
||||
{ |
||||
"ProcMacro": { |
||||
"crate_name": "paste", |
||||
"crate_root": "src/lib.rs", |
||||
"srcs": [ |
||||
"**/*.rs" |
||||
] |
||||
} |
||||
}, |
||||
{ |
||||
"BuildScript": { |
||||
"crate_name": "build_script_build", |
||||
"crate_root": "build.rs", |
||||
"srcs": [ |
||||
"**/*.rs" |
||||
] |
||||
} |
||||
} |
||||
], |
||||
"library_target_name": "paste", |
||||
"common_attrs": { |
||||
"compile_data_glob": [ |
||||
"**" |
||||
], |
||||
"deps": { |
||||
"common": [ |
||||
{ |
||||
"id": "paste 1.0.14", |
||||
"target": "build_script_build" |
||||
} |
||||
], |
||||
"selects": {} |
||||
}, |
||||
"edition": "2018", |
||||
"version": "1.0.14" |
||||
}, |
||||
"build_script_attrs": { |
||||
"data_glob": [ |
||||
"**" |
||||
] |
||||
}, |
||||
"license": "MIT OR Apache-2.0" |
||||
}, |
||||
"proc-macro2 1.0.69": { |
||||
"name": "proc-macro2", |
||||
"version": "1.0.69", |
||||
"repository": { |
||||
"Http": { |
||||
"url": "https://crates.io/api/v1/crates/proc-macro2/1.0.69/download", |
||||
"sha256": "134c189feb4956b20f6f547d2cf727d4c0fe06722b20a0eec87ed445a97f92da" |
||||
} |
||||
}, |
||||
"targets": [ |
||||
{ |
||||
"Library": { |
||||
"crate_name": "proc_macro2", |
||||
"crate_root": "src/lib.rs", |
||||
"srcs": [ |
||||
"**/*.rs" |
||||
] |
||||
} |
||||
}, |
||||
{ |
||||
"BuildScript": { |
||||
"crate_name": "build_script_build", |
||||
"crate_root": "build.rs", |
||||
"srcs": [ |
||||
"**/*.rs" |
||||
] |
||||
} |
||||
} |
||||
], |
||||
"library_target_name": "proc_macro2", |
||||
"common_attrs": { |
||||
"compile_data_glob": [ |
||||
"**" |
||||
], |
||||
"crate_features": { |
||||
"common": [ |
||||
"proc-macro" |
||||
], |
||||
"selects": {} |
||||
}, |
||||
"deps": { |
||||
"common": [ |
||||
{ |
||||
"id": "proc-macro2 1.0.69", |
||||
"target": "build_script_build" |
||||
}, |
||||
{ |
||||
"id": "unicode-ident 1.0.12", |
||||
"target": "unicode_ident" |
||||
} |
||||
], |
||||
"selects": {} |
||||
}, |
||||
"edition": "2021", |
||||
"version": "1.0.69" |
||||
}, |
||||
"build_script_attrs": { |
||||
"data_glob": [ |
||||
"**" |
||||
] |
||||
}, |
||||
"license": "MIT OR Apache-2.0" |
||||
}, |
||||
"quote 1.0.33": { |
||||
"name": "quote", |
||||
"version": "1.0.33", |
||||
"repository": { |
||||
"Http": { |
||||
"url": "https://crates.io/api/v1/crates/quote/1.0.33/download", |
||||
"sha256": "5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae" |
||||
} |
||||
}, |
||||
"targets": [ |
||||
{ |
||||
"Library": { |
||||
"crate_name": "quote", |
||||
"crate_root": "src/lib.rs", |
||||
"srcs": [ |
||||
"**/*.rs" |
||||
] |
||||
} |
||||
} |
||||
], |
||||
"library_target_name": "quote", |
||||
"common_attrs": { |
||||
"compile_data_glob": [ |
||||
"**" |
||||
], |
||||
"crate_features": { |
||||
"common": [ |
||||
"default", |
||||
"proc-macro" |
||||
], |
||||
"selects": {} |
||||
}, |
||||
"deps": { |
||||
"common": [ |
||||
{ |
||||
"id": "proc-macro2 1.0.69", |
||||
"target": "proc_macro2" |
||||
} |
||||
], |
||||
"selects": {} |
||||
}, |
||||
"edition": "2018", |
||||
"version": "1.0.33" |
||||
}, |
||||
"license": "MIT OR Apache-2.0" |
||||
}, |
||||
"regex 1.10.0": { |
||||
"name": "regex", |
||||
"version": "1.10.0", |
||||
"repository": { |
||||
"Http": { |
||||
"url": "https://crates.io/api/v1/crates/regex/1.10.0/download", |
||||
"sha256": "d119d7c7ca818f8a53c300863d4f87566aac09943aef5b355bb83969dae75d87" |
||||
} |
||||
}, |
||||
"targets": [ |
||||
{ |
||||
"Library": { |
||||
"crate_name": "regex", |
||||
"crate_root": "src/lib.rs", |
||||
"srcs": [ |
||||
"**/*.rs" |
||||
] |
||||
} |
||||
} |
||||
], |
||||
"library_target_name": "regex", |
||||
"common_attrs": { |
||||
"compile_data_glob": [ |
||||
"**" |
||||
], |
||||
"crate_features": { |
||||
"common": [ |
||||
"default", |
||||
"perf", |
||||
"perf-backtrack", |
||||
"perf-cache", |
||||
"perf-dfa", |
||||
"perf-inline", |
||||
"perf-literal", |
||||
"perf-onepass", |
||||
"std", |
||||
"unicode", |
||||
"unicode-age", |
||||
"unicode-bool", |
||||
"unicode-case", |
||||
"unicode-gencat", |
||||
"unicode-perl", |
||||
"unicode-script", |
||||
"unicode-segment" |
||||
], |
||||
"selects": {} |
||||
}, |
||||
"deps": { |
||||
"common": [ |
||||
{ |
||||
"id": "aho-corasick 1.1.2", |
||||
"target": "aho_corasick" |
||||
}, |
||||
{ |
||||
"id": "memchr 2.6.4", |
||||
"target": "memchr" |
||||
}, |
||||
{ |
||||
"id": "regex-automata 0.4.1", |
||||
"target": "regex_automata" |
||||
}, |
||||
{ |
||||
"id": "regex-syntax 0.8.1", |
||||
"target": "regex_syntax" |
||||
} |
||||
], |
||||
"selects": {} |
||||
}, |
||||
"edition": "2021", |
||||
"version": "1.10.0" |
||||
}, |
||||
"license": "MIT OR Apache-2.0" |
||||
}, |
||||
"regex-automata 0.4.1": { |
||||
"name": "regex-automata", |
||||
"version": "0.4.1", |
||||
"repository": { |
||||
"Http": { |
||||
"url": "https://crates.io/api/v1/crates/regex-automata/0.4.1/download", |
||||
"sha256": "465c6fc0621e4abc4187a2bda0937bfd4f722c2730b29562e19689ea796c9a4b" |
||||
} |
||||
}, |
||||
"targets": [ |
||||
{ |
||||
"Library": { |
||||
"crate_name": "regex_automata", |
||||
"crate_root": "src/lib.rs", |
||||
"srcs": [ |
||||
"**/*.rs" |
||||
] |
||||
} |
||||
} |
||||
], |
||||
"library_target_name": "regex_automata", |
||||
"common_attrs": { |
||||
"compile_data_glob": [ |
||||
"**" |
||||
], |
||||
"crate_features": { |
||||
"common": [ |
||||
"alloc", |
||||
"dfa-onepass", |
||||
"hybrid", |
||||
"meta", |
||||
"nfa-backtrack", |
||||
"nfa-pikevm", |
||||
"nfa-thompson", |
||||
"perf-inline", |
||||
"perf-literal", |
||||
"perf-literal-multisubstring", |
||||
"perf-literal-substring", |
||||
"std", |
||||
"syntax", |
||||
"unicode", |
||||
"unicode-age", |
||||
"unicode-bool", |
||||
"unicode-case", |
||||
"unicode-gencat", |
||||
"unicode-perl", |
||||
"unicode-script", |
||||
"unicode-segment", |
||||
"unicode-word-boundary" |
||||
], |
||||
"selects": {} |
||||
}, |
||||
"deps": { |
||||
"common": [ |
||||
{ |
||||
"id": "aho-corasick 1.1.2", |
||||
"target": "aho_corasick" |
||||
}, |
||||
{ |
||||
"id": "memchr 2.6.4", |
||||
"target": "memchr" |
||||
}, |
||||
{ |
||||
"id": "regex-syntax 0.8.1", |
||||
"target": "regex_syntax" |
||||
} |
||||
], |
||||
"selects": {} |
||||
}, |
||||
"edition": "2021", |
||||
"version": "0.4.1" |
||||
}, |
||||
"license": "MIT OR Apache-2.0" |
||||
}, |
||||
"regex-syntax 0.8.1": { |
||||
"name": "regex-syntax", |
||||
"version": "0.8.1", |
||||
"repository": { |
||||
"Http": { |
||||
"url": "https://crates.io/api/v1/crates/regex-syntax/0.8.1/download", |
||||
"sha256": "56d84fdd47036b038fc80dd333d10b6aab10d5d31f4a366e20014def75328d33" |
||||
} |
||||
}, |
||||
"targets": [ |
||||
{ |
||||
"Library": { |
||||
"crate_name": "regex_syntax", |
||||
"crate_root": "src/lib.rs", |
||||
"srcs": [ |
||||
"**/*.rs" |
||||
] |
||||
} |
||||
} |
||||
], |
||||
"library_target_name": "regex_syntax", |
||||
"common_attrs": { |
||||
"compile_data_glob": [ |
||||
"**" |
||||
], |
||||
"crate_features": { |
||||
"common": [ |
||||
"default", |
||||
"std", |
||||
"unicode", |
||||
"unicode-age", |
||||
"unicode-bool", |
||||
"unicode-case", |
||||
"unicode-gencat", |
||||
"unicode-perl", |
||||
"unicode-script", |
||||
"unicode-segment" |
||||
], |
||||
"selects": {} |
||||
}, |
||||
"edition": "2021", |
||||
"version": "0.8.1" |
||||
}, |
||||
"license": "MIT OR Apache-2.0" |
||||
}, |
||||
"rustversion 1.0.14": { |
||||
"name": "rustversion", |
||||
"version": "1.0.14", |
||||
"repository": { |
||||
"Http": { |
||||
"url": "https://crates.io/api/v1/crates/rustversion/1.0.14/download", |
||||
"sha256": "7ffc183a10b4478d04cbbbfc96d0873219d962dd5accaff2ffbd4ceb7df837f4" |
||||
} |
||||
}, |
||||
"targets": [ |
||||
{ |
||||
"ProcMacro": { |
||||
"crate_name": "rustversion", |
||||
"crate_root": "src/lib.rs", |
||||
"srcs": [ |
||||
"**/*.rs" |
||||
] |
||||
} |
||||
}, |
||||
{ |
||||
"BuildScript": { |
||||
"crate_name": "build_script_build", |
||||
"crate_root": "build/build.rs", |
||||
"srcs": [ |
||||
"**/*.rs" |
||||
] |
||||
} |
||||
} |
||||
], |
||||
"library_target_name": "rustversion", |
||||
"common_attrs": { |
||||
"compile_data_glob": [ |
||||
"**" |
||||
], |
||||
"deps": { |
||||
"common": [ |
||||
{ |
||||
"id": "rustversion 1.0.14", |
||||
"target": "build_script_build" |
||||
} |
||||
], |
||||
"selects": {} |
||||
}, |
||||
"edition": "2018", |
||||
"version": "1.0.14" |
||||
}, |
||||
"build_script_attrs": { |
||||
"data_glob": [ |
||||
"**" |
||||
] |
||||
}, |
||||
"license": "MIT OR Apache-2.0" |
||||
}, |
||||
"syn 2.0.38": { |
||||
"name": "syn", |
||||
"version": "2.0.38", |
||||
"repository": { |
||||
"Http": { |
||||
"url": "https://crates.io/api/v1/crates/syn/2.0.38/download", |
||||
"sha256": "e96b79aaa137db8f61e26363a0c9b47d8b4ec75da28b7d1d614c2303e232408b" |
||||
} |
||||
}, |
||||
"targets": [ |
||||
{ |
||||
"Library": { |
||||
"crate_name": "syn", |
||||
"crate_root": "src/lib.rs", |
||||
"srcs": [ |
||||
"**/*.rs" |
||||
] |
||||
} |
||||
} |
||||
], |
||||
"library_target_name": "syn", |
||||
"common_attrs": { |
||||
"compile_data_glob": [ |
||||
"**" |
||||
], |
||||
"crate_features": { |
||||
"common": [ |
||||
"clone-impls", |
||||
"default", |
||||
"derive", |
||||
"full", |
||||
"parsing", |
||||
"printing", |
||||
"proc-macro", |
||||
"quote" |
||||
], |
||||
"selects": {} |
||||
}, |
||||
"deps": { |
||||
"common": [ |
||||
{ |
||||
"id": "proc-macro2 1.0.69", |
||||
"target": "proc_macro2" |
||||
}, |
||||
{ |
||||
"id": "quote 1.0.33", |
||||
"target": "quote" |
||||
}, |
||||
{ |
||||
"id": "unicode-ident 1.0.12", |
||||
"target": "unicode_ident" |
||||
} |
||||
], |
||||
"selects": {} |
||||
}, |
||||
"edition": "2021", |
||||
"version": "2.0.38" |
||||
}, |
||||
"license": "MIT OR Apache-2.0" |
||||
}, |
||||
"unicode-ident 1.0.12": { |
||||
"name": "unicode-ident", |
||||
"version": "1.0.12", |
||||
"repository": { |
||||
"Http": { |
||||
"url": "https://crates.io/api/v1/crates/unicode-ident/1.0.12/download", |
||||
"sha256": "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b" |
||||
} |
||||
}, |
||||
"targets": [ |
||||
{ |
||||
"Library": { |
||||
"crate_name": "unicode_ident", |
||||
"crate_root": "src/lib.rs", |
||||
"srcs": [ |
||||
"**/*.rs" |
||||
] |
||||
} |
||||
} |
||||
], |
||||
"library_target_name": "unicode_ident", |
||||
"common_attrs": { |
||||
"compile_data_glob": [ |
||||
"**" |
||||
], |
||||
"edition": "2018", |
||||
"version": "1.0.12" |
||||
}, |
||||
"license": "(MIT OR Apache-2.0) AND Unicode-DFS-2016" |
||||
} |
||||
}, |
||||
"binary_crates": [], |
||||
"workspace_members": { |
||||
"direct-cargo-bazel-deps 0.0.1": "" |
||||
}, |
||||
"conditions": { |
||||
"aarch64-apple-darwin": [ |
||||
"aarch64-apple-darwin" |
||||
], |
||||
"aarch64-apple-ios": [ |
||||
"aarch64-apple-ios" |
||||
], |
||||
"aarch64-apple-ios-sim": [ |
||||
"aarch64-apple-ios-sim" |
||||
], |
||||
"aarch64-fuchsia": [ |
||||
"aarch64-fuchsia" |
||||
], |
||||
"aarch64-linux-android": [ |
||||
"aarch64-linux-android" |
||||
], |
||||
"aarch64-pc-windows-msvc": [ |
||||
"aarch64-pc-windows-msvc" |
||||
], |
||||
"aarch64-unknown-linux-gnu": [ |
||||
"aarch64-unknown-linux-gnu" |
||||
], |
||||
"arm-unknown-linux-gnueabi": [ |
||||
"arm-unknown-linux-gnueabi" |
||||
], |
||||
"armv7-linux-androideabi": [ |
||||
"armv7-linux-androideabi" |
||||
], |
||||
"armv7-unknown-linux-gnueabi": [ |
||||
"armv7-unknown-linux-gnueabi" |
||||
], |
||||
"i686-apple-darwin": [ |
||||
"i686-apple-darwin" |
||||
], |
||||
"i686-linux-android": [ |
||||
"i686-linux-android" |
||||
], |
||||
"i686-pc-windows-msvc": [ |
||||
"i686-pc-windows-msvc" |
||||
], |
||||
"i686-unknown-freebsd": [ |
||||
"i686-unknown-freebsd" |
||||
], |
||||
"i686-unknown-linux-gnu": [ |
||||
"i686-unknown-linux-gnu" |
||||
], |
||||
"powerpc-unknown-linux-gnu": [ |
||||
"powerpc-unknown-linux-gnu" |
||||
], |
||||
"riscv32imc-unknown-none-elf": [ |
||||
"riscv32imc-unknown-none-elf" |
||||
], |
||||
"riscv64gc-unknown-none-elf": [ |
||||
"riscv64gc-unknown-none-elf" |
||||
], |
||||
"s390x-unknown-linux-gnu": [ |
||||
"s390x-unknown-linux-gnu" |
||||
], |
||||
"thumbv7em-none-eabi": [ |
||||
"thumbv7em-none-eabi" |
||||
], |
||||
"thumbv8m.main-none-eabi": [ |
||||
"thumbv8m.main-none-eabi" |
||||
], |
||||
"wasm32-unknown-unknown": [ |
||||
"wasm32-unknown-unknown" |
||||
], |
||||
"wasm32-wasi": [ |
||||
"wasm32-wasi" |
||||
], |
||||
"x86_64-apple-darwin": [ |
||||
"x86_64-apple-darwin" |
||||
], |
||||
"x86_64-apple-ios": [ |
||||
"x86_64-apple-ios" |
||||
], |
||||
"x86_64-fuchsia": [ |
||||
"x86_64-fuchsia" |
||||
], |
||||
"x86_64-linux-android": [ |
||||
"x86_64-linux-android" |
||||
], |
||||
"x86_64-pc-windows-msvc": [ |
||||
"x86_64-pc-windows-msvc" |
||||
], |
||||
"x86_64-unknown-freebsd": [ |
||||
"x86_64-unknown-freebsd" |
||||
], |
||||
"x86_64-unknown-linux-gnu": [ |
||||
"x86_64-unknown-linux-gnu" |
||||
], |
||||
"x86_64-unknown-none": [ |
||||
"x86_64-unknown-none" |
||||
] |
||||
} |
||||
} |
@ -0,0 +1,139 @@ |
||||
# This file is automatically @generated by Cargo. |
||||
# It is not intended for manual editing. |
||||
version = 3 |
||||
|
||||
[[package]] |
||||
name = "aho-corasick" |
||||
version = "1.1.2" |
||||
source = "registry+https://github.com/rust-lang/crates.io-index" |
||||
checksum = "b2969dcb958b36655471fc61f7e416fa76033bdd4bfed0678d8fee1e2d07a1f0" |
||||
dependencies = [ |
||||
"memchr", |
||||
] |
||||
|
||||
[[package]] |
||||
name = "autocfg" |
||||
version = "1.1.0" |
||||
source = "registry+https://github.com/rust-lang/crates.io-index" |
||||
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" |
||||
|
||||
[[package]] |
||||
name = "direct-cargo-bazel-deps" |
||||
version = "0.0.1" |
||||
dependencies = [ |
||||
"googletest", |
||||
"paste", |
||||
] |
||||
|
||||
[[package]] |
||||
name = "googletest" |
||||
version = "0.10.0" |
||||
source = "registry+https://github.com/rust-lang/crates.io-index" |
||||
checksum = "09213705c85aa0e4b4fff44a3a826a556979a34a266df6bcda703a49c69fb61e" |
||||
dependencies = [ |
||||
"googletest_macro", |
||||
"num-traits", |
||||
"regex", |
||||
"rustversion", |
||||
] |
||||
|
||||
[[package]] |
||||
name = "googletest_macro" |
||||
version = "0.10.0" |
||||
source = "registry+https://github.com/rust-lang/crates.io-index" |
||||
checksum = "005e4cb962c56efd249bdeeb4ac232b11e1c45a2e49793bba2b2982dcc3f2e9d" |
||||
dependencies = [ |
||||
"quote", |
||||
"syn", |
||||
] |
||||
|
||||
[[package]] |
||||
name = "memchr" |
||||
version = "2.6.4" |
||||
source = "registry+https://github.com/rust-lang/crates.io-index" |
||||
checksum = "f665ee40bc4a3c5590afb1e9677db74a508659dfd71e126420da8274909a0167" |
||||
|
||||
[[package]] |
||||
name = "num-traits" |
||||
version = "0.2.17" |
||||
source = "registry+https://github.com/rust-lang/crates.io-index" |
||||
checksum = "39e3200413f237f41ab11ad6d161bc7239c84dcb631773ccd7de3dfe4b5c267c" |
||||
dependencies = [ |
||||
"autocfg", |
||||
] |
||||
|
||||
[[package]] |
||||
name = "paste" |
||||
version = "1.0.14" |
||||
source = "registry+https://github.com/rust-lang/crates.io-index" |
||||
checksum = "de3145af08024dea9fa9914f381a17b8fc6034dfb00f3a84013f7ff43f29ed4c" |
||||
|
||||
[[package]] |
||||
name = "proc-macro2" |
||||
version = "1.0.69" |
||||
source = "registry+https://github.com/rust-lang/crates.io-index" |
||||
checksum = "134c189feb4956b20f6f547d2cf727d4c0fe06722b20a0eec87ed445a97f92da" |
||||
dependencies = [ |
||||
"unicode-ident", |
||||
] |
||||
|
||||
[[package]] |
||||
name = "quote" |
||||
version = "1.0.33" |
||||
source = "registry+https://github.com/rust-lang/crates.io-index" |
||||
checksum = "5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae" |
||||
dependencies = [ |
||||
"proc-macro2", |
||||
] |
||||
|
||||
[[package]] |
||||
name = "regex" |
||||
version = "1.10.0" |
||||
source = "registry+https://github.com/rust-lang/crates.io-index" |
||||
checksum = "d119d7c7ca818f8a53c300863d4f87566aac09943aef5b355bb83969dae75d87" |
||||
dependencies = [ |
||||
"aho-corasick", |
||||
"memchr", |
||||
"regex-automata", |
||||
"regex-syntax", |
||||
] |
||||
|
||||
[[package]] |
||||
name = "regex-automata" |
||||
version = "0.4.1" |
||||
source = "registry+https://github.com/rust-lang/crates.io-index" |
||||
checksum = "465c6fc0621e4abc4187a2bda0937bfd4f722c2730b29562e19689ea796c9a4b" |
||||
dependencies = [ |
||||
"aho-corasick", |
||||
"memchr", |
||||
"regex-syntax", |
||||
] |
||||
|
||||
[[package]] |
||||
name = "regex-syntax" |
||||
version = "0.8.1" |
||||
source = "registry+https://github.com/rust-lang/crates.io-index" |
||||
checksum = "56d84fdd47036b038fc80dd333d10b6aab10d5d31f4a366e20014def75328d33" |
||||
|
||||
[[package]] |
||||
name = "rustversion" |
||||
version = "1.0.14" |
||||
source = "registry+https://github.com/rust-lang/crates.io-index" |
||||
checksum = "7ffc183a10b4478d04cbbbfc96d0873219d962dd5accaff2ffbd4ceb7df837f4" |
||||
|
||||
[[package]] |
||||
name = "syn" |
||||
version = "2.0.38" |
||||
source = "registry+https://github.com/rust-lang/crates.io-index" |
||||
checksum = "e96b79aaa137db8f61e26363a0c9b47d8b4ec75da28b7d1d614c2303e232408b" |
||||
dependencies = [ |
||||
"proc-macro2", |
||||
"quote", |
||||
"unicode-ident", |
||||
] |
||||
|
||||
[[package]] |
||||
name = "unicode-ident" |
||||
version = "1.0.12" |
||||
source = "registry+https://github.com/rust-lang/crates.io-index" |
||||
checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b" |
@ -0,0 +1,2 @@ |
||||
# TODO: migrate all dependencies from WORKSPACE to MODULE.bazel |
||||
# https://github.com/protocolbuffers/protobuf/issues/14313 |
@ -0,0 +1,12 @@ |
||||
// Protocol Buffers - Google's data interchange format |
||||
// Copyright 2023 Google LLC. All rights reserved. |
||||
// |
||||
// Use of this source code is governed by a BSD-style |
||||
// license that can be found in the LICENSE file or at |
||||
// https://developers.google.com/open-source/licenses/bsd |
||||
|
||||
syntax = "proto3"; |
||||
|
||||
package upb_benchmark; |
||||
|
||||
message Empty {} |
File diff suppressed because it is too large
Load Diff
@ -1,3 +1,6 @@ |
||||
Recommended.Proto3.JsonInput.IgnoreUnknownEnumStringValueInMapValue.ProtobufOutput |
||||
Recommended.Proto3.JsonInput.IgnoreUnknownEnumStringValueInOptionalField.ProtobufOutput |
||||
Recommended.Proto3.JsonInput.IgnoreUnknownEnumStringValueInRepeatedField.ProtobufOutput |
||||
Recommended.Editions_Proto3.JsonInput.IgnoreUnknownEnumStringValueInMapValue.ProtobufOutput |
||||
Recommended.Editions_Proto3.JsonInput.IgnoreUnknownEnumStringValueInOptionalField.ProtobufOutput |
||||
Recommended.Editions_Proto3.JsonInput.IgnoreUnknownEnumStringValueInRepeatedField.ProtobufOutput |
||||
|
@ -0,0 +1,6 @@ |
||||
Recommended.Proto3.JsonInput.IgnoreUnknownEnumStringValueInMapValue.ProtobufOutput |
||||
Recommended.Proto3.JsonInput.IgnoreUnknownEnumStringValueInOptionalField.ProtobufOutput |
||||
Recommended.Proto3.JsonInput.IgnoreUnknownEnumStringValueInRepeatedField.ProtobufOutput |
||||
Recommended.Editions_Proto3.JsonInput.IgnoreUnknownEnumStringValueInMapValue.ProtobufOutput |
||||
Recommended.Editions_Proto3.JsonInput.IgnoreUnknownEnumStringValueInOptionalField.ProtobufOutput |
||||
Recommended.Editions_Proto3.JsonInput.IgnoreUnknownEnumStringValueInRepeatedField.ProtobufOutput |
@ -1,20 +1,40 @@ |
||||
Recommended.Proto3.TextFormatInput.StringLiteralLongUnicodeEscapeSurrogateFirstOnlyBytes |
||||
Recommended.Editions_Proto3.TextFormatInput.StringLiteralLongUnicodeEscapeSurrogateFirstOnlyBytes |
||||
Recommended.Proto3.TextFormatInput.StringLiteralLongUnicodeEscapeSurrogateFirstOnlyString |
||||
Recommended.Editions_Proto3.TextFormatInput.StringLiteralLongUnicodeEscapeSurrogateFirstOnlyString |
||||
Recommended.Proto3.TextFormatInput.StringLiteralLongUnicodeEscapeSurrogatePairBytes |
||||
Recommended.Editions_Proto3.TextFormatInput.StringLiteralLongUnicodeEscapeSurrogatePairBytes |
||||
Recommended.Proto3.TextFormatInput.StringLiteralLongUnicodeEscapeSurrogatePairString |
||||
Recommended.Editions_Proto3.TextFormatInput.StringLiteralLongUnicodeEscapeSurrogatePairString |
||||
Recommended.Proto3.TextFormatInput.StringLiteralLongUnicodeEscapeSurrogateSecondOnlyBytes |
||||
Recommended.Editions_Proto3.TextFormatInput.StringLiteralLongUnicodeEscapeSurrogateSecondOnlyBytes |
||||
Recommended.Proto3.TextFormatInput.StringLiteralLongUnicodeEscapeSurrogateSecondOnlyString |
||||
Recommended.Editions_Proto3.TextFormatInput.StringLiteralLongUnicodeEscapeSurrogateSecondOnlyString |
||||
Recommended.Proto3.TextFormatInput.StringLiteralShortUnicodeEscapeSurrogateFirstOnlyBytes |
||||
Recommended.Editions_Proto3.TextFormatInput.StringLiteralShortUnicodeEscapeSurrogateFirstOnlyBytes |
||||
Recommended.Proto3.TextFormatInput.StringLiteralShortUnicodeEscapeSurrogateFirstOnlyString |
||||
Recommended.Editions_Proto3.TextFormatInput.StringLiteralShortUnicodeEscapeSurrogateFirstOnlyString |
||||
Recommended.Proto3.TextFormatInput.StringLiteralShortUnicodeEscapeSurrogatePairBytes |
||||
Recommended.Editions_Proto3.TextFormatInput.StringLiteralShortUnicodeEscapeSurrogatePairBytes |
||||
Recommended.Proto3.TextFormatInput.StringLiteralShortUnicodeEscapeSurrogatePairString |
||||
Recommended.Editions_Proto3.TextFormatInput.StringLiteralShortUnicodeEscapeSurrogatePairString |
||||
Recommended.Proto3.TextFormatInput.StringLiteralShortUnicodeEscapeSurrogateSecondOnlyBytes |
||||
Recommended.Editions_Proto3.TextFormatInput.StringLiteralShortUnicodeEscapeSurrogateSecondOnlyBytes |
||||
Recommended.Proto3.TextFormatInput.StringLiteralShortUnicodeEscapeSurrogateSecondOnlyString |
||||
Recommended.Editions_Proto3.TextFormatInput.StringLiteralShortUnicodeEscapeSurrogateSecondOnlyString |
||||
Recommended.Proto3.TextFormatInput.StringLiteralUnicodeEscapeSurrogatePairLongShortBytes |
||||
Recommended.Editions_Proto3.TextFormatInput.StringLiteralUnicodeEscapeSurrogatePairLongShortBytes |
||||
Recommended.Proto3.TextFormatInput.StringLiteralUnicodeEscapeSurrogatePairLongShortString |
||||
Recommended.Editions_Proto3.TextFormatInput.StringLiteralUnicodeEscapeSurrogatePairLongShortString |
||||
Recommended.Proto3.TextFormatInput.StringLiteralUnicodeEscapeSurrogatePairShortLongBytes |
||||
Recommended.Editions_Proto3.TextFormatInput.StringLiteralUnicodeEscapeSurrogatePairShortLongBytes |
||||
Recommended.Proto3.TextFormatInput.StringLiteralUnicodeEscapeSurrogatePairShortLongString |
||||
Recommended.Editions_Proto3.TextFormatInput.StringLiteralUnicodeEscapeSurrogatePairShortLongString |
||||
Required.Proto3.TextFormatInput.StringFieldBadUTF8Hex |
||||
Required.Editions_Proto3.TextFormatInput.StringFieldBadUTF8Hex |
||||
Required.Proto3.TextFormatInput.StringFieldBadUTF8Octal |
||||
Required.Editions_Proto3.TextFormatInput.StringFieldBadUTF8Octal |
||||
Required.Proto3.TextFormatInput.StringLiteralLongUnicodeEscapeTooLargeBytes |
||||
Required.Editions_Proto3.TextFormatInput.StringLiteralLongUnicodeEscapeTooLargeBytes |
||||
Required.Proto3.TextFormatInput.StringLiteralLongUnicodeEscapeTooLargeString |
||||
Required.Editions_Proto3.TextFormatInput.StringLiteralLongUnicodeEscapeTooLargeString |
||||
|
@ -1,28 +1,8 @@ |
||||
Recommended.Proto3.TextFormatInput.StringLiteralLongUnicodeEscapeSurrogateFirstOnlyBytes |
||||
Recommended.Proto3.TextFormatInput.StringLiteralLongUnicodeEscapeSurrogateFirstOnlyString |
||||
Recommended.Proto3.TextFormatInput.StringLiteralLongUnicodeEscapeSurrogatePairBytes |
||||
Recommended.Proto3.TextFormatInput.StringLiteralLongUnicodeEscapeSurrogatePairString |
||||
Recommended.Proto3.TextFormatInput.StringLiteralLongUnicodeEscapeSurrogateSecondOnlyBytes |
||||
Recommended.Proto3.TextFormatInput.StringLiteralLongUnicodeEscapeSurrogateSecondOnlyString |
||||
Recommended.Proto3.TextFormatInput.StringLiteralLongUnicodeEscapesBytes.ProtobufOutput |
||||
Recommended.Proto3.TextFormatInput.StringLiteralLongUnicodeEscapesBytes.TextFormatOutput |
||||
Recommended.Proto3.TextFormatInput.StringLiteralLongUnicodeEscapesString.ProtobufOutput |
||||
Recommended.Proto3.TextFormatInput.StringLiteralLongUnicodeEscapesString.TextFormatOutput |
||||
Recommended.Proto3.TextFormatInput.StringLiteralShortUnicodeEscapeBytes.ProtobufOutput |
||||
Recommended.Proto3.TextFormatInput.StringLiteralShortUnicodeEscapeBytes.TextFormatOutput |
||||
Recommended.Proto3.TextFormatInput.StringLiteralShortUnicodeEscapeString.ProtobufOutput |
||||
Recommended.Proto3.TextFormatInput.StringLiteralShortUnicodeEscapeString.TextFormatOutput |
||||
Recommended.Proto3.TextFormatInput.StringLiteralShortUnicodeEscapeSurrogateFirstOnlyBytes |
||||
Recommended.Proto3.TextFormatInput.StringLiteralShortUnicodeEscapeSurrogateFirstOnlyString |
||||
Recommended.Proto3.TextFormatInput.StringLiteralShortUnicodeEscapeSurrogatePairBytes |
||||
Recommended.Proto3.TextFormatInput.StringLiteralShortUnicodeEscapeSurrogatePairString |
||||
Recommended.Proto3.TextFormatInput.StringLiteralShortUnicodeEscapeSurrogateSecondOnlyBytes |
||||
Recommended.Proto3.TextFormatInput.StringLiteralShortUnicodeEscapeSurrogateSecondOnlyString |
||||
Recommended.Proto3.TextFormatInput.StringLiteralUnicodeEscapeSurrogatePairLongShortBytes |
||||
Recommended.Proto3.TextFormatInput.StringLiteralUnicodeEscapeSurrogatePairLongShortString |
||||
Recommended.Proto3.TextFormatInput.StringLiteralUnicodeEscapeSurrogatePairShortLongBytes |
||||
Recommended.Proto3.TextFormatInput.StringLiteralUnicodeEscapeSurrogatePairShortLongString |
||||
Required.Proto3.TextFormatInput.StringLiteralBasicEscapesBytes.ProtobufOutput |
||||
Required.Proto3.TextFormatInput.StringLiteralBasicEscapesBytes.TextFormatOutput |
||||
Required.Proto3.TextFormatInput.StringLiteralBasicEscapesString.ProtobufOutput |
||||
Required.Proto3.TextFormatInput.StringLiteralBasicEscapesString.TextFormatOutput |
||||
Required.Editions_Proto3.TextFormatInput.StringLiteralBasicEscapesBytes.ProtobufOutput |
||||
Required.Editions_Proto3.TextFormatInput.StringLiteralBasicEscapesBytes.TextFormatOutput |
||||
Required.Editions_Proto3.TextFormatInput.StringLiteralBasicEscapesString.ProtobufOutput |
||||
Required.Editions_Proto3.TextFormatInput.StringLiteralBasicEscapesString.TextFormatOutput |
||||
|
@ -0,0 +1,11 @@ |
||||
# This is the list of text format conformance tests that are known to fail right |
||||
# now. |
||||
# TODO: These should be fixed. |
||||
Required.Proto3.TextFormatInput.StringLiteralBasicEscapesBytes.ProtobufOutput |
||||
Required.Proto3.TextFormatInput.StringLiteralBasicEscapesBytes.TextFormatOutput |
||||
Required.Proto3.TextFormatInput.StringLiteralBasicEscapesString.ProtobufOutput |
||||
Required.Proto3.TextFormatInput.StringLiteralBasicEscapesString.TextFormatOutput |
||||
Required.Editions_Proto3.TextFormatInput.StringLiteralBasicEscapesBytes.ProtobufOutput |
||||
Required.Editions_Proto3.TextFormatInput.StringLiteralBasicEscapesBytes.TextFormatOutput |
||||
Required.Editions_Proto3.TextFormatInput.StringLiteralBasicEscapesString.ProtobufOutput |
||||
Required.Editions_Proto3.TextFormatInput.StringLiteralBasicEscapesString.TextFormatOutput |
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in new issue