Files
codeql/python/extractor/tsg-python/Cargo.Bazel.lock
Taus 6f388acdd8 Python: Rename tsg_python_crate_index to py_deps
This aligns us a bit more with Ruby.
2024-03-19 17:11:40 +00:00

2347 lines
56 KiB
Plaintext

{
"checksum": "1bc1ce89845efff4ebef4861d3b9e4e8efeb1ba5b27565db4c6fd18175e1ee59",
"crates": {
"ahash 0.4.7": {
"name": "ahash",
"version": "0.4.7",
"package_url": "https://github.com/tkaitchuck/ahash",
"repository": {
"Http": {
"url": "https://crates.io/api/v1/crates/ahash/0.4.7/download",
"sha256": "739f4a8db6605981345c5654f3a85b056ce52f37a39d34da03f25bf2151ea16e"
}
},
"targets": [
{
"Library": {
"crate_name": "ahash",
"crate_root": "src/lib.rs",
"srcs": [
"**/*.rs"
]
}
}
],
"library_target_name": "ahash",
"common_attrs": {
"compile_data_glob": [
"**"
],
"edition": "2018",
"version": "0.4.7"
},
"license": "MIT OR Apache-2.0",
"license_ids": [
"Apache-2.0",
"MIT"
],
"license_file": null
},
"aho-corasick 0.7.18": {
"name": "aho-corasick",
"version": "0.7.18",
"package_url": "https://github.com/BurntSushi/aho-corasick",
"repository": {
"Http": {
"url": "https://crates.io/api/v1/crates/aho-corasick/0.7.18/download",
"sha256": "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f"
}
},
"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",
"std"
],
"selects": {}
},
"deps": {
"common": [
{
"id": "memchr 2.4.1",
"target": "memchr"
}
],
"selects": {}
},
"edition": "2018",
"version": "0.7.18"
},
"license": "Unlicense/MIT",
"license_ids": [
"MIT",
"Unlicense"
],
"license_file": null
},
"ansi_term 0.11.0": {
"name": "ansi_term",
"version": "0.11.0",
"package_url": "https://github.com/ogham/rust-ansi-term",
"repository": {
"Http": {
"url": "https://crates.io/api/v1/crates/ansi_term/0.11.0/download",
"sha256": "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"
}
},
"targets": [
{
"Library": {
"crate_name": "ansi_term",
"crate_root": "src/lib.rs",
"srcs": [
"**/*.rs"
]
}
}
],
"library_target_name": "ansi_term",
"common_attrs": {
"compile_data_glob": [
"**"
],
"deps": {
"common": [],
"selects": {
"cfg(target_os = \"windows\")": [
{
"id": "winapi 0.3.9",
"target": "winapi"
}
]
}
},
"edition": "2015",
"version": "0.11.0"
},
"license": "MIT",
"license_ids": [
"MIT"
],
"license_file": null
},
"anyhow 1.0.44": {
"name": "anyhow",
"version": "1.0.44",
"package_url": "https://github.com/dtolnay/anyhow",
"repository": {
"Http": {
"url": "https://crates.io/api/v1/crates/anyhow/1.0.44/download",
"sha256": "61604a8f862e1d5c3229fdd78f8b02c68dcf73a4c4b05fd636d12240aaa242c1"
}
},
"targets": [
{
"Library": {
"crate_name": "anyhow",
"crate_root": "src/lib.rs",
"srcs": [
"**/*.rs"
]
}
},
{
"BuildScript": {
"crate_name": "build_script_build",
"crate_root": "build.rs",
"srcs": [
"**/*.rs"
]
}
}
],
"library_target_name": "anyhow",
"common_attrs": {
"compile_data_glob": [
"**"
],
"crate_features": {
"common": [
"default",
"std"
],
"selects": {}
},
"deps": {
"common": [
{
"id": "anyhow 1.0.44",
"target": "build_script_build"
}
],
"selects": {}
},
"edition": "2018",
"version": "1.0.44"
},
"build_script_attrs": {
"data_glob": [
"**"
]
},
"license": "MIT OR Apache-2.0",
"license_ids": [
"Apache-2.0",
"MIT"
],
"license_file": null
},
"atty 0.2.14": {
"name": "atty",
"version": "0.2.14",
"package_url": "https://github.com/softprops/atty",
"repository": {
"Http": {
"url": "https://crates.io/api/v1/crates/atty/0.2.14/download",
"sha256": "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
}
},
"targets": [
{
"Library": {
"crate_name": "atty",
"crate_root": "src/lib.rs",
"srcs": [
"**/*.rs"
]
}
}
],
"library_target_name": "atty",
"common_attrs": {
"compile_data_glob": [
"**"
],
"deps": {
"common": [],
"selects": {
"cfg(target_os = \"hermit\")": [
{
"id": "hermit-abi 0.1.19",
"target": "hermit_abi"
}
],
"cfg(unix)": [
{
"id": "libc 0.2.101",
"target": "libc"
}
],
"cfg(windows)": [
{
"id": "winapi 0.3.9",
"target": "winapi"
}
]
}
},
"edition": "2015",
"version": "0.2.14"
},
"license": "MIT",
"license_ids": [
"MIT"
],
"license_file": null
},
"bitflags 1.3.2": {
"name": "bitflags",
"version": "1.3.2",
"package_url": "https://github.com/bitflags/bitflags",
"repository": {
"Http": {
"url": "https://crates.io/api/v1/crates/bitflags/1.3.2/download",
"sha256": "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
}
},
"targets": [
{
"Library": {
"crate_name": "bitflags",
"crate_root": "src/lib.rs",
"srcs": [
"**/*.rs"
]
}
}
],
"library_target_name": "bitflags",
"common_attrs": {
"compile_data_glob": [
"**"
],
"crate_features": {
"common": [
"default"
],
"selects": {}
},
"edition": "2018",
"version": "1.3.2"
},
"license": "MIT/Apache-2.0",
"license_ids": [
"Apache-2.0",
"MIT"
],
"license_file": null
},
"cc 1.0.70": {
"name": "cc",
"version": "1.0.70",
"package_url": "https://github.com/alexcrichton/cc-rs",
"repository": {
"Http": {
"url": "https://crates.io/api/v1/crates/cc/1.0.70/download",
"sha256": "d26a6ce4b6a484fa3edb70f7efa6fc430fd2b87285fe8b84304fd0936faa0dc0"
}
},
"targets": [
{
"Library": {
"crate_name": "cc",
"crate_root": "src/lib.rs",
"srcs": [
"**/*.rs"
]
}
}
],
"library_target_name": "cc",
"common_attrs": {
"compile_data_glob": [
"**"
],
"edition": "2018",
"version": "1.0.70"
},
"license": "MIT/Apache-2.0",
"license_ids": [
"Apache-2.0",
"MIT"
],
"license_file": null
},
"cfg-if 1.0.0": {
"name": "cfg-if",
"version": "1.0.0",
"package_url": "https://github.com/alexcrichton/cfg-if",
"repository": {
"Http": {
"url": "https://crates.io/api/v1/crates/cfg-if/1.0.0/download",
"sha256": "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
}
},
"targets": [
{
"Library": {
"crate_name": "cfg_if",
"crate_root": "src/lib.rs",
"srcs": [
"**/*.rs"
]
}
}
],
"library_target_name": "cfg_if",
"common_attrs": {
"compile_data_glob": [
"**"
],
"edition": "2018",
"version": "1.0.0"
},
"license": "MIT/Apache-2.0",
"license_ids": [
"Apache-2.0",
"MIT"
],
"license_file": null
},
"clap 2.33.3": {
"name": "clap",
"version": "2.33.3",
"package_url": "https://github.com/clap-rs/clap",
"repository": {
"Http": {
"url": "https://crates.io/api/v1/crates/clap/2.33.3/download",
"sha256": "37e58ac78573c40708d45522f0d80fa2f01cc4f9b4e2bf749807255454312002"
}
},
"targets": [
{
"Library": {
"crate_name": "clap",
"crate_root": "src/lib.rs",
"srcs": [
"**/*.rs"
]
}
}
],
"library_target_name": "clap",
"common_attrs": {
"compile_data_glob": [
"**"
],
"crate_features": {
"common": [
"ansi_term",
"atty",
"color",
"default",
"strsim",
"suggestions",
"vec_map"
],
"selects": {}
},
"deps": {
"common": [
{
"id": "atty 0.2.14",
"target": "atty"
},
{
"id": "bitflags 1.3.2",
"target": "bitflags"
},
{
"id": "strsim 0.8.0",
"target": "strsim"
},
{
"id": "textwrap 0.11.0",
"target": "textwrap"
},
{
"id": "unicode-width 0.1.8",
"target": "unicode_width"
},
{
"id": "vec_map 0.8.2",
"target": "vec_map"
}
],
"selects": {
"cfg(not(windows))": [
{
"id": "ansi_term 0.11.0",
"target": "ansi_term"
}
]
}
},
"edition": "2015",
"version": "2.33.3"
},
"license": "MIT",
"license_ids": [
"MIT"
],
"license_file": null
},
"hashbrown 0.9.1": {
"name": "hashbrown",
"version": "0.9.1",
"package_url": "https://github.com/rust-lang/hashbrown",
"repository": {
"Http": {
"url": "https://crates.io/api/v1/crates/hashbrown/0.9.1/download",
"sha256": "d7afe4a420e3fe79967a00898cc1f4db7c8a49a9333a29f8a4bd76a253d5cd04"
}
},
"targets": [
{
"Library": {
"crate_name": "hashbrown",
"crate_root": "src/lib.rs",
"srcs": [
"**/*.rs"
]
}
}
],
"library_target_name": "hashbrown",
"common_attrs": {
"compile_data_glob": [
"**"
],
"crate_features": {
"common": [
"ahash",
"inline-more"
],
"selects": {}
},
"deps": {
"common": [
{
"id": "ahash 0.4.7",
"target": "ahash"
}
],
"selects": {}
},
"edition": "2018",
"version": "0.9.1"
},
"license": "Apache-2.0/MIT",
"license_ids": [
"Apache-2.0",
"MIT"
],
"license_file": null
},
"hermit-abi 0.1.19": {
"name": "hermit-abi",
"version": "0.1.19",
"package_url": "https://github.com/hermitcore/libhermit-rs",
"repository": {
"Http": {
"url": "https://crates.io/api/v1/crates/hermit-abi/0.1.19/download",
"sha256": "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
}
},
"targets": [
{
"Library": {
"crate_name": "hermit_abi",
"crate_root": "src/lib.rs",
"srcs": [
"**/*.rs"
]
}
}
],
"library_target_name": "hermit_abi",
"common_attrs": {
"compile_data_glob": [
"**"
],
"deps": {
"common": [
{
"id": "libc 0.2.101",
"target": "libc"
}
],
"selects": {}
},
"edition": "2018",
"version": "0.1.19"
},
"license": "MIT/Apache-2.0",
"license_ids": [
"Apache-2.0",
"MIT"
],
"license_file": null
},
"itoa 1.0.1": {
"name": "itoa",
"version": "1.0.1",
"package_url": "https://github.com/dtolnay/itoa",
"repository": {
"Http": {
"url": "https://crates.io/api/v1/crates/itoa/1.0.1/download",
"sha256": "1aab8fc367588b89dcee83ab0fd66b72b50b72fa1904d7095045ace2b0c81c35"
}
},
"targets": [
{
"Library": {
"crate_name": "itoa",
"crate_root": "src/lib.rs",
"srcs": [
"**/*.rs"
]
}
}
],
"library_target_name": "itoa",
"common_attrs": {
"compile_data_glob": [
"**"
],
"edition": "2018",
"version": "1.0.1"
},
"license": "MIT OR Apache-2.0",
"license_ids": [
"Apache-2.0",
"MIT"
],
"license_file": null
},
"libc 0.2.101": {
"name": "libc",
"version": "0.2.101",
"package_url": "https://github.com/rust-lang/libc",
"repository": {
"Http": {
"url": "https://crates.io/api/v1/crates/libc/0.2.101/download",
"sha256": "3cb00336871be5ed2c8ed44b60ae9959dc5b9f08539422ed43f09e34ecaeba21"
}
},
"targets": [
{
"Library": {
"crate_name": "libc",
"crate_root": "src/lib.rs",
"srcs": [
"**/*.rs"
]
}
},
{
"BuildScript": {
"crate_name": "build_script_build",
"crate_root": "build.rs",
"srcs": [
"**/*.rs"
]
}
}
],
"library_target_name": "libc",
"common_attrs": {
"compile_data_glob": [
"**"
],
"deps": {
"common": [
{
"id": "libc 0.2.101",
"target": "build_script_build"
}
],
"selects": {}
},
"edition": "2015",
"version": "0.2.101"
},
"build_script_attrs": {
"data_glob": [
"**"
]
},
"license": "MIT OR Apache-2.0",
"license_ids": [
"Apache-2.0",
"MIT"
],
"license_file": null
},
"log 0.4.14": {
"name": "log",
"version": "0.4.14",
"package_url": "https://github.com/rust-lang/log",
"repository": {
"Http": {
"url": "https://crates.io/api/v1/crates/log/0.4.14/download",
"sha256": "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710"
}
},
"targets": [
{
"Library": {
"crate_name": "log",
"crate_root": "src/lib.rs",
"srcs": [
"**/*.rs"
]
}
},
{
"BuildScript": {
"crate_name": "build_script_build",
"crate_root": "build.rs",
"srcs": [
"**/*.rs"
]
}
}
],
"library_target_name": "log",
"common_attrs": {
"compile_data_glob": [
"**"
],
"deps": {
"common": [
{
"id": "cfg-if 1.0.0",
"target": "cfg_if"
},
{
"id": "log 0.4.14",
"target": "build_script_build"
}
],
"selects": {}
},
"edition": "2015",
"version": "0.4.14"
},
"build_script_attrs": {
"data_glob": [
"**"
]
},
"license": "MIT OR Apache-2.0",
"license_ids": [
"Apache-2.0",
"MIT"
],
"license_file": null
},
"memchr 2.4.1": {
"name": "memchr",
"version": "2.4.1",
"package_url": "https://github.com/BurntSushi/memchr",
"repository": {
"Http": {
"url": "https://crates.io/api/v1/crates/memchr/2.4.1/download",
"sha256": "308cc39be01b73d0d18f82a0e7b2a3df85245f84af96fdddc5d202d27e47b86a"
}
},
"targets": [
{
"Library": {
"crate_name": "memchr",
"crate_root": "src/lib.rs",
"srcs": [
"**/*.rs"
]
}
},
{
"BuildScript": {
"crate_name": "build_script_build",
"crate_root": "build.rs",
"srcs": [
"**/*.rs"
]
}
}
],
"library_target_name": "memchr",
"common_attrs": {
"compile_data_glob": [
"**"
],
"crate_features": {
"common": [
"default",
"std"
],
"selects": {}
},
"deps": {
"common": [
{
"id": "memchr 2.4.1",
"target": "build_script_build"
}
],
"selects": {}
},
"edition": "2018",
"version": "2.4.1"
},
"build_script_attrs": {
"data_glob": [
"**"
]
},
"license": "Unlicense/MIT",
"license_ids": [
"MIT",
"Unlicense"
],
"license_file": null
},
"proc-macro2 1.0.29": {
"name": "proc-macro2",
"version": "1.0.29",
"package_url": "https://github.com/alexcrichton/proc-macro2",
"repository": {
"Http": {
"url": "https://crates.io/api/v1/crates/proc-macro2/1.0.29/download",
"sha256": "b9f5105d4fdaab20335ca9565e106a5d9b82b6219b5ba735731124ac6711d23d"
}
},
"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": [
"default",
"proc-macro"
],
"selects": {}
},
"deps": {
"common": [
{
"id": "proc-macro2 1.0.29",
"target": "build_script_build"
},
{
"id": "unicode-xid 0.2.2",
"target": "unicode_xid"
}
],
"selects": {}
},
"edition": "2018",
"version": "1.0.29"
},
"build_script_attrs": {
"data_glob": [
"**"
]
},
"license": "MIT OR Apache-2.0",
"license_ids": [
"Apache-2.0",
"MIT"
],
"license_file": null
},
"quote 1.0.9": {
"name": "quote",
"version": "1.0.9",
"package_url": "https://github.com/dtolnay/quote",
"repository": {
"Http": {
"url": "https://crates.io/api/v1/crates/quote/1.0.9/download",
"sha256": "c3d0b9745dc2debf507c8422de05d7226cc1f0644216dfdfead988f9b1ab32a7"
}
},
"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.29",
"target": "proc_macro2"
}
],
"selects": {}
},
"edition": "2018",
"version": "1.0.9"
},
"license": "MIT OR Apache-2.0",
"license_ids": [
"Apache-2.0",
"MIT"
],
"license_file": null
},
"regex 1.5.5": {
"name": "regex",
"version": "1.5.5",
"package_url": "https://github.com/rust-lang/regex",
"repository": {
"Http": {
"url": "https://crates.io/api/v1/crates/regex/1.5.5/download",
"sha256": "1a11647b6b25ff05a515cb92c365cec08801e83423a235b51e231e1808747286"
}
},
"targets": [
{
"Library": {
"crate_name": "regex",
"crate_root": "src/lib.rs",
"srcs": [
"**/*.rs"
]
}
}
],
"library_target_name": "regex",
"common_attrs": {
"compile_data_glob": [
"**"
],
"crate_features": {
"common": [
"aho-corasick",
"default",
"memchr",
"perf",
"perf-cache",
"perf-dfa",
"perf-inline",
"perf-literal",
"std",
"unicode",
"unicode-age",
"unicode-bool",
"unicode-case",
"unicode-gencat",
"unicode-perl",
"unicode-script",
"unicode-segment"
],
"selects": {}
},
"deps": {
"common": [
{
"id": "aho-corasick 0.7.18",
"target": "aho_corasick"
},
{
"id": "memchr 2.4.1",
"target": "memchr"
},
{
"id": "regex-syntax 0.6.25",
"target": "regex_syntax"
}
],
"selects": {}
},
"edition": "2018",
"version": "1.5.5"
},
"license": "MIT OR Apache-2.0",
"license_ids": [
"Apache-2.0",
"MIT"
],
"license_file": null
},
"regex-syntax 0.6.25": {
"name": "regex-syntax",
"version": "0.6.25",
"package_url": "https://github.com/rust-lang/regex",
"repository": {
"Http": {
"url": "https://crates.io/api/v1/crates/regex-syntax/0.6.25/download",
"sha256": "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b"
}
},
"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",
"unicode",
"unicode-age",
"unicode-bool",
"unicode-case",
"unicode-gencat",
"unicode-perl",
"unicode-script",
"unicode-segment"
],
"selects": {}
},
"edition": "2018",
"version": "0.6.25"
},
"license": "MIT/Apache-2.0",
"license_ids": [
"Apache-2.0",
"MIT"
],
"license_file": null
},
"ryu 1.0.9": {
"name": "ryu",
"version": "1.0.9",
"package_url": "https://github.com/dtolnay/ryu",
"repository": {
"Http": {
"url": "https://crates.io/api/v1/crates/ryu/1.0.9/download",
"sha256": "73b4b750c782965c211b42f022f59af1fbceabdd026623714f104152f1ec149f"
}
},
"targets": [
{
"Library": {
"crate_name": "ryu",
"crate_root": "src/lib.rs",
"srcs": [
"**/*.rs"
]
}
}
],
"library_target_name": "ryu",
"common_attrs": {
"compile_data_glob": [
"**"
],
"edition": "2018",
"version": "1.0.9"
},
"license": "Apache-2.0 OR BSL-1.0",
"license_ids": [
"Apache-2.0",
"BSL-1.0"
],
"license_file": null
},
"serde 1.0.136": {
"name": "serde",
"version": "1.0.136",
"package_url": "https://github.com/serde-rs/serde",
"repository": {
"Http": {
"url": "https://crates.io/api/v1/crates/serde/1.0.136/download",
"sha256": "ce31e24b01e1e524df96f1c2fdd054405f8d7376249a5110886fb4b658484789"
}
},
"targets": [
{
"Library": {
"crate_name": "serde",
"crate_root": "src/lib.rs",
"srcs": [
"**/*.rs"
]
}
},
{
"BuildScript": {
"crate_name": "build_script_build",
"crate_root": "build.rs",
"srcs": [
"**/*.rs"
]
}
}
],
"library_target_name": "serde",
"common_attrs": {
"compile_data_glob": [
"**"
],
"crate_features": {
"common": [
"default",
"std"
],
"selects": {}
},
"deps": {
"common": [
{
"id": "serde 1.0.136",
"target": "build_script_build"
}
],
"selects": {}
},
"edition": "2015",
"version": "1.0.136"
},
"build_script_attrs": {
"data_glob": [
"**"
]
},
"license": "MIT OR Apache-2.0",
"license_ids": [
"Apache-2.0",
"MIT"
],
"license_file": null
},
"serde_json 1.0.79": {
"name": "serde_json",
"version": "1.0.79",
"package_url": "https://github.com/serde-rs/json",
"repository": {
"Http": {
"url": "https://crates.io/api/v1/crates/serde_json/1.0.79/download",
"sha256": "8e8d9fa5c3b304765ce1fd9c4c8a3de2c8db365a5b91be52f186efc675681d95"
}
},
"targets": [
{
"Library": {
"crate_name": "serde_json",
"crate_root": "src/lib.rs",
"srcs": [
"**/*.rs"
]
}
},
{
"BuildScript": {
"crate_name": "build_script_build",
"crate_root": "build.rs",
"srcs": [
"**/*.rs"
]
}
}
],
"library_target_name": "serde_json",
"common_attrs": {
"compile_data_glob": [
"**"
],
"crate_features": {
"common": [
"default",
"std"
],
"selects": {}
},
"deps": {
"common": [
{
"id": "itoa 1.0.1",
"target": "itoa"
},
{
"id": "ryu 1.0.9",
"target": "ryu"
},
{
"id": "serde 1.0.136",
"target": "serde"
},
{
"id": "serde_json 1.0.79",
"target": "build_script_build"
}
],
"selects": {}
},
"edition": "2018",
"version": "1.0.79"
},
"build_script_attrs": {
"data_glob": [
"**"
]
},
"license": "MIT OR Apache-2.0",
"license_ids": [
"Apache-2.0",
"MIT"
],
"license_file": null
},
"smallvec 1.6.1": {
"name": "smallvec",
"version": "1.6.1",
"package_url": "https://github.com/servo/rust-smallvec",
"repository": {
"Http": {
"url": "https://crates.io/api/v1/crates/smallvec/1.6.1/download",
"sha256": "fe0f37c9e8f3c5a4a66ad655a93c74daac4ad00c441533bf5c6e7990bb42604e"
}
},
"targets": [
{
"Library": {
"crate_name": "smallvec",
"crate_root": "src/lib.rs",
"srcs": [
"**/*.rs"
]
}
}
],
"library_target_name": "smallvec",
"common_attrs": {
"compile_data_glob": [
"**"
],
"crate_features": {
"common": [
"union"
],
"selects": {}
},
"edition": "2018",
"version": "1.6.1"
},
"license": "MIT/Apache-2.0",
"license_ids": [
"Apache-2.0",
"MIT"
],
"license_file": null
},
"string-interner 0.12.2": {
"name": "string-interner",
"version": "0.12.2",
"package_url": "https://github.com/robbepop/string-interner",
"repository": {
"Http": {
"url": "https://crates.io/api/v1/crates/string-interner/0.12.2/download",
"sha256": "383196d1876517ee6f9f0864d1fc1070331b803335d3c6daaa04bbcccd823c08"
}
},
"targets": [
{
"Library": {
"crate_name": "string_interner",
"crate_root": "src/lib.rs",
"srcs": [
"**/*.rs"
]
}
}
],
"library_target_name": "string_interner",
"common_attrs": {
"compile_data_glob": [
"**"
],
"crate_features": {
"common": [
"backends",
"inline-more",
"std"
],
"selects": {}
},
"deps": {
"common": [
{
"id": "cfg-if 1.0.0",
"target": "cfg_if"
},
{
"id": "hashbrown 0.9.1",
"target": "hashbrown"
}
],
"selects": {}
},
"edition": "2018",
"version": "0.12.2"
},
"license": "MIT/Apache-2.0",
"license_ids": [
"Apache-2.0",
"MIT"
],
"license_file": null
},
"strsim 0.8.0": {
"name": "strsim",
"version": "0.8.0",
"package_url": "https://github.com/dguo/strsim-rs",
"repository": {
"Http": {
"url": "https://crates.io/api/v1/crates/strsim/0.8.0/download",
"sha256": "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
}
},
"targets": [
{
"Library": {
"crate_name": "strsim",
"crate_root": "src/lib.rs",
"srcs": [
"**/*.rs"
]
}
}
],
"library_target_name": "strsim",
"common_attrs": {
"compile_data_glob": [
"**"
],
"edition": "2015",
"version": "0.8.0"
},
"license": "MIT",
"license_ids": [
"MIT"
],
"license_file": null
},
"syn 1.0.76": {
"name": "syn",
"version": "1.0.76",
"package_url": "https://github.com/dtolnay/syn",
"repository": {
"Http": {
"url": "https://crates.io/api/v1/crates/syn/1.0.76/download",
"sha256": "c6f107db402c2c2055242dbf4d2af0e69197202e9faacbef9571bbe47f5a1b84"
}
},
"targets": [
{
"Library": {
"crate_name": "syn",
"crate_root": "src/lib.rs",
"srcs": [
"**/*.rs"
]
}
},
{
"BuildScript": {
"crate_name": "build_script_build",
"crate_root": "build.rs",
"srcs": [
"**/*.rs"
]
}
}
],
"library_target_name": "syn",
"common_attrs": {
"compile_data_glob": [
"**"
],
"crate_features": {
"common": [
"clone-impls",
"default",
"derive",
"parsing",
"printing",
"proc-macro",
"quote"
],
"selects": {}
},
"deps": {
"common": [
{
"id": "proc-macro2 1.0.29",
"target": "proc_macro2"
},
{
"id": "quote 1.0.9",
"target": "quote"
},
{
"id": "syn 1.0.76",
"target": "build_script_build"
},
{
"id": "unicode-xid 0.2.2",
"target": "unicode_xid"
}
],
"selects": {}
},
"edition": "2018",
"version": "1.0.76"
},
"build_script_attrs": {
"data_glob": [
"**"
]
},
"license": "MIT OR Apache-2.0",
"license_ids": [
"Apache-2.0",
"MIT"
],
"license_file": null
},
"textwrap 0.11.0": {
"name": "textwrap",
"version": "0.11.0",
"package_url": "https://github.com/mgeisler/textwrap",
"repository": {
"Http": {
"url": "https://crates.io/api/v1/crates/textwrap/0.11.0/download",
"sha256": "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
}
},
"targets": [
{
"Library": {
"crate_name": "textwrap",
"crate_root": "src/lib.rs",
"srcs": [
"**/*.rs"
]
}
}
],
"library_target_name": "textwrap",
"common_attrs": {
"compile_data_glob": [
"**"
],
"deps": {
"common": [
{
"id": "unicode-width 0.1.8",
"target": "unicode_width"
}
],
"selects": {}
},
"edition": "2015",
"version": "0.11.0"
},
"license": "MIT",
"license_ids": [
"MIT"
],
"license_file": null
},
"thiserror 1.0.29": {
"name": "thiserror",
"version": "1.0.29",
"package_url": "https://github.com/dtolnay/thiserror",
"repository": {
"Http": {
"url": "https://crates.io/api/v1/crates/thiserror/1.0.29/download",
"sha256": "602eca064b2d83369e2b2f34b09c70b605402801927c65c11071ac911d299b88"
}
},
"targets": [
{
"Library": {
"crate_name": "thiserror",
"crate_root": "src/lib.rs",
"srcs": [
"**/*.rs"
]
}
}
],
"library_target_name": "thiserror",
"common_attrs": {
"compile_data_glob": [
"**"
],
"edition": "2018",
"proc_macro_deps": {
"common": [
{
"id": "thiserror-impl 1.0.29",
"target": "thiserror_impl"
}
],
"selects": {}
},
"version": "1.0.29"
},
"license": "MIT OR Apache-2.0",
"license_ids": [
"Apache-2.0",
"MIT"
],
"license_file": null
},
"thiserror-impl 1.0.29": {
"name": "thiserror-impl",
"version": "1.0.29",
"package_url": "https://github.com/dtolnay/thiserror",
"repository": {
"Http": {
"url": "https://crates.io/api/v1/crates/thiserror-impl/1.0.29/download",
"sha256": "bad553cc2c78e8de258400763a647e80e6d1b31ee237275d756f6836d204494c"
}
},
"targets": [
{
"ProcMacro": {
"crate_name": "thiserror_impl",
"crate_root": "src/lib.rs",
"srcs": [
"**/*.rs"
]
}
}
],
"library_target_name": "thiserror_impl",
"common_attrs": {
"compile_data_glob": [
"**"
],
"deps": {
"common": [
{
"id": "proc-macro2 1.0.29",
"target": "proc_macro2"
},
{
"id": "quote 1.0.9",
"target": "quote"
},
{
"id": "syn 1.0.76",
"target": "syn"
}
],
"selects": {}
},
"edition": "2018",
"version": "1.0.29"
},
"license": "MIT OR Apache-2.0",
"license_ids": [
"Apache-2.0",
"MIT"
],
"license_file": null
},
"tree-sitter 0.20.4": {
"name": "tree-sitter",
"version": "0.20.4",
"package_url": "https://github.com/tree-sitter/tree-sitter",
"repository": {
"Http": {
"url": "https://crates.io/api/v1/crates/tree-sitter/0.20.4/download",
"sha256": "4e34327f8eac545e3f037382471b2b19367725a242bba7bc45edb9efb49fe39a"
}
},
"targets": [
{
"Library": {
"crate_name": "tree_sitter",
"crate_root": "binding_rust/lib.rs",
"srcs": [
"**/*.rs"
]
}
},
{
"BuildScript": {
"crate_name": "build_script_build",
"crate_root": "binding_rust/build.rs",
"srcs": [
"**/*.rs"
]
}
}
],
"library_target_name": "tree_sitter",
"common_attrs": {
"compile_data_glob": [
"**"
],
"deps": {
"common": [
{
"id": "regex 1.5.5",
"target": "regex"
},
{
"id": "tree-sitter 0.20.4",
"target": "build_script_build"
}
],
"selects": {}
},
"edition": "2018",
"version": "0.20.4"
},
"build_script_attrs": {
"data_glob": [
"**"
],
"deps": {
"common": [
{
"id": "cc 1.0.70",
"target": "cc"
}
],
"selects": {}
}
},
"license": "MIT",
"license_ids": [
"MIT"
],
"license_file": null
},
"tree-sitter-graph 0.7.0": {
"name": "tree-sitter-graph",
"version": "0.7.0",
"package_url": "https://github.com/tree-sitter/tree-sitter-graph/",
"repository": {
"Http": {
"url": "https://crates.io/api/v1/crates/tree-sitter-graph/0.7.0/download",
"sha256": "639d21e886f581d293de5f5081f09af003c54607ff3fa85efa159b243ba1f97a"
}
},
"targets": [
{
"Library": {
"crate_name": "tree_sitter_graph",
"crate_root": "src/lib.rs",
"srcs": [
"**/*.rs"
]
}
}
],
"library_target_name": "tree_sitter_graph",
"common_attrs": {
"compile_data_glob": [
"**"
],
"deps": {
"common": [
{
"id": "log 0.4.14",
"target": "log"
},
{
"id": "regex 1.5.5",
"target": "regex"
},
{
"id": "serde 1.0.136",
"target": "serde"
},
{
"id": "serde_json 1.0.79",
"target": "serde_json"
},
{
"id": "smallvec 1.6.1",
"target": "smallvec"
},
{
"id": "string-interner 0.12.2",
"target": "string_interner"
},
{
"id": "thiserror 1.0.29",
"target": "thiserror"
},
{
"id": "tree-sitter 0.20.4",
"target": "tree_sitter"
}
],
"selects": {}
},
"edition": "2018",
"version": "0.7.0"
},
"license": "MIT OR Apache-2.0",
"license_ids": [
"Apache-2.0",
"MIT"
],
"license_file": null
},
"tree-sitter-python 0.19.0": {
"name": "tree-sitter-python",
"version": "0.19.0",
"package_url": "https://github.com/tree-sitter/tree-sitter-python",
"repository": null,
"targets": [
{
"Library": {
"crate_name": "tree_sitter_python",
"crate_root": "bindings/rust/lib.rs",
"srcs": [
"**/*.rs"
]
}
},
{
"BuildScript": {
"crate_name": "build_script_build",
"crate_root": "bindings/rust/build.rs",
"srcs": [
"**/*.rs"
]
}
}
],
"library_target_name": "tree_sitter_python",
"common_attrs": {
"compile_data_glob": [
"**"
],
"deps": {
"common": [
{
"id": "tree-sitter 0.20.4",
"target": "tree_sitter"
},
{
"id": "tree-sitter-python 0.19.0",
"target": "build_script_build"
}
],
"selects": {}
},
"edition": "2018",
"version": "0.19.0"
},
"build_script_attrs": {
"data_glob": [
"**"
],
"deps": {
"common": [
{
"id": "cc 1.0.70",
"target": "cc"
}
],
"selects": {}
}
},
"license": "MIT",
"license_ids": [
"MIT"
],
"license_file": null
},
"tsg-python 0.1.0": {
"name": "tsg-python",
"version": "0.1.0",
"package_url": null,
"repository": null,
"targets": [],
"library_target_name": null,
"common_attrs": {
"compile_data_glob": [
"**"
],
"deps": {
"common": [
{
"id": "anyhow 1.0.44",
"target": "anyhow"
},
{
"id": "clap 2.33.3",
"target": "clap"
},
{
"id": "regex 1.5.5",
"target": "regex"
},
{
"id": "smallvec 1.6.1",
"target": "smallvec"
},
{
"id": "string-interner 0.12.2",
"target": "string_interner"
},
{
"id": "thiserror 1.0.29",
"target": "thiserror"
},
{
"id": "tree-sitter 0.20.4",
"target": "tree_sitter"
},
{
"id": "tree-sitter-graph 0.7.0",
"target": "tree_sitter_graph"
}
],
"selects": {}
},
"edition": "2018",
"version": "0.1.0"
},
"license": null,
"license_ids": [],
"license_file": null
},
"unicode-width 0.1.8": {
"name": "unicode-width",
"version": "0.1.8",
"package_url": "https://github.com/unicode-rs/unicode-width",
"repository": {
"Http": {
"url": "https://crates.io/api/v1/crates/unicode-width/0.1.8/download",
"sha256": "9337591893a19b88d8d87f2cec1e73fad5cdfd10e5a6f349f498ad6ea2ffb1e3"
}
},
"targets": [
{
"Library": {
"crate_name": "unicode_width",
"crate_root": "src/lib.rs",
"srcs": [
"**/*.rs"
]
}
}
],
"library_target_name": "unicode_width",
"common_attrs": {
"compile_data_glob": [
"**"
],
"crate_features": {
"common": [
"default"
],
"selects": {}
},
"edition": "2015",
"version": "0.1.8"
},
"license": "MIT/Apache-2.0",
"license_ids": [
"Apache-2.0",
"MIT"
],
"license_file": null
},
"unicode-xid 0.2.2": {
"name": "unicode-xid",
"version": "0.2.2",
"package_url": "https://github.com/unicode-rs/unicode-xid",
"repository": {
"Http": {
"url": "https://crates.io/api/v1/crates/unicode-xid/0.2.2/download",
"sha256": "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3"
}
},
"targets": [
{
"Library": {
"crate_name": "unicode_xid",
"crate_root": "src/lib.rs",
"srcs": [
"**/*.rs"
]
}
}
],
"library_target_name": "unicode_xid",
"common_attrs": {
"compile_data_glob": [
"**"
],
"crate_features": {
"common": [
"default"
],
"selects": {}
},
"edition": "2015",
"version": "0.2.2"
},
"license": "MIT OR Apache-2.0",
"license_ids": [
"Apache-2.0",
"MIT"
],
"license_file": null
},
"vec_map 0.8.2": {
"name": "vec_map",
"version": "0.8.2",
"package_url": "https://github.com/contain-rs/vec-map",
"repository": {
"Http": {
"url": "https://crates.io/api/v1/crates/vec_map/0.8.2/download",
"sha256": "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
}
},
"targets": [
{
"Library": {
"crate_name": "vec_map",
"crate_root": "src/lib.rs",
"srcs": [
"**/*.rs"
]
}
}
],
"library_target_name": "vec_map",
"common_attrs": {
"compile_data_glob": [
"**"
],
"edition": "2015",
"version": "0.8.2"
},
"license": "MIT/Apache-2.0",
"license_ids": [
"Apache-2.0",
"MIT"
],
"license_file": null
},
"winapi 0.3.9": {
"name": "winapi",
"version": "0.3.9",
"package_url": "https://github.com/retep998/winapi-rs",
"repository": {
"Http": {
"url": "https://crates.io/api/v1/crates/winapi/0.3.9/download",
"sha256": "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
}
},
"targets": [
{
"Library": {
"crate_name": "winapi",
"crate_root": "src/lib.rs",
"srcs": [
"**/*.rs"
]
}
},
{
"BuildScript": {
"crate_name": "build_script_build",
"crate_root": "build.rs",
"srcs": [
"**/*.rs"
]
}
}
],
"library_target_name": "winapi",
"common_attrs": {
"compile_data_glob": [
"**"
],
"crate_features": {
"common": [
"consoleapi",
"errhandlingapi",
"minwinbase",
"minwindef",
"processenv",
"winbase"
],
"selects": {}
},
"deps": {
"common": [
{
"id": "winapi 0.3.9",
"target": "build_script_build"
}
],
"selects": {
"i686-pc-windows-gnu": [
{
"id": "winapi-i686-pc-windows-gnu 0.4.0",
"target": "winapi_i686_pc_windows_gnu"
}
],
"x86_64-pc-windows-gnu": [
{
"id": "winapi-x86_64-pc-windows-gnu 0.4.0",
"target": "winapi_x86_64_pc_windows_gnu"
}
]
}
},
"edition": "2015",
"version": "0.3.9"
},
"build_script_attrs": {
"data_glob": [
"**"
]
},
"license": "MIT/Apache-2.0",
"license_ids": [
"Apache-2.0",
"MIT"
],
"license_file": null
},
"winapi-i686-pc-windows-gnu 0.4.0": {
"name": "winapi-i686-pc-windows-gnu",
"version": "0.4.0",
"package_url": "https://github.com/retep998/winapi-rs",
"repository": {
"Http": {
"url": "https://crates.io/api/v1/crates/winapi-i686-pc-windows-gnu/0.4.0/download",
"sha256": "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
}
},
"targets": [
{
"Library": {
"crate_name": "winapi_i686_pc_windows_gnu",
"crate_root": "src/lib.rs",
"srcs": [
"**/*.rs"
]
}
},
{
"BuildScript": {
"crate_name": "build_script_build",
"crate_root": "build.rs",
"srcs": [
"**/*.rs"
]
}
}
],
"library_target_name": "winapi_i686_pc_windows_gnu",
"common_attrs": {
"compile_data_glob": [
"**"
],
"deps": {
"common": [
{
"id": "winapi-i686-pc-windows-gnu 0.4.0",
"target": "build_script_build"
}
],
"selects": {}
},
"edition": "2015",
"version": "0.4.0"
},
"build_script_attrs": {
"data_glob": [
"**"
]
},
"license": "MIT/Apache-2.0",
"license_ids": [
"Apache-2.0",
"MIT"
],
"license_file": null
},
"winapi-x86_64-pc-windows-gnu 0.4.0": {
"name": "winapi-x86_64-pc-windows-gnu",
"version": "0.4.0",
"package_url": "https://github.com/retep998/winapi-rs",
"repository": {
"Http": {
"url": "https://crates.io/api/v1/crates/winapi-x86_64-pc-windows-gnu/0.4.0/download",
"sha256": "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
}
},
"targets": [
{
"Library": {
"crate_name": "winapi_x86_64_pc_windows_gnu",
"crate_root": "src/lib.rs",
"srcs": [
"**/*.rs"
]
}
},
{
"BuildScript": {
"crate_name": "build_script_build",
"crate_root": "build.rs",
"srcs": [
"**/*.rs"
]
}
}
],
"library_target_name": "winapi_x86_64_pc_windows_gnu",
"common_attrs": {
"compile_data_glob": [
"**"
],
"deps": {
"common": [
{
"id": "winapi-x86_64-pc-windows-gnu 0.4.0",
"target": "build_script_build"
}
],
"selects": {}
},
"edition": "2015",
"version": "0.4.0"
},
"build_script_attrs": {
"data_glob": [
"**"
]
},
"license": "MIT/Apache-2.0",
"license_ids": [
"Apache-2.0",
"MIT"
],
"license_file": null
}
},
"binary_crates": [],
"workspace_members": {
"tree-sitter-python 0.19.0": "python/extractor/tsg-python/tree-sitter-python",
"tsg-python 0.1.0": "python/extractor/tsg-python"
},
"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"
],
"aarch64-unknown-nixos-gnu": [
"aarch64-unknown-nixos-gnu"
],
"aarch64-unknown-nto-qnx710": [
"aarch64-unknown-nto-qnx710"
],
"arm-unknown-linux-gnueabi": [
"arm-unknown-linux-gnueabi"
],
"armv7-linux-androideabi": [
"armv7-linux-androideabi"
],
"armv7-unknown-linux-gnueabi": [
"armv7-unknown-linux-gnueabi"
],
"cfg(not(windows))": [
"aarch64-apple-darwin",
"aarch64-apple-ios",
"aarch64-apple-ios-sim",
"aarch64-fuchsia",
"aarch64-linux-android",
"aarch64-unknown-linux-gnu",
"aarch64-unknown-nixos-gnu",
"aarch64-unknown-nto-qnx710",
"arm-unknown-linux-gnueabi",
"armv7-linux-androideabi",
"armv7-unknown-linux-gnueabi",
"i686-apple-darwin",
"i686-linux-android",
"i686-unknown-freebsd",
"i686-unknown-linux-gnu",
"powerpc-unknown-linux-gnu",
"riscv32imc-unknown-none-elf",
"riscv64gc-unknown-none-elf",
"s390x-unknown-linux-gnu",
"thumbv7em-none-eabi",
"thumbv8m.main-none-eabi",
"wasm32-unknown-unknown",
"wasm32-wasi",
"x86_64-apple-darwin",
"x86_64-apple-ios",
"x86_64-fuchsia",
"x86_64-linux-android",
"x86_64-unknown-freebsd",
"x86_64-unknown-linux-gnu",
"x86_64-unknown-nixos-gnu",
"x86_64-unknown-none"
],
"cfg(target_os = \"hermit\")": [],
"cfg(target_os = \"windows\")": [
"aarch64-pc-windows-msvc",
"i686-pc-windows-msvc",
"x86_64-pc-windows-msvc"
],
"cfg(unix)": [
"aarch64-apple-darwin",
"aarch64-apple-ios",
"aarch64-apple-ios-sim",
"aarch64-fuchsia",
"aarch64-linux-android",
"aarch64-unknown-linux-gnu",
"aarch64-unknown-nixos-gnu",
"aarch64-unknown-nto-qnx710",
"arm-unknown-linux-gnueabi",
"armv7-linux-androideabi",
"armv7-unknown-linux-gnueabi",
"i686-apple-darwin",
"i686-linux-android",
"i686-unknown-freebsd",
"i686-unknown-linux-gnu",
"powerpc-unknown-linux-gnu",
"s390x-unknown-linux-gnu",
"x86_64-apple-darwin",
"x86_64-apple-ios",
"x86_64-fuchsia",
"x86_64-linux-android",
"x86_64-unknown-freebsd",
"x86_64-unknown-linux-gnu",
"x86_64-unknown-nixos-gnu"
],
"cfg(windows)": [
"aarch64-pc-windows-msvc",
"i686-pc-windows-msvc",
"x86_64-pc-windows-msvc"
],
"i686-apple-darwin": [
"i686-apple-darwin"
],
"i686-linux-android": [
"i686-linux-android"
],
"i686-pc-windows-gnu": [],
"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-gnu": [],
"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-nixos-gnu": [
"x86_64-unknown-nixos-gnu"
],
"x86_64-unknown-none": [
"x86_64-unknown-none"
]
},
"direct_deps": [
"anyhow 1.0.44",
"cc 1.0.70",
"clap 2.33.3",
"regex 1.5.5",
"smallvec 1.6.1",
"string-interner 0.12.2",
"thiserror 1.0.29",
"tree-sitter 0.20.4",
"tree-sitter-graph 0.7.0"
],
"direct_dev_deps": []
}