blob: f93289dc02a6052759580ed681b20a048c051e25 [file] [log] [blame]
{
"checksum": "55aa47a95fdb4492626cc37f096c474cb2018a6d5b9797e0eb6e8c4fd4a39eca",
"crates": {
"anyhow 1.0.58": {
"name": "anyhow",
"version": "1.0.58",
"repository": {
"Http": {
"url": "https://crates.io/api/v1/crates/anyhow/1.0.58/download",
"sha256": "bb07d2053ccdbe10e2af2995a2f116c1330396493dc1269f6a91d0ae82e19704"
}
},
"targets": [
{
"Library": {
"crate_name": "anyhow",
"crate_root": "src/lib.rs",
"srcs": {
"include": [
"**/*.rs"
],
"exclude": []
}
}
},
{
"BuildScript": {
"crate_name": "build_script_build",
"crate_root": "build.rs",
"srcs": {
"include": [
"**/*.rs"
],
"exclude": []
}
}
}
],
"library_target_name": "anyhow",
"common_attrs": {
"compile_data_glob": [
"**"
],
"crate_features": [
"default",
"std"
],
"deps": {
"common": [
{
"id": "anyhow 1.0.58",
"target": "build_script_build"
}
],
"selects": {}
},
"edition": "2018",
"version": "1.0.58"
},
"build_script_attrs": {
"data_glob": [
"**"
]
},
"license": "MIT OR Apache-2.0"
},
"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": {
"include": [
"**/*.rs"
],
"exclude": []
}
}
}
],
"library_target_name": "autocfg",
"common_attrs": {
"compile_data_glob": [
"**"
],
"edition": "2015",
"version": "1.1.0"
},
"license": "Apache-2.0 OR MIT"
},
"bitflags 1.3.2": {
"name": "bitflags",
"version": "1.3.2",
"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": {
"include": [
"**/*.rs"
],
"exclude": []
}
}
}
],
"library_target_name": "bitflags",
"common_attrs": {
"compile_data_glob": [
"**"
],
"crate_features": [
"default"
],
"edition": "2018",
"version": "1.3.2"
},
"license": "MIT/Apache-2.0"
},
"cfg-if 1.0.0": {
"name": "cfg-if",
"version": "1.0.0",
"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": {
"include": [
"**/*.rs"
],
"exclude": []
}
}
}
],
"library_target_name": "cfg_if",
"common_attrs": {
"compile_data_glob": [
"**"
],
"edition": "2018",
"version": "1.0.0"
},
"license": "MIT/Apache-2.0"
},
"crossbeam-utils 0.8.10": {
"name": "crossbeam-utils",
"version": "0.8.10",
"repository": {
"Http": {
"url": "https://crates.io/api/v1/crates/crossbeam-utils/0.8.10/download",
"sha256": "7d82ee10ce34d7bc12c2122495e7593a9c41347ecdd64185af4ecf72cb1a7f83"
}
},
"targets": [
{
"Library": {
"crate_name": "crossbeam_utils",
"crate_root": "src/lib.rs",
"srcs": {
"include": [
"**/*.rs"
],
"exclude": []
}
}
},
{
"BuildScript": {
"crate_name": "build_script_build",
"crate_root": "build.rs",
"srcs": {
"include": [
"**/*.rs"
],
"exclude": []
}
}
}
],
"library_target_name": "crossbeam_utils",
"common_attrs": {
"compile_data_glob": [
"**"
],
"deps": {
"common": [
{
"id": "cfg-if 1.0.0",
"target": "cfg_if"
},
{
"id": "crossbeam-utils 0.8.10",
"target": "build_script_build"
}
],
"selects": {}
},
"edition": "2018",
"version": "0.8.10"
},
"build_script_attrs": {
"data_glob": [
"**"
]
},
"license": "MIT OR Apache-2.0"
},
"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": {
"include": [
"**/*.rs"
],
"exclude": []
}
}
}
],
"library_target_name": "direct_cargo_bazel_deps",
"common_attrs": {
"compile_data_glob": [
"**"
],
"deps": {
"common": [
{
"id": "anyhow 1.0.58",
"target": "anyhow"
},
{
"id": "itertools 0.10.3",
"target": "itertools"
},
{
"id": "maplit 1.0.2",
"target": "maplit"
},
{
"id": "memoffset 0.6.5",
"target": "memoffset"
},
{
"id": "pin-project 1.0.11",
"target": "pin_project"
},
{
"id": "proc-macro2 1.0.40",
"target": "proc_macro2"
},
{
"id": "quote 1.0.20",
"target": "quote"
},
{
"id": "salsa 0.16.1",
"target": "salsa"
},
{
"id": "serde 1.0.138",
"target": "serde"
},
{
"id": "serde_json 1.0.82",
"target": "serde_json"
},
{
"id": "static_assertions 1.1.0",
"target": "static_assertions"
},
{
"id": "syn 1.0.98",
"target": "syn"
}
],
"selects": {}
},
"edition": "2018",
"version": "0.0.1"
},
"license": null
},
"either 1.7.0": {
"name": "either",
"version": "1.7.0",
"repository": {
"Http": {
"url": "https://crates.io/api/v1/crates/either/1.7.0/download",
"sha256": "3f107b87b6afc2a64fd13cac55fe06d6c8859f12d4b14cbcdd2c67d0976781be"
}
},
"targets": [
{
"Library": {
"crate_name": "either",
"crate_root": "src/lib.rs",
"srcs": {
"include": [
"**/*.rs"
],
"exclude": []
}
}
}
],
"library_target_name": "either",
"common_attrs": {
"compile_data_glob": [
"**"
],
"edition": "2018",
"version": "1.7.0"
},
"license": "MIT/Apache-2.0"
},
"hashbrown 0.12.1": {
"name": "hashbrown",
"version": "0.12.1",
"repository": {
"Http": {
"url": "https://crates.io/api/v1/crates/hashbrown/0.12.1/download",
"sha256": "db0d4cf898abf0081f964436dc980e96670a0f36863e4b83aaacdb65c9d7ccc3"
}
},
"targets": [
{
"Library": {
"crate_name": "hashbrown",
"crate_root": "src/lib.rs",
"srcs": {
"include": [
"**/*.rs"
],
"exclude": []
}
}
}
],
"library_target_name": "hashbrown",
"common_attrs": {
"compile_data_glob": [
"**"
],
"crate_features": [
"raw"
],
"edition": "2021",
"version": "0.12.1"
},
"license": "MIT OR Apache-2.0"
},
"heck 0.3.3": {
"name": "heck",
"version": "0.3.3",
"repository": {
"Http": {
"url": "https://crates.io/api/v1/crates/heck/0.3.3/download",
"sha256": "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
}
},
"targets": [
{
"Library": {
"crate_name": "heck",
"crate_root": "src/lib.rs",
"srcs": {
"include": [
"**/*.rs"
],
"exclude": []
}
}
}
],
"library_target_name": "heck",
"common_attrs": {
"compile_data_glob": [
"**"
],
"deps": {
"common": [
{
"id": "unicode-segmentation 1.9.0",
"target": "unicode_segmentation"
}
],
"selects": {}
},
"edition": "2018",
"version": "0.3.3"
},
"license": "MIT OR Apache-2.0"
},
"indexmap 1.9.1": {
"name": "indexmap",
"version": "1.9.1",
"repository": {
"Http": {
"url": "https://crates.io/api/v1/crates/indexmap/1.9.1/download",
"sha256": "10a35a97730320ffe8e2d410b5d3b69279b98d2c14bdb8b70ea89ecf7888d41e"
}
},
"targets": [
{
"Library": {
"crate_name": "indexmap",
"crate_root": "src/lib.rs",
"srcs": {
"include": [
"**/*.rs"
],
"exclude": []
}
}
},
{
"BuildScript": {
"crate_name": "build_script_build",
"crate_root": "build.rs",
"srcs": {
"include": [
"**/*.rs"
],
"exclude": []
}
}
}
],
"library_target_name": "indexmap",
"common_attrs": {
"compile_data_glob": [
"**"
],
"deps": {
"common": [
{
"id": "hashbrown 0.12.1",
"target": "hashbrown"
},
{
"id": "indexmap 1.9.1",
"target": "build_script_build"
}
],
"selects": {}
},
"edition": "2021",
"version": "1.9.1"
},
"build_script_attrs": {
"data_glob": [
"**"
],
"deps": {
"common": [
{
"id": "autocfg 1.1.0",
"target": "autocfg"
}
],
"selects": {}
}
},
"license": "Apache-2.0 OR MIT"
},
"instant 0.1.12": {
"name": "instant",
"version": "0.1.12",
"repository": {
"Http": {
"url": "https://crates.io/api/v1/crates/instant/0.1.12/download",
"sha256": "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
}
},
"targets": [
{
"Library": {
"crate_name": "instant",
"crate_root": "src/lib.rs",
"srcs": {
"include": [
"**/*.rs"
],
"exclude": []
}
}
}
],
"library_target_name": "instant",
"common_attrs": {
"compile_data_glob": [
"**"
],
"deps": {
"common": [
{
"id": "cfg-if 1.0.0",
"target": "cfg_if"
}
],
"selects": {}
},
"edition": "2018",
"version": "0.1.12"
},
"license": "BSD-3-Clause"
},
"itertools 0.10.3": {
"name": "itertools",
"version": "0.10.3",
"repository": {
"Http": {
"url": "https://crates.io/api/v1/crates/itertools/0.10.3/download",
"sha256": "a9a9d19fa1e79b6215ff29b9d6880b706147f16e9b1dbb1e4e5947b5b02bc5e3"
}
},
"targets": [
{
"Library": {
"crate_name": "itertools",
"crate_root": "src/lib.rs",
"srcs": {
"include": [
"**/*.rs"
],
"exclude": []
}
}
}
],
"library_target_name": "itertools",
"common_attrs": {
"compile_data_glob": [
"**"
],
"crate_features": [
"default",
"use_alloc",
"use_std"
],
"deps": {
"common": [
{
"id": "either 1.7.0",
"target": "either"
}
],
"selects": {}
},
"edition": "2018",
"version": "0.10.3"
},
"license": "MIT/Apache-2.0"
},
"itoa 1.0.2": {
"name": "itoa",
"version": "1.0.2",
"repository": {
"Http": {
"url": "https://crates.io/api/v1/crates/itoa/1.0.2/download",
"sha256": "112c678d4050afce233f4f2852bb2eb519230b3cf12f33585275537d7e41578d"
}
},
"targets": [
{
"Library": {
"crate_name": "itoa",
"crate_root": "src/lib.rs",
"srcs": {
"include": [
"**/*.rs"
],
"exclude": []
}
}
}
],
"library_target_name": "itoa",
"common_attrs": {
"compile_data_glob": [
"**"
],
"edition": "2018",
"version": "1.0.2"
},
"license": "MIT OR Apache-2.0"
},
"libc 0.2.126": {
"name": "libc",
"version": "0.2.126",
"repository": {
"Http": {
"url": "https://crates.io/api/v1/crates/libc/0.2.126/download",
"sha256": "349d5a591cd28b49e1d1037471617a32ddcda5731b99419008085f72d5a53836"
}
},
"targets": [
{
"Library": {
"crate_name": "libc",
"crate_root": "src/lib.rs",
"srcs": {
"include": [
"**/*.rs"
],
"exclude": []
}
}
},
{
"BuildScript": {
"crate_name": "build_script_build",
"crate_root": "build.rs",
"srcs": {
"include": [
"**/*.rs"
],
"exclude": []
}
}
}
],
"library_target_name": "libc",
"common_attrs": {
"compile_data_glob": [
"**"
],
"crate_features": [
"default",
"std"
],
"deps": {
"common": [
{
"id": "libc 0.2.126",
"target": "build_script_build"
}
],
"selects": {}
},
"edition": "2015",
"version": "0.2.126"
},
"build_script_attrs": {
"data_glob": [
"**"
]
},
"license": "MIT OR Apache-2.0"
},
"lock_api 0.4.7": {
"name": "lock_api",
"version": "0.4.7",
"repository": {
"Http": {
"url": "https://crates.io/api/v1/crates/lock_api/0.4.7/download",
"sha256": "327fa5b6a6940e4699ec49a9beae1ea4845c6bab9314e4f84ac68742139d8c53"
}
},
"targets": [
{
"Library": {
"crate_name": "lock_api",
"crate_root": "src/lib.rs",
"srcs": {
"include": [
"**/*.rs"
],
"exclude": []
}
}
},
{
"BuildScript": {
"crate_name": "build_script_build",
"crate_root": "build.rs",
"srcs": {
"include": [
"**/*.rs"
],
"exclude": []
}
}
}
],
"library_target_name": "lock_api",
"common_attrs": {
"compile_data_glob": [
"**"
],
"deps": {
"common": [
{
"id": "lock_api 0.4.7",
"target": "build_script_build"
},
{
"id": "scopeguard 1.1.0",
"target": "scopeguard"
}
],
"selects": {}
},
"edition": "2018",
"version": "0.4.7"
},
"build_script_attrs": {
"data_glob": [
"**"
],
"deps": {
"common": [
{
"id": "autocfg 1.1.0",
"target": "autocfg"
}
],
"selects": {}
}
},
"license": "MIT OR Apache-2.0"
},
"log 0.4.17": {
"name": "log",
"version": "0.4.17",
"repository": {
"Http": {
"url": "https://crates.io/api/v1/crates/log/0.4.17/download",
"sha256": "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
}
},
"targets": [
{
"Library": {
"crate_name": "log",
"crate_root": "src/lib.rs",
"srcs": {
"include": [
"**/*.rs"
],
"exclude": []
}
}
},
{
"BuildScript": {
"crate_name": "build_script_build",
"crate_root": "build.rs",
"srcs": {
"include": [
"**/*.rs"
],
"exclude": []
}
}
}
],
"library_target_name": "log",
"common_attrs": {
"compile_data_glob": [
"**"
],
"deps": {
"common": [
{
"id": "cfg-if 1.0.0",
"target": "cfg_if"
},
{
"id": "log 0.4.17",
"target": "build_script_build"
}
],
"selects": {}
},
"edition": "2015",
"version": "0.4.17"
},
"build_script_attrs": {
"data_glob": [
"**"
]
},
"license": "MIT OR Apache-2.0"
},
"maplit 1.0.2": {
"name": "maplit",
"version": "1.0.2",
"repository": {
"Http": {
"url": "https://crates.io/api/v1/crates/maplit/1.0.2/download",
"sha256": "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
}
},
"targets": [
{
"Library": {
"crate_name": "maplit",
"crate_root": "src/lib.rs",
"srcs": {
"include": [
"**/*.rs"
],
"exclude": []
}
}
}
],
"library_target_name": "maplit",
"common_attrs": {
"compile_data_glob": [
"**"
],
"edition": "2015",
"version": "1.0.2"
},
"license": "MIT/Apache-2.0"
},
"memoffset 0.6.5": {
"name": "memoffset",
"version": "0.6.5",
"repository": {
"Http": {
"url": "https://crates.io/api/v1/crates/memoffset/0.6.5/download",
"sha256": "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"
}
},
"targets": [
{
"Library": {
"crate_name": "memoffset",
"crate_root": "src/lib.rs",
"srcs": {
"include": [
"**/*.rs"
],
"exclude": []
}
}
},
{
"BuildScript": {
"crate_name": "build_script_build",
"crate_root": "build.rs",
"srcs": {
"include": [
"**/*.rs"
],
"exclude": []
}
}
}
],
"library_target_name": "memoffset",
"common_attrs": {
"compile_data_glob": [
"**"
],
"crate_features": [
"default"
],
"deps": {
"common": [
{
"id": "memoffset 0.6.5",
"target": "build_script_build"
}
],
"selects": {}
},
"edition": "2015",
"version": "0.6.5"
},
"build_script_attrs": {
"data_glob": [
"**"
],
"deps": {
"common": [
{
"id": "autocfg 1.1.0",
"target": "autocfg"
}
],
"selects": {}
}
},
"license": "MIT"
},
"oorandom 11.1.3": {
"name": "oorandom",
"version": "11.1.3",
"repository": {
"Http": {
"url": "https://crates.io/api/v1/crates/oorandom/11.1.3/download",
"sha256": "0ab1bc2a289d34bd04a330323ac98a1b4bc82c9d9fcb1e66b63caa84da26b575"
}
},
"targets": [
{
"Library": {
"crate_name": "oorandom",
"crate_root": "src/lib.rs",
"srcs": {
"include": [
"**/*.rs"
],
"exclude": []
}
}
}
],
"library_target_name": "oorandom",
"common_attrs": {
"compile_data_glob": [
"**"
],
"edition": "2018",
"version": "11.1.3"
},
"license": "MIT"
},
"parking_lot 0.11.2": {
"name": "parking_lot",
"version": "0.11.2",
"repository": {
"Http": {
"url": "https://crates.io/api/v1/crates/parking_lot/0.11.2/download",
"sha256": "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"
}
},
"targets": [
{
"Library": {
"crate_name": "parking_lot",
"crate_root": "src/lib.rs",
"srcs": {
"include": [
"**/*.rs"
],
"exclude": []
}
}
}
],
"library_target_name": "parking_lot",
"common_attrs": {
"compile_data_glob": [
"**"
],
"crate_features": [
"default"
],
"deps": {
"common": [
{
"id": "instant 0.1.12",
"target": "instant"
},
{
"id": "lock_api 0.4.7",
"target": "lock_api"
},
{
"id": "parking_lot_core 0.8.5",
"target": "parking_lot_core"
}
],
"selects": {}
},
"edition": "2018",
"version": "0.11.2"
},
"license": "Apache-2.0/MIT"
},
"parking_lot_core 0.8.5": {
"name": "parking_lot_core",
"version": "0.8.5",
"repository": {
"Http": {
"url": "https://crates.io/api/v1/crates/parking_lot_core/0.8.5/download",
"sha256": "d76e8e1493bcac0d2766c42737f34458f1c8c50c0d23bcb24ea953affb273216"
}
},
"targets": [
{
"Library": {
"crate_name": "parking_lot_core",
"crate_root": "src/lib.rs",
"srcs": {
"include": [
"**/*.rs"
],
"exclude": []
}
}
},
{
"BuildScript": {
"crate_name": "build_script_build",
"crate_root": "build.rs",
"srcs": {
"include": [
"**/*.rs"
],
"exclude": []
}
}
}
],
"library_target_name": "parking_lot_core",
"common_attrs": {
"compile_data_glob": [
"**"
],
"deps": {
"common": [
{
"id": "cfg-if 1.0.0",
"target": "cfg_if"
},
{
"id": "instant 0.1.12",
"target": "instant"
},
{
"id": "parking_lot_core 0.8.5",
"target": "build_script_build"
},
{
"id": "smallvec 1.9.0",
"target": "smallvec"
}
],
"selects": {
"cfg(target_os = \"redox\")": [
{
"id": "redox_syscall 0.2.13",
"target": "syscall"
}
],
"cfg(unix)": [
{
"id": "libc 0.2.126",
"target": "libc"
}
],
"cfg(windows)": [
{
"id": "winapi 0.3.9",
"target": "winapi"
}
]
}
},
"edition": "2018",
"version": "0.8.5"
},
"build_script_attrs": {
"data_glob": [
"**"
]
},
"license": "Apache-2.0/MIT"
},
"pin-project 1.0.11": {
"name": "pin-project",
"version": "1.0.11",
"repository": {
"Http": {
"url": "https://crates.io/api/v1/crates/pin-project/1.0.11/download",
"sha256": "78203e83c48cffbe01e4a2d35d566ca4de445d79a85372fc64e378bfc812a260"
}
},
"targets": [
{
"Library": {
"crate_name": "pin_project",
"crate_root": "src/lib.rs",
"srcs": {
"include": [
"**/*.rs"
],
"exclude": []
}
}
}
],
"library_target_name": "pin_project",
"common_attrs": {
"compile_data_glob": [
"**"
],
"edition": "2018",
"proc_macro_deps": {
"common": [
{
"id": "pin-project-internal 1.0.11",
"target": "pin_project_internal"
}
],
"selects": {}
},
"version": "1.0.11"
},
"license": "Apache-2.0 OR MIT"
},
"pin-project-internal 1.0.11": {
"name": "pin-project-internal",
"version": "1.0.11",
"repository": {
"Http": {
"url": "https://crates.io/api/v1/crates/pin-project-internal/1.0.11/download",
"sha256": "710faf75e1b33345361201d36d04e98ac1ed8909151a017ed384700836104c74"
}
},
"targets": [
{
"ProcMacro": {
"crate_name": "pin_project_internal",
"crate_root": "src/lib.rs",
"srcs": {
"include": [
"**/*.rs"
],
"exclude": []
}
}
}
],
"library_target_name": "pin_project_internal",
"common_attrs": {
"compile_data_glob": [
"**"
],
"deps": {
"common": [
{
"id": "proc-macro2 1.0.40",
"target": "proc_macro2"
},
{
"id": "quote 1.0.20",
"target": "quote"
},
{
"id": "syn 1.0.98",
"target": "syn"
}
],
"selects": {}
},
"edition": "2018",
"version": "1.0.11"
},
"license": "Apache-2.0 OR MIT"
},
"proc-macro2 1.0.40": {
"name": "proc-macro2",
"version": "1.0.40",
"repository": {
"Http": {
"url": "https://crates.io/api/v1/crates/proc-macro2/1.0.40/download",
"sha256": "dd96a1e8ed2596c337f8eae5f24924ec83f5ad5ab21ea8e455d3566c69fbcaf7"
}
},
"targets": [
{
"Library": {
"crate_name": "proc_macro2",
"crate_root": "src/lib.rs",
"srcs": {
"include": [
"**/*.rs"
],
"exclude": []
}
}
},
{
"BuildScript": {
"crate_name": "build_script_build",
"crate_root": "build.rs",
"srcs": {
"include": [
"**/*.rs"
],
"exclude": []
}
}
}
],
"library_target_name": "proc_macro2",
"common_attrs": {
"compile_data_glob": [
"**"
],
"crate_features": [
"default",
"proc-macro"
],
"deps": {
"common": [
{
"id": "proc-macro2 1.0.40",
"target": "build_script_build"
},
{
"id": "unicode-ident 1.0.1",
"target": "unicode_ident"
}
],
"selects": {}
},
"edition": "2018",
"version": "1.0.40"
},
"build_script_attrs": {
"data_glob": [
"**"
]
},
"license": "MIT OR Apache-2.0"
},
"quote 1.0.20": {
"name": "quote",
"version": "1.0.20",
"repository": {
"Http": {
"url": "https://crates.io/api/v1/crates/quote/1.0.20/download",
"sha256": "3bcdf212e9776fbcb2d23ab029360416bb1706b1aea2d1a5ba002727cbcab804"
}
},
"targets": [
{
"Library": {
"crate_name": "quote",
"crate_root": "src/lib.rs",
"srcs": {
"include": [
"**/*.rs"
],
"exclude": []
}
}
},
{
"BuildScript": {
"crate_name": "build_script_build",
"crate_root": "build.rs",
"srcs": {
"include": [
"**/*.rs"
],
"exclude": []
}
}
}
],
"library_target_name": "quote",
"common_attrs": {
"compile_data_glob": [
"**"
],
"crate_features": [
"default",
"proc-macro"
],
"deps": {
"common": [
{
"id": "proc-macro2 1.0.40",
"target": "proc_macro2"
},
{
"id": "quote 1.0.20",
"target": "build_script_build"
}
],
"selects": {}
},
"edition": "2018",
"version": "1.0.20"
},
"build_script_attrs": {
"data_glob": [
"**"
]
},
"license": "MIT OR Apache-2.0"
},
"redox_syscall 0.2.13": {
"name": "redox_syscall",
"version": "0.2.13",
"repository": {
"Http": {
"url": "https://crates.io/api/v1/crates/redox_syscall/0.2.13/download",
"sha256": "62f25bc4c7e55e0b0b7a1d43fb893f4fa1361d0abe38b9ce4f323c2adfe6ef42"
}
},
"targets": [
{
"Library": {
"crate_name": "syscall",
"crate_root": "src/lib.rs",
"srcs": {
"include": [
"**/*.rs"
],
"exclude": []
}
}
}
],
"library_target_name": "syscall",
"common_attrs": {
"compile_data_glob": [
"**"
],
"deps": {
"common": [
{
"id": "bitflags 1.3.2",
"target": "bitflags"
}
],
"selects": {}
},
"edition": "2018",
"version": "0.2.13"
},
"license": "MIT"
},
"rustc-hash 1.1.0": {
"name": "rustc-hash",
"version": "1.1.0",
"repository": {
"Http": {
"url": "https://crates.io/api/v1/crates/rustc-hash/1.1.0/download",
"sha256": "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
}
},
"targets": [
{
"Library": {
"crate_name": "rustc_hash",
"crate_root": "src/lib.rs",
"srcs": {
"include": [
"**/*.rs"
],
"exclude": []
}
}
}
],
"library_target_name": "rustc_hash",
"common_attrs": {
"compile_data_glob": [
"**"
],
"crate_features": [
"default",
"std"
],
"edition": "2015",
"version": "1.1.0"
},
"license": "Apache-2.0/MIT"
},
"ryu 1.0.10": {
"name": "ryu",
"version": "1.0.10",
"repository": {
"Http": {
"url": "https://crates.io/api/v1/crates/ryu/1.0.10/download",
"sha256": "f3f6f92acf49d1b98f7a81226834412ada05458b7364277387724a237f062695"
}
},
"targets": [
{
"Library": {
"crate_name": "ryu",
"crate_root": "src/lib.rs",
"srcs": {
"include": [
"**/*.rs"
],
"exclude": []
}
}
}
],
"library_target_name": "ryu",
"common_attrs": {
"compile_data_glob": [
"**"
],
"edition": "2018",
"version": "1.0.10"
},
"license": "Apache-2.0 OR BSL-1.0"
},
"salsa 0.16.1": {
"name": "salsa",
"version": "0.16.1",
"repository": {
"Http": {
"url": "https://crates.io/api/v1/crates/salsa/0.16.1/download",
"sha256": "4b84d9f96071f3f3be0dc818eae3327625d8ebc95b58da37d6850724f31d3403"
}
},
"targets": [
{
"Library": {
"crate_name": "salsa",
"crate_root": "src/lib.rs",
"srcs": {
"include": [
"**/*.rs"
],
"exclude": []
}
}
}
],
"library_target_name": "salsa",
"common_attrs": {
"compile_data_glob": [
"**"
],
"deps": {
"common": [
{
"id": "crossbeam-utils 0.8.10",
"target": "crossbeam_utils"
},
{
"id": "indexmap 1.9.1",
"target": "indexmap"
},
{
"id": "lock_api 0.4.7",
"target": "lock_api"
},
{
"id": "log 0.4.17",
"target": "log"
},
{
"id": "oorandom 11.1.3",
"target": "oorandom"
},
{
"id": "parking_lot 0.11.2",
"target": "parking_lot"
},
{
"id": "rustc-hash 1.1.0",
"target": "rustc_hash"
},
{
"id": "smallvec 1.9.0",
"target": "smallvec"
}
],
"selects": {}
},
"edition": "2018",
"proc_macro_deps": {
"common": [
{
"id": "salsa-macros 0.16.0",
"target": "salsa_macros"
}
],
"selects": {}
},
"version": "0.16.1"
},
"license": "Apache-2.0 OR MIT"
},
"salsa-macros 0.16.0": {
"name": "salsa-macros",
"version": "0.16.0",
"repository": {
"Http": {
"url": "https://crates.io/api/v1/crates/salsa-macros/0.16.0/download",
"sha256": "cd3904a4ba0a9d0211816177fd34b04c7095443f8cdacd11175064fe541c8fe2"
}
},
"targets": [
{
"ProcMacro": {
"crate_name": "salsa_macros",
"crate_root": "src/lib.rs",
"srcs": {
"include": [
"**/*.rs"
],
"exclude": []
}
}
}
],
"library_target_name": "salsa_macros",
"common_attrs": {
"compile_data_glob": [
"**"
],
"deps": {
"common": [
{
"id": "heck 0.3.3",
"target": "heck"
},
{
"id": "proc-macro2 1.0.40",
"target": "proc_macro2"
},
{
"id": "quote 1.0.20",
"target": "quote"
},
{
"id": "syn 1.0.98",
"target": "syn"
}
],
"selects": {}
},
"edition": "2018",
"version": "0.16.0"
},
"license": "Apache-2.0 OR MIT"
},
"scopeguard 1.1.0": {
"name": "scopeguard",
"version": "1.1.0",
"repository": {
"Http": {
"url": "https://crates.io/api/v1/crates/scopeguard/1.1.0/download",
"sha256": "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
}
},
"targets": [
{
"Library": {
"crate_name": "scopeguard",
"crate_root": "src/lib.rs",
"srcs": {
"include": [
"**/*.rs"
],
"exclude": []
}
}
}
],
"library_target_name": "scopeguard",
"common_attrs": {
"compile_data_glob": [
"**"
],
"edition": "2015",
"version": "1.1.0"
},
"license": "MIT/Apache-2.0"
},
"serde 1.0.138": {
"name": "serde",
"version": "1.0.138",
"repository": {
"Http": {
"url": "https://crates.io/api/v1/crates/serde/1.0.138/download",
"sha256": "1578c6245786b9d168c5447eeacfb96856573ca56c9d68fdcf394be134882a47"
}
},
"targets": [
{
"Library": {
"crate_name": "serde",
"crate_root": "src/lib.rs",
"srcs": {
"include": [
"**/*.rs"
],
"exclude": []
}
}
},
{
"BuildScript": {
"crate_name": "build_script_build",
"crate_root": "build.rs",
"srcs": {
"include": [
"**/*.rs"
],
"exclude": []
}
}
}
],
"library_target_name": "serde",
"common_attrs": {
"compile_data_glob": [
"**"
],
"crate_features": [
"default",
"derive",
"rc",
"serde_derive",
"std"
],
"deps": {
"common": [
{
"id": "serde 1.0.138",
"target": "build_script_build"
}
],
"selects": {}
},
"edition": "2015",
"proc_macro_deps": {
"common": [
{
"id": "serde_derive 1.0.138",
"target": "serde_derive"
}
],
"selects": {}
},
"version": "1.0.138"
},
"build_script_attrs": {
"data_glob": [
"**"
]
},
"license": "MIT OR Apache-2.0"
},
"serde_derive 1.0.138": {
"name": "serde_derive",
"version": "1.0.138",
"repository": {
"Http": {
"url": "https://crates.io/api/v1/crates/serde_derive/1.0.138/download",
"sha256": "023e9b1467aef8a10fb88f25611870ada9800ef7e22afce356bb0d2387b6f27c"
}
},
"targets": [
{
"ProcMacro": {
"crate_name": "serde_derive",
"crate_root": "src/lib.rs",
"srcs": {
"include": [
"**/*.rs"
],
"exclude": []
}
}
},
{
"BuildScript": {
"crate_name": "build_script_build",
"crate_root": "build.rs",
"srcs": {
"include": [
"**/*.rs"
],
"exclude": []
}
}
}
],
"library_target_name": "serde_derive",
"common_attrs": {
"compile_data_glob": [
"**"
],
"crate_features": [
"default"
],
"deps": {
"common": [
{
"id": "proc-macro2 1.0.40",
"target": "proc_macro2"
},
{
"id": "quote 1.0.20",
"target": "quote"
},
{
"id": "serde_derive 1.0.138",
"target": "build_script_build"
},
{
"id": "syn 1.0.98",
"target": "syn"
}
],
"selects": {}
},
"edition": "2015",
"version": "1.0.138"
},
"build_script_attrs": {
"data_glob": [
"**"
]
},
"license": "MIT OR Apache-2.0"
},
"serde_json 1.0.82": {
"name": "serde_json",
"version": "1.0.82",
"repository": {
"Http": {
"url": "https://crates.io/api/v1/crates/serde_json/1.0.82/download",
"sha256": "82c2c1fdcd807d1098552c5b9a36e425e42e9fbd7c6a37a8425f390f781f7fa7"
}
},
"targets": [
{
"Library": {
"crate_name": "serde_json",
"crate_root": "src/lib.rs",
"srcs": {
"include": [
"**/*.rs"
],
"exclude": []
}
}
},
{
"BuildScript": {
"crate_name": "build_script_build",
"crate_root": "build.rs",
"srcs": {
"include": [
"**/*.rs"
],
"exclude": []
}
}
}
],
"library_target_name": "serde_json",
"common_attrs": {
"compile_data_glob": [
"**"
],
"crate_features": [
"default",
"std"
],
"deps": {
"common": [
{
"id": "itoa 1.0.2",
"target": "itoa"
},
{
"id": "ryu 1.0.10",
"target": "ryu"
},
{
"id": "serde 1.0.138",
"target": "serde"
},
{
"id": "serde_json 1.0.82",
"target": "build_script_build"
}
],
"selects": {}
},
"edition": "2018",
"version": "1.0.82"
},
"build_script_attrs": {
"data_glob": [
"**"
]
},
"license": "MIT OR Apache-2.0"
},
"smallvec 1.9.0": {
"name": "smallvec",
"version": "1.9.0",
"repository": {
"Http": {
"url": "https://crates.io/api/v1/crates/smallvec/1.9.0/download",
"sha256": "2fd0db749597d91ff862fd1d55ea87f7855a744a8425a64695b6fca237d1dad1"
}
},
"targets": [
{
"Library": {
"crate_name": "smallvec",
"crate_root": "src/lib.rs",
"srcs": {
"include": [
"**/*.rs"
],
"exclude": []
}
}
}
],
"library_target_name": "smallvec",
"common_attrs": {
"compile_data_glob": [
"**"
],
"edition": "2018",
"version": "1.9.0"
},
"license": "MIT OR Apache-2.0"
},
"static_assertions 1.1.0": {
"name": "static_assertions",
"version": "1.1.0",
"repository": {
"Http": {
"url": "https://crates.io/api/v1/crates/static_assertions/1.1.0/download",
"sha256": "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
}
},
"targets": [
{
"Library": {
"crate_name": "static_assertions",
"crate_root": "src/lib.rs",
"srcs": {
"include": [
"**/*.rs"
],
"exclude": []
}
}
}
],
"library_target_name": "static_assertions",
"common_attrs": {
"compile_data_glob": [
"**"
],
"edition": "2015",
"version": "1.1.0"
},
"license": "MIT OR Apache-2.0"
},
"syn 1.0.98": {
"name": "syn",
"version": "1.0.98",
"repository": {
"Http": {
"url": "https://crates.io/api/v1/crates/syn/1.0.98/download",
"sha256": "c50aef8a904de4c23c788f104b7dddc7d6f79c647c7c8ce4cc8f73eb0ca773dd"
}
},
"targets": [
{
"Library": {
"crate_name": "syn",
"crate_root": "src/lib.rs",
"srcs": {
"include": [
"**/*.rs"
],
"exclude": []
}
}
},
{
"BuildScript": {
"crate_name": "build_script_build",
"crate_root": "build.rs",
"srcs": {
"include": [
"**/*.rs"
],
"exclude": []
}
}
}
],
"library_target_name": "syn",
"common_attrs": {
"compile_data_glob": [
"**"
],
"crate_features": [
"clone-impls",
"default",
"derive",
"extra-traits",
"full",
"parsing",
"printing",
"proc-macro",
"quote",
"visit-mut"
],
"deps": {
"common": [
{
"id": "proc-macro2 1.0.40",
"target": "proc_macro2"
},
{
"id": "quote 1.0.20",
"target": "quote"
},
{
"id": "syn 1.0.98",
"target": "build_script_build"
},
{
"id": "unicode-ident 1.0.1",
"target": "unicode_ident"
}
],
"selects": {}
},
"edition": "2018",
"version": "1.0.98"
},
"build_script_attrs": {
"data_glob": [
"**"
]
},
"license": "MIT OR Apache-2.0"
},
"unicode-ident 1.0.1": {
"name": "unicode-ident",
"version": "1.0.1",
"repository": {
"Http": {
"url": "https://crates.io/api/v1/crates/unicode-ident/1.0.1/download",
"sha256": "5bd2fe26506023ed7b5e1e315add59d6f584c621d037f9368fea9cfb988f368c"
}
},
"targets": [
{
"Library": {
"crate_name": "unicode_ident",
"crate_root": "src/lib.rs",
"srcs": {
"include": [
"**/*.rs"
],
"exclude": []
}
}
}
],
"library_target_name": "unicode_ident",
"common_attrs": {
"compile_data_glob": [
"**"
],
"edition": "2018",
"version": "1.0.1"
},
"license": "MIT OR Apache-2.0"
},
"unicode-segmentation 1.9.0": {
"name": "unicode-segmentation",
"version": "1.9.0",
"repository": {
"Http": {
"url": "https://crates.io/api/v1/crates/unicode-segmentation/1.9.0/download",
"sha256": "7e8820f5d777f6224dc4be3632222971ac30164d4a258d595640799554ebfd99"
}
},
"targets": [
{
"Library": {
"crate_name": "unicode_segmentation",
"crate_root": "src/lib.rs",
"srcs": {
"include": [
"**/*.rs"
],
"exclude": []
}
}
}
],
"library_target_name": "unicode_segmentation",
"common_attrs": {
"compile_data_glob": [
"**"
],
"edition": "2018",
"version": "1.9.0"
},
"license": "MIT/Apache-2.0"
},
"winapi 0.3.9": {
"name": "winapi",
"version": "0.3.9",
"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": {
"include": [
"**/*.rs"
],
"exclude": []
}
}
},
{
"BuildScript": {
"crate_name": "build_script_build",
"crate_root": "build.rs",
"srcs": {
"include": [
"**/*.rs"
],
"exclude": []
}
}
}
],
"library_target_name": "winapi",
"common_attrs": {
"compile_data_glob": [
"**"
],
"crate_features": [
"errhandlingapi",
"handleapi",
"minwindef",
"ntstatus",
"winbase",
"winerror",
"winnt"
],
"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"
},
"winapi-i686-pc-windows-gnu 0.4.0": {
"name": "winapi-i686-pc-windows-gnu",
"version": "0.4.0",
"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": {
"include": [
"**/*.rs"
],
"exclude": []
}
}
},
{
"BuildScript": {
"crate_name": "build_script_build",
"crate_root": "build.rs",
"srcs": {
"include": [
"**/*.rs"
],
"exclude": []
}
}
}
],
"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"
},
"winapi-x86_64-pc-windows-gnu 0.4.0": {
"name": "winapi-x86_64-pc-windows-gnu",
"version": "0.4.0",
"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": {
"include": [
"**/*.rs"
],
"exclude": []
}
}
},
{
"BuildScript": {
"crate_name": "build_script_build",
"crate_root": "build.rs",
"srcs": {
"include": [
"**/*.rs"
],
"exclude": []
}
}
}
],
"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"
}
},
"binary_crates": [],
"workspace_members": {
"direct-cargo-bazel-deps 0.0.1": ""
},
"conditions": {
"cfg(target_os = \"redox\")": [],
"cfg(unix)": [
"aarch64-apple-darwin",
"aarch64-apple-ios",
"aarch64-apple-ios-sim",
"aarch64-linux-android",
"aarch64-unknown-linux-gnu",
"arm-unknown-linux-gnueabi",
"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-linux-android",
"x86_64-unknown-freebsd",
"x86_64-unknown-linux-gnu"
],
"cfg(windows)": [
"i686-pc-windows-msvc",
"x86_64-pc-windows-msvc"
],
"i686-pc-windows-gnu": [],
"x86_64-pc-windows-gnu": []
}
}