blob: 625a03acfa90f816559f2b567b7ebc7941bd9d80 [file] [log] [blame]
{
"checksum": "b99f816a61045df99ecf6ab53fb714fea66908a895d9ff7142cdebe168bfaef1",
"crates": {
"ansi_term 0.12.1": {
"name": "ansi_term",
"version": "0.12.1",
"repository": {
"Http": {
"url": "https://crates.io/api/v1/crates/ansi_term/0.12.1/download",
"sha256": "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
}
},
"targets": [
{
"Library": {
"crate_name": "ansi_term",
"crate_root": "src/lib.rs",
"srcs": {
"include": [
"**/*.rs"
],
"exclude": []
}
}
}
],
"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.12.1"
},
"license": "MIT"
},
"async-trait 0.1.56": {
"name": "async-trait",
"version": "0.1.56",
"repository": {
"Http": {
"url": "https://crates.io/api/v1/crates/async-trait/0.1.56/download",
"sha256": "96cf8829f67d2eab0b2dfa42c5d0ef737e0724e4a82b01b3e292456202b19716"
}
},
"targets": [
{
"ProcMacro": {
"crate_name": "async_trait",
"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": "async_trait",
"common_attrs": {
"compile_data_glob": [
"**"
],
"deps": {
"common": [
{
"id": "async-trait 0.1.56",
"target": "build_script_build"
},
{
"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.1.56"
},
"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"
},
"axum 0.4.8": {
"name": "axum",
"version": "0.4.8",
"repository": {
"Http": {
"url": "https://crates.io/api/v1/crates/axum/0.4.8/download",
"sha256": "c9f346c92c1e9a71d14fe4aaf7c2a5d9932cc4e5e48d8fb6641524416eb79ddd"
}
},
"targets": [
{
"Library": {
"crate_name": "axum",
"crate_root": "src/lib.rs",
"srcs": {
"include": [
"**/*.rs"
],
"exclude": []
}
}
}
],
"library_target_name": "axum",
"common_attrs": {
"compile_data_glob": [
"**",
"**/*.md"
],
"crate_features": [
"default",
"http1",
"json",
"serde_json",
"tower-log"
],
"deps": {
"common": [
{
"id": "axum-core 0.1.2",
"target": "axum_core"
},
{
"id": "bitflags 1.3.2",
"target": "bitflags"
},
{
"id": "bytes 1.1.0",
"target": "bytes"
},
{
"id": "futures-util 0.3.21",
"target": "futures_util"
},
{
"id": "http 0.2.8",
"target": "http"
},
{
"id": "http-body 0.4.5",
"target": "http_body"
},
{
"id": "hyper 0.14.19",
"target": "hyper"
},
{
"id": "matchit 0.4.6",
"target": "matchit"
},
{
"id": "memchr 2.5.0",
"target": "memchr"
},
{
"id": "mime 0.3.16",
"target": "mime"
},
{
"id": "percent-encoding 2.1.0",
"target": "percent_encoding"
},
{
"id": "pin-project-lite 0.2.9",
"target": "pin_project_lite"
},
{
"id": "serde 1.0.138",
"target": "serde"
},
{
"id": "serde_json 1.0.82",
"target": "serde_json"
},
{
"id": "serde_urlencoded 0.7.1",
"target": "serde_urlencoded"
},
{
"id": "sync_wrapper 0.1.1",
"target": "sync_wrapper"
},
{
"id": "tokio 1.19.2",
"target": "tokio"
},
{
"id": "tower 0.4.13",
"target": "tower"
},
{
"id": "tower-http 0.2.5",
"target": "tower_http"
},
{
"id": "tower-layer 0.3.1",
"target": "tower_layer"
},
{
"id": "tower-service 0.3.2",
"target": "tower_service"
}
],
"selects": {}
},
"edition": "2018",
"proc_macro_deps": {
"common": [
{
"id": "async-trait 0.1.56",
"target": "async_trait"
}
],
"selects": {}
},
"version": "0.4.8"
},
"license": "MIT"
},
"axum-core 0.1.2": {
"name": "axum-core",
"version": "0.1.2",
"repository": {
"Http": {
"url": "https://crates.io/api/v1/crates/axum-core/0.1.2/download",
"sha256": "6dbcda393bef9c87572779cb8ef916f12d77750b27535dd6819fa86591627a51"
}
},
"targets": [
{
"Library": {
"crate_name": "axum_core",
"crate_root": "src/lib.rs",
"srcs": {
"include": [
"**/*.rs"
],
"exclude": []
}
}
}
],
"library_target_name": "axum_core",
"common_attrs": {
"compile_data_glob": [
"**"
],
"deps": {
"common": [
{
"id": "bytes 1.1.0",
"target": "bytes"
},
{
"id": "futures-util 0.3.21",
"target": "futures_util"
},
{
"id": "http 0.2.8",
"target": "http"
},
{
"id": "http-body 0.4.5",
"target": "http_body"
},
{
"id": "mime 0.3.16",
"target": "mime"
}
],
"selects": {}
},
"edition": "2018",
"proc_macro_deps": {
"common": [
{
"id": "async-trait 0.1.56",
"target": "async_trait"
}
],
"selects": {}
},
"version": "0.1.2"
},
"license": "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"
},
"bytes 1.1.0": {
"name": "bytes",
"version": "1.1.0",
"repository": {
"Http": {
"url": "https://crates.io/api/v1/crates/bytes/1.1.0/download",
"sha256": "c4872d67bab6358e59559027aa3b9157c53d9358c51423c17554809a8858e0f8"
}
},
"targets": [
{
"Library": {
"crate_name": "bytes",
"crate_root": "src/lib.rs",
"srcs": {
"include": [
"**/*.rs"
],
"exclude": []
}
}
}
],
"library_target_name": "bytes",
"common_attrs": {
"compile_data_glob": [
"**"
],
"crate_features": [
"default",
"std"
],
"edition": "2018",
"version": "1.1.0"
},
"license": "MIT"
},
"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"
},
"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": "axum 0.4.8",
"target": "axum"
},
{
"id": "hyper 0.14.19",
"target": "hyper"
},
{
"id": "mime 0.3.16",
"target": "mime"
},
{
"id": "serde_json 1.0.82",
"target": "serde_json"
},
{
"id": "tokio 1.19.2",
"target": "tokio"
},
{
"id": "tower 0.4.13",
"target": "tower"
},
{
"id": "tower-http 0.2.5",
"target": "tower_http"
},
{
"id": "tracing 0.1.35",
"target": "tracing"
},
{
"id": "tracing-subscriber 0.3.14",
"target": "tracing_subscriber"
}
],
"selects": {}
},
"edition": "2018",
"version": "0.0.1"
},
"license": null
},
"fnv 1.0.7": {
"name": "fnv",
"version": "1.0.7",
"repository": {
"Http": {
"url": "https://crates.io/api/v1/crates/fnv/1.0.7/download",
"sha256": "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
}
},
"targets": [
{
"Library": {
"crate_name": "fnv",
"crate_root": "lib.rs",
"srcs": {
"include": [
"**/*.rs"
],
"exclude": []
}
}
}
],
"library_target_name": "fnv",
"common_attrs": {
"compile_data_glob": [
"**"
],
"crate_features": [
"default",
"std"
],
"edition": "2015",
"version": "1.0.7"
},
"license": "Apache-2.0 / MIT"
},
"form_urlencoded 1.0.1": {
"name": "form_urlencoded",
"version": "1.0.1",
"repository": {
"Http": {
"url": "https://crates.io/api/v1/crates/form_urlencoded/1.0.1/download",
"sha256": "5fc25a87fa4fd2094bffb06925852034d90a17f0d1e05197d4956d3555752191"
}
},
"targets": [
{
"Library": {
"crate_name": "form_urlencoded",
"crate_root": "src/lib.rs",
"srcs": {
"include": [
"**/*.rs"
],
"exclude": []
}
}
}
],
"library_target_name": "form_urlencoded",
"common_attrs": {
"compile_data_glob": [
"**"
],
"deps": {
"common": [
{
"id": "matches 0.1.9",
"target": "matches"
},
{
"id": "percent-encoding 2.1.0",
"target": "percent_encoding"
}
],
"selects": {}
},
"edition": "2018",
"version": "1.0.1"
},
"license": "MIT/Apache-2.0"
},
"futures-channel 0.3.21": {
"name": "futures-channel",
"version": "0.3.21",
"repository": {
"Http": {
"url": "https://crates.io/api/v1/crates/futures-channel/0.3.21/download",
"sha256": "c3083ce4b914124575708913bca19bfe887522d6e2e6d0952943f5eac4a74010"
}
},
"targets": [
{
"Library": {
"crate_name": "futures_channel",
"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": "futures_channel",
"common_attrs": {
"compile_data_glob": [
"**"
],
"crate_features": [
"alloc",
"default",
"std"
],
"deps": {
"common": [
{
"id": "futures-channel 0.3.21",
"target": "build_script_build"
},
{
"id": "futures-core 0.3.21",
"target": "futures_core"
}
],
"selects": {}
},
"edition": "2018",
"version": "0.3.21"
},
"build_script_attrs": {
"data_glob": [
"**"
]
},
"license": "MIT OR Apache-2.0"
},
"futures-core 0.3.21": {
"name": "futures-core",
"version": "0.3.21",
"repository": {
"Http": {
"url": "https://crates.io/api/v1/crates/futures-core/0.3.21/download",
"sha256": "0c09fd04b7e4073ac7156a9539b57a484a8ea920f79c7c675d05d289ab6110d3"
}
},
"targets": [
{
"Library": {
"crate_name": "futures_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": "futures_core",
"common_attrs": {
"compile_data_glob": [
"**"
],
"crate_features": [
"alloc",
"default",
"std"
],
"deps": {
"common": [
{
"id": "futures-core 0.3.21",
"target": "build_script_build"
}
],
"selects": {}
},
"edition": "2018",
"version": "0.3.21"
},
"build_script_attrs": {
"data_glob": [
"**"
]
},
"license": "MIT OR Apache-2.0"
},
"futures-sink 0.3.21": {
"name": "futures-sink",
"version": "0.3.21",
"repository": {
"Http": {
"url": "https://crates.io/api/v1/crates/futures-sink/0.3.21/download",
"sha256": "21163e139fa306126e6eedaf49ecdb4588f939600f0b1e770f4205ee4b7fa868"
}
},
"targets": [
{
"Library": {
"crate_name": "futures_sink",
"crate_root": "src/lib.rs",
"srcs": {
"include": [
"**/*.rs"
],
"exclude": []
}
}
}
],
"library_target_name": "futures_sink",
"common_attrs": {
"compile_data_glob": [
"**"
],
"crate_features": [
"alloc",
"default",
"std"
],
"edition": "2018",
"version": "0.3.21"
},
"license": "MIT OR Apache-2.0"
},
"futures-task 0.3.21": {
"name": "futures-task",
"version": "0.3.21",
"repository": {
"Http": {
"url": "https://crates.io/api/v1/crates/futures-task/0.3.21/download",
"sha256": "57c66a976bf5909d801bbef33416c41372779507e7a6b3a5e25e4749c58f776a"
}
},
"targets": [
{
"Library": {
"crate_name": "futures_task",
"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": "futures_task",
"common_attrs": {
"compile_data_glob": [
"**"
],
"crate_features": [
"alloc"
],
"deps": {
"common": [
{
"id": "futures-task 0.3.21",
"target": "build_script_build"
}
],
"selects": {}
},
"edition": "2018",
"version": "0.3.21"
},
"build_script_attrs": {
"data_glob": [
"**"
]
},
"license": "MIT OR Apache-2.0"
},
"futures-util 0.3.21": {
"name": "futures-util",
"version": "0.3.21",
"repository": {
"Http": {
"url": "https://crates.io/api/v1/crates/futures-util/0.3.21/download",
"sha256": "d8b7abd5d659d9b90c8cba917f6ec750a74e2dc23902ef9cd4cc8c8b22e6036a"
}
},
"targets": [
{
"Library": {
"crate_name": "futures_util",
"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": "futures_util",
"common_attrs": {
"compile_data_glob": [
"**"
],
"crate_features": [
"alloc"
],
"deps": {
"common": [
{
"id": "futures-core 0.3.21",
"target": "futures_core"
},
{
"id": "futures-task 0.3.21",
"target": "futures_task"
},
{
"id": "futures-util 0.3.21",
"target": "build_script_build"
},
{
"id": "pin-project-lite 0.2.9",
"target": "pin_project_lite"
},
{
"id": "pin-utils 0.1.0",
"target": "pin_utils"
}
],
"selects": {}
},
"edition": "2018",
"version": "0.3.21"
},
"build_script_attrs": {
"data_glob": [
"**"
]
},
"license": "MIT OR Apache-2.0"
},
"h2 0.3.13": {
"name": "h2",
"version": "0.3.13",
"repository": {
"Http": {
"url": "https://crates.io/api/v1/crates/h2/0.3.13/download",
"sha256": "37a82c6d637fc9515a4694bbf1cb2457b79d81ce52b3108bdeea58b07dd34a57"
}
},
"targets": [
{
"Library": {
"crate_name": "h2",
"crate_root": "src/lib.rs",
"srcs": {
"include": [
"**/*.rs"
],
"exclude": []
}
}
}
],
"library_target_name": "h2",
"common_attrs": {
"compile_data_glob": [
"**"
],
"deps": {
"common": [
{
"id": "bytes 1.1.0",
"target": "bytes"
},
{
"id": "fnv 1.0.7",
"target": "fnv"
},
{
"id": "futures-core 0.3.21",
"target": "futures_core"
},
{
"id": "futures-sink 0.3.21",
"target": "futures_sink"
},
{
"id": "futures-util 0.3.21",
"target": "futures_util"
},
{
"id": "http 0.2.8",
"target": "http"
},
{
"id": "indexmap 1.9.1",
"target": "indexmap"
},
{
"id": "slab 0.4.6",
"target": "slab"
},
{
"id": "tokio 1.19.2",
"target": "tokio"
},
{
"id": "tokio-util 0.7.3",
"target": "tokio_util"
},
{
"id": "tracing 0.1.35",
"target": "tracing"
}
],
"selects": {}
},
"edition": "2018",
"version": "0.3.13"
},
"license": "MIT"
},
"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"
},
"hermit-abi 0.1.19": {
"name": "hermit-abi",
"version": "0.1.19",
"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": {
"include": [
"**/*.rs"
],
"exclude": []
}
}
}
],
"library_target_name": "hermit_abi",
"common_attrs": {
"compile_data_glob": [
"**"
],
"crate_features": [
"default"
],
"deps": {
"common": [
{
"id": "libc 0.2.126",
"target": "libc"
}
],
"selects": {}
},
"edition": "2018",
"version": "0.1.19"
},
"license": "MIT/Apache-2.0"
},
"http 0.2.8": {
"name": "http",
"version": "0.2.8",
"repository": {
"Http": {
"url": "https://crates.io/api/v1/crates/http/0.2.8/download",
"sha256": "75f43d41e26995c17e71ee126451dd3941010b0514a81a9d11f3b341debc2399"
}
},
"targets": [
{
"Library": {
"crate_name": "http",
"crate_root": "src/lib.rs",
"srcs": {
"include": [
"**/*.rs"
],
"exclude": []
}
}
}
],
"library_target_name": "http",
"common_attrs": {
"compile_data_glob": [
"**"
],
"deps": {
"common": [
{
"id": "bytes 1.1.0",
"target": "bytes"
},
{
"id": "fnv 1.0.7",
"target": "fnv"
},
{
"id": "itoa 1.0.2",
"target": "itoa"
}
],
"selects": {}
},
"edition": "2018",
"version": "0.2.8"
},
"license": "MIT OR Apache-2.0"
},
"http-body 0.4.5": {
"name": "http-body",
"version": "0.4.5",
"repository": {
"Http": {
"url": "https://crates.io/api/v1/crates/http-body/0.4.5/download",
"sha256": "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1"
}
},
"targets": [
{
"Library": {
"crate_name": "http_body",
"crate_root": "src/lib.rs",
"srcs": {
"include": [
"**/*.rs"
],
"exclude": []
}
}
}
],
"library_target_name": "http_body",
"common_attrs": {
"compile_data_glob": [
"**"
],
"deps": {
"common": [
{
"id": "bytes 1.1.0",
"target": "bytes"
},
{
"id": "http 0.2.8",
"target": "http"
},
{
"id": "pin-project-lite 0.2.9",
"target": "pin_project_lite"
}
],
"selects": {}
},
"edition": "2018",
"version": "0.4.5"
},
"license": "MIT"
},
"http-range-header 0.3.0": {
"name": "http-range-header",
"version": "0.3.0",
"repository": {
"Http": {
"url": "https://crates.io/api/v1/crates/http-range-header/0.3.0/download",
"sha256": "0bfe8eed0a9285ef776bb792479ea3834e8b94e13d615c2f66d03dd50a435a29"
}
},
"targets": [
{
"Library": {
"crate_name": "http_range_header",
"crate_root": "src/lib.rs",
"srcs": {
"include": [
"**/*.rs"
],
"exclude": []
}
}
}
],
"library_target_name": "http_range_header",
"common_attrs": {
"compile_data_glob": [
"**"
],
"edition": "2018",
"version": "0.3.0"
},
"license": "MIT"
},
"httparse 1.7.1": {
"name": "httparse",
"version": "1.7.1",
"repository": {
"Http": {
"url": "https://crates.io/api/v1/crates/httparse/1.7.1/download",
"sha256": "496ce29bb5a52785b44e0f7ca2847ae0bb839c9bd28f69acac9b99d461c0c04c"
}
},
"targets": [
{
"Library": {
"crate_name": "httparse",
"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": "httparse",
"common_attrs": {
"compile_data_glob": [
"**"
],
"crate_features": [
"default",
"std"
],
"deps": {
"common": [
{
"id": "httparse 1.7.1",
"target": "build_script_build"
}
],
"selects": {}
},
"edition": "2015",
"version": "1.7.1"
},
"build_script_attrs": {
"data_glob": [
"**"
]
},
"license": "MIT/Apache-2.0"
},
"httpdate 1.0.2": {
"name": "httpdate",
"version": "1.0.2",
"repository": {
"Http": {
"url": "https://crates.io/api/v1/crates/httpdate/1.0.2/download",
"sha256": "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421"
}
},
"targets": [
{
"Library": {
"crate_name": "httpdate",
"crate_root": "src/lib.rs",
"srcs": {
"include": [
"**/*.rs"
],
"exclude": []
}
}
}
],
"library_target_name": "httpdate",
"common_attrs": {
"compile_data_glob": [
"**"
],
"edition": "2018",
"version": "1.0.2"
},
"license": "MIT/Apache-2.0"
},
"hyper 0.14.19": {
"name": "hyper",
"version": "0.14.19",
"repository": {
"Http": {
"url": "https://crates.io/api/v1/crates/hyper/0.14.19/download",
"sha256": "42dc3c131584288d375f2d07f822b0cb012d8c6fb899a5b9fdb3cb7eb9b6004f"
}
},
"targets": [
{
"Library": {
"crate_name": "hyper",
"crate_root": "src/lib.rs",
"srcs": {
"include": [
"**/*.rs"
],
"exclude": []
}
}
}
],
"library_target_name": "hyper",
"common_attrs": {
"compile_data_glob": [
"**"
],
"crate_features": [
"client",
"default",
"full",
"h2",
"http1",
"http2",
"runtime",
"server",
"socket2",
"stream",
"tcp"
],
"deps": {
"common": [
{
"id": "bytes 1.1.0",
"target": "bytes"
},
{
"id": "futures-channel 0.3.21",
"target": "futures_channel"
},
{
"id": "futures-core 0.3.21",
"target": "futures_core"
},
{
"id": "futures-util 0.3.21",
"target": "futures_util"
},
{
"id": "h2 0.3.13",
"target": "h2"
},
{
"id": "http 0.2.8",
"target": "http"
},
{
"id": "http-body 0.4.5",
"target": "http_body"
},
{
"id": "httparse 1.7.1",
"target": "httparse"
},
{
"id": "httpdate 1.0.2",
"target": "httpdate"
},
{
"id": "itoa 1.0.2",
"target": "itoa"
},
{
"id": "pin-project-lite 0.2.9",
"target": "pin_project_lite"
},
{
"id": "socket2 0.4.4",
"target": "socket2"
},
{
"id": "tokio 1.19.2",
"target": "tokio"
},
{
"id": "tower-service 0.3.2",
"target": "tower_service"
},
{
"id": "tracing 0.1.35",
"target": "tracing"
},
{
"id": "want 0.3.0",
"target": "want"
}
],
"selects": {}
},
"edition": "2018",
"version": "0.14.19"
},
"license": "MIT"
},
"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": [
"**"
],
"crate_features": [
"std"
],
"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"
},
"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"
},
"lazy_static 1.4.0": {
"name": "lazy_static",
"version": "1.4.0",
"repository": {
"Http": {
"url": "https://crates.io/api/v1/crates/lazy_static/1.4.0/download",
"sha256": "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
}
},
"targets": [
{
"Library": {
"crate_name": "lazy_static",
"crate_root": "src/lib.rs",
"srcs": {
"include": [
"**/*.rs"
],
"exclude": []
}
}
}
],
"library_target_name": "lazy_static",
"common_attrs": {
"compile_data_glob": [
"**"
],
"edition": "2015",
"version": "1.4.0"
},
"license": "MIT/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": [
"**"
],
"crate_features": [
"std"
],
"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"
},
"matches 0.1.9": {
"name": "matches",
"version": "0.1.9",
"repository": {
"Http": {
"url": "https://crates.io/api/v1/crates/matches/0.1.9/download",
"sha256": "a3e378b66a060d48947b590737b30a1be76706c8dd7b8ba0f2fe3989c68a853f"
}
},
"targets": [
{
"Library": {
"crate_name": "matches",
"crate_root": "lib.rs",
"srcs": {
"include": [
"**/*.rs"
],
"exclude": []
}
}
}
],
"library_target_name": "matches",
"common_attrs": {
"compile_data_glob": [
"**"
],
"edition": "2015",
"version": "0.1.9"
},
"license": "MIT"
},
"matchit 0.4.6": {
"name": "matchit",
"version": "0.4.6",
"repository": {
"Http": {
"url": "https://crates.io/api/v1/crates/matchit/0.4.6/download",
"sha256": "9376a4f0340565ad675d11fc1419227faf5f60cd7ac9cb2e7185a471f30af833"
}
},
"targets": [
{
"Library": {
"crate_name": "matchit",
"crate_root": "src/lib.rs",
"srcs": {
"include": [
"**/*.rs"
],
"exclude": []
}
}
}
],
"library_target_name": "matchit",
"common_attrs": {
"compile_data_glob": [
"**"
],
"crate_features": [
"default"
],
"edition": "2018",
"version": "0.4.6"
},
"license": "MIT"
},
"memchr 2.5.0": {
"name": "memchr",
"version": "2.5.0",
"repository": {
"Http": {
"url": "https://crates.io/api/v1/crates/memchr/2.5.0/download",
"sha256": "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
}
},
"targets": [
{
"Library": {
"crate_name": "memchr",
"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": "memchr",
"common_attrs": {
"compile_data_glob": [
"**"
],
"crate_features": [
"default",
"std"
],
"deps": {
"common": [
{
"id": "memchr 2.5.0",
"target": "build_script_build"
}
],
"selects": {}
},
"edition": "2018",
"version": "2.5.0"
},
"build_script_attrs": {
"data_glob": [
"**"
]
},
"license": "Unlicense/MIT"
},
"mime 0.3.16": {
"name": "mime",
"version": "0.3.16",
"repository": {
"Http": {
"url": "https://crates.io/api/v1/crates/mime/0.3.16/download",
"sha256": "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d"
}
},
"targets": [
{
"Library": {
"crate_name": "mime",
"crate_root": "src/lib.rs",
"srcs": {
"include": [
"**/*.rs"
],
"exclude": []
}
}
}
],
"library_target_name": "mime",
"common_attrs": {
"compile_data_glob": [
"**"
],
"edition": "2015",
"version": "0.3.16"
},
"license": "MIT/Apache-2.0"
},
"mio 0.8.4": {
"name": "mio",
"version": "0.8.4",
"repository": {
"Http": {
"url": "https://crates.io/api/v1/crates/mio/0.8.4/download",
"sha256": "57ee1c23c7c63b0c9250c339ffdc69255f110b298b901b9f6c82547b7b87caaf"
}
},
"targets": [
{
"Library": {
"crate_name": "mio",
"crate_root": "src/lib.rs",
"srcs": {
"include": [
"**/*.rs"
],
"exclude": []
}
}
}
],
"library_target_name": "mio",
"common_attrs": {
"compile_data_glob": [
"**"
],
"crate_features": [
"default",
"net",
"os-ext",
"os-poll"
],
"deps": {
"common": [
{
"id": "log 0.4.17",
"target": "log"
}
],
"selects": {
"cfg(target_os = \"wasi\")": [
{
"id": "libc 0.2.126",
"target": "libc"
},
{
"id": "wasi 0.11.0+wasi-snapshot-preview1",
"target": "wasi"
}
],
"cfg(unix)": [
{
"id": "libc 0.2.126",
"target": "libc"
}
],
"cfg(windows)": [
{
"id": "windows-sys 0.36.1",
"target": "windows_sys"
}
]
}
},
"edition": "2018",
"version": "0.8.4"
},
"license": "MIT"
},
"num_cpus 1.13.1": {
"name": "num_cpus",
"version": "1.13.1",
"repository": {
"Http": {
"url": "https://crates.io/api/v1/crates/num_cpus/1.13.1/download",
"sha256": "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1"
}
},
"targets": [
{
"Library": {
"crate_name": "num_cpus",
"crate_root": "src/lib.rs",
"srcs": {
"include": [
"**/*.rs"
],
"exclude": []
}
}
}
],
"library_target_name": "num_cpus",
"common_attrs": {
"compile_data_glob": [
"**"
],
"deps": {
"common": [],
"selects": {
"cfg(all(any(target_arch = \"x86_64\", target_arch = \"aarch64\"), target_os = \"hermit\"))": [
{
"id": "hermit-abi 0.1.19",
"target": "hermit_abi"
}
],
"cfg(not(windows))": [
{
"id": "libc 0.2.126",
"target": "libc"
}
]
}
},
"edition": "2015",
"version": "1.13.1"
},
"license": "MIT OR Apache-2.0"
},
"once_cell 1.13.0": {
"name": "once_cell",
"version": "1.13.0",
"repository": {
"Http": {
"url": "https://crates.io/api/v1/crates/once_cell/1.13.0/download",
"sha256": "18a6dbe30758c9f83eb00cbea4ac95966305f5a7772f3f42ebfc7fc7eddbd8e1"
}
},
"targets": [
{
"Library": {
"crate_name": "once_cell",
"crate_root": "src/lib.rs",
"srcs": {
"include": [
"**/*.rs"
],
"exclude": []
}
}
}
],
"library_target_name": "once_cell",
"common_attrs": {
"compile_data_glob": [
"**"
],
"crate_features": [
"alloc",
"default",
"race",
"std"
],
"edition": "2018",
"version": "1.13.0"
},
"license": "MIT OR Apache-2.0"
},
"parking_lot 0.12.1": {
"name": "parking_lot",
"version": "0.12.1",
"repository": {
"Http": {
"url": "https://crates.io/api/v1/crates/parking_lot/0.12.1/download",
"sha256": "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
}
},
"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": "lock_api 0.4.7",
"target": "lock_api"
},
{
"id": "parking_lot_core 0.9.3",
"target": "parking_lot_core"
}
],
"selects": {}
},
"edition": "2018",
"version": "0.12.1"
},
"license": "MIT OR Apache-2.0"
},
"parking_lot_core 0.9.3": {
"name": "parking_lot_core",
"version": "0.9.3",
"repository": {
"Http": {
"url": "https://crates.io/api/v1/crates/parking_lot_core/0.9.3/download",
"sha256": "09a279cbf25cb0757810394fbc1e359949b59e348145c643a939a525692e6929"
}
},
"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": "parking_lot_core 0.9.3",
"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": "windows-sys 0.36.1",
"target": "windows_sys"
}
]
}
},
"edition": "2018",
"version": "0.9.3"
},
"build_script_attrs": {
"data_glob": [
"**"
]
},
"license": "MIT OR Apache-2.0"
},
"percent-encoding 2.1.0": {
"name": "percent-encoding",
"version": "2.1.0",
"repository": {
"Http": {
"url": "https://crates.io/api/v1/crates/percent-encoding/2.1.0/download",
"sha256": "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
}
},
"targets": [
{
"Library": {
"crate_name": "percent_encoding",
"crate_root": "lib.rs",
"srcs": {
"include": [
"**/*.rs"
],
"exclude": []
}
}
}
],
"library_target_name": "percent_encoding",
"common_attrs": {
"compile_data_glob": [
"**"
],
"edition": "2015",
"version": "2.1.0"
},
"license": "MIT/Apache-2.0"
},
"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"
},
"pin-project-lite 0.2.9": {
"name": "pin-project-lite",
"version": "0.2.9",
"repository": {
"Http": {
"url": "https://crates.io/api/v1/crates/pin-project-lite/0.2.9/download",
"sha256": "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"
}
},
"targets": [
{
"Library": {
"crate_name": "pin_project_lite",
"crate_root": "src/lib.rs",
"srcs": {
"include": [
"**/*.rs"
],
"exclude": []
}
}
}
],
"library_target_name": "pin_project_lite",
"common_attrs": {
"compile_data_glob": [
"**"
],
"edition": "2018",
"version": "0.2.9"
},
"license": "Apache-2.0 OR MIT"
},
"pin-utils 0.1.0": {
"name": "pin-utils",
"version": "0.1.0",
"repository": {
"Http": {
"url": "https://crates.io/api/v1/crates/pin-utils/0.1.0/download",
"sha256": "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
}
},
"targets": [
{
"Library": {
"crate_name": "pin_utils",
"crate_root": "src/lib.rs",
"srcs": {
"include": [
"**/*.rs"
],
"exclude": []
}
}
}
],
"library_target_name": "pin_utils",
"common_attrs": {
"compile_data_glob": [
"**"
],
"edition": "2018",
"version": "0.1.0"
},
"license": "MIT OR Apache-2.0"
},
"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"
},
"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"
},
"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",
"std"
],
"deps": {
"common": [
{
"id": "serde 1.0.138",
"target": "build_script_build"
}
],
"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",
"raw_value",
"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"
},
"serde_urlencoded 0.7.1": {
"name": "serde_urlencoded",
"version": "0.7.1",
"repository": {
"Http": {
"url": "https://crates.io/api/v1/crates/serde_urlencoded/0.7.1/download",
"sha256": "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
}
},
"targets": [
{
"Library": {
"crate_name": "serde_urlencoded",
"crate_root": "src/lib.rs",
"srcs": {
"include": [
"**/*.rs"
],
"exclude": []
}
}
}
],
"library_target_name": "serde_urlencoded",
"common_attrs": {
"compile_data_glob": [
"**"
],
"deps": {
"common": [
{
"id": "form_urlencoded 1.0.1",
"target": "form_urlencoded"
},
{
"id": "itoa 1.0.2",
"target": "itoa"
},
{
"id": "ryu 1.0.10",
"target": "ryu"
},
{
"id": "serde 1.0.138",
"target": "serde"
}
],
"selects": {}
},
"edition": "2018",
"version": "0.7.1"
},
"license": "MIT/Apache-2.0"
},
"sharded-slab 0.1.4": {
"name": "sharded-slab",
"version": "0.1.4",
"repository": {
"Http": {
"url": "https://crates.io/api/v1/crates/sharded-slab/0.1.4/download",
"sha256": "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31"
}
},
"targets": [
{
"Library": {
"crate_name": "sharded_slab",
"crate_root": "src/lib.rs",
"srcs": {
"include": [
"**/*.rs"
],
"exclude": []
}
}
}
],
"library_target_name": "sharded_slab",
"common_attrs": {
"compile_data_glob": [
"**"
],
"deps": {
"common": [
{
"id": "lazy_static 1.4.0",
"target": "lazy_static"
}
],
"selects": {}
},
"edition": "2018",
"version": "0.1.4"
},
"license": "MIT"
},
"signal-hook-registry 1.4.0": {
"name": "signal-hook-registry",
"version": "1.4.0",
"repository": {
"Http": {
"url": "https://crates.io/api/v1/crates/signal-hook-registry/1.4.0/download",
"sha256": "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0"
}
},
"targets": [
{
"Library": {
"crate_name": "signal_hook_registry",
"crate_root": "src/lib.rs",
"srcs": {
"include": [
"**/*.rs"
],
"exclude": []
}
}
}
],
"library_target_name": "signal_hook_registry",
"common_attrs": {
"compile_data_glob": [
"**"
],
"deps": {
"common": [
{
"id": "libc 0.2.126",
"target": "libc"
}
],
"selects": {}
},
"edition": "2015",
"version": "1.4.0"
},
"license": "Apache-2.0/MIT"
},
"slab 0.4.6": {
"name": "slab",
"version": "0.4.6",
"repository": {
"Http": {
"url": "https://crates.io/api/v1/crates/slab/0.4.6/download",
"sha256": "eb703cfe953bccee95685111adeedb76fabe4e97549a58d16f03ea7b9367bb32"
}
},
"targets": [
{
"Library": {
"crate_name": "slab",
"crate_root": "src/lib.rs",
"srcs": {
"include": [
"**/*.rs"
],
"exclude": []
}
}
}
],
"library_target_name": "slab",
"common_attrs": {
"compile_data_glob": [
"**"
],
"crate_features": [
"default",
"std"
],
"edition": "2018",
"version": "0.4.6"
},
"license": "MIT"
},
"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"
},
"socket2 0.4.4": {
"name": "socket2",
"version": "0.4.4",
"repository": {
"Http": {
"url": "https://crates.io/api/v1/crates/socket2/0.4.4/download",
"sha256": "66d72b759436ae32898a2af0a14218dbf55efde3feeb170eb623637db85ee1e0"
}
},
"targets": [
{
"Library": {
"crate_name": "socket2",
"crate_root": "src/lib.rs",
"srcs": {
"include": [
"**/*.rs"
],
"exclude": []
}
}
}
],
"library_target_name": "socket2",
"common_attrs": {
"compile_data_glob": [
"**"
],
"crate_features": [
"all"
],
"deps": {
"common": [],
"selects": {
"cfg(unix)": [
{
"id": "libc 0.2.126",
"target": "libc"
}
],
"cfg(windows)": [
{
"id": "winapi 0.3.9",
"target": "winapi"
}
]
}
},
"edition": "2018",
"version": "0.4.4"
},
"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",
"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"
},
"sync_wrapper 0.1.1": {
"name": "sync_wrapper",
"version": "0.1.1",
"repository": {
"Http": {
"url": "https://crates.io/api/v1/crates/sync_wrapper/0.1.1/download",
"sha256": "20518fe4a4c9acf048008599e464deb21beeae3d3578418951a189c235a7a9a8"
}
},
"targets": [
{
"Library": {
"crate_name": "sync_wrapper",
"crate_root": "src/lib.rs",
"srcs": {
"include": [
"**/*.rs"
],
"exclude": []
}
}
}
],
"library_target_name": "sync_wrapper",
"common_attrs": {
"compile_data_glob": [
"**"
],
"edition": "2018",
"version": "0.1.1"
},
"license": "Apache-2.0"
},
"thread_local 1.1.4": {
"name": "thread_local",
"version": "1.1.4",
"repository": {
"Http": {
"url": "https://crates.io/api/v1/crates/thread_local/1.1.4/download",
"sha256": "5516c27b78311c50bf42c071425c560ac799b11c30b31f87e3081965fe5e0180"
}
},
"targets": [
{
"Library": {
"crate_name": "thread_local",
"crate_root": "src/lib.rs",
"srcs": {
"include": [
"**/*.rs"
],
"exclude": []
}
}
}
],
"library_target_name": "thread_local",
"common_attrs": {
"compile_data_glob": [
"**"
],
"deps": {
"common": [
{
"id": "once_cell 1.13.0",
"target": "once_cell"
}
],
"selects": {}
},
"edition": "2018",
"version": "1.1.4"
},
"license": "Apache-2.0/MIT"
},
"tokio 1.19.2": {
"name": "tokio",
"version": "1.19.2",
"repository": {
"Http": {
"url": "https://crates.io/api/v1/crates/tokio/1.19.2/download",
"sha256": "c51a52ed6686dd62c320f9b89299e9dfb46f730c7a48e635c19f21d116cb1439"
}
},
"targets": [
{
"Library": {
"crate_name": "tokio",
"crate_root": "src/lib.rs",
"srcs": {
"include": [
"**/*.rs"
],
"exclude": []
}
}
}
],
"library_target_name": "tokio",
"common_attrs": {
"compile_data_glob": [
"**"
],
"crate_features": [
"bytes",
"default",
"fs",
"full",
"io-std",
"io-util",
"libc",
"macros",
"memchr",
"mio",
"net",
"num_cpus",
"once_cell",
"parking_lot",
"process",
"rt",
"rt-multi-thread",
"signal",
"signal-hook-registry",
"socket2",
"sync",
"time",
"tokio-macros",
"winapi"
],
"deps": {
"common": [
{
"id": "bytes 1.1.0",
"target": "bytes"
},
{
"id": "memchr 2.5.0",
"target": "memchr"
},
{
"id": "mio 0.8.4",
"target": "mio"
},
{
"id": "num_cpus 1.13.1",
"target": "num_cpus"
},
{
"id": "once_cell 1.13.0",
"target": "once_cell"
},
{
"id": "parking_lot 0.12.1",
"target": "parking_lot"
},
{
"id": "pin-project-lite 0.2.9",
"target": "pin_project_lite"
},
{
"id": "socket2 0.4.4",
"target": "socket2"
}
],
"selects": {
"cfg(unix)": [
{
"id": "libc 0.2.126",
"target": "libc"
},
{
"id": "signal-hook-registry 1.4.0",
"target": "signal_hook_registry"
}
],
"cfg(windows)": [
{
"id": "winapi 0.3.9",
"target": "winapi"
}
]
}
},
"edition": "2018",
"proc_macro_deps": {
"common": [
{
"id": "tokio-macros 1.8.0",
"target": "tokio_macros"
}
],
"selects": {}
},
"version": "1.19.2"
},
"license": "MIT"
},
"tokio-macros 1.8.0": {
"name": "tokio-macros",
"version": "1.8.0",
"repository": {
"Http": {
"url": "https://crates.io/api/v1/crates/tokio-macros/1.8.0/download",
"sha256": "9724f9a975fb987ef7a3cd9be0350edcbe130698af5b8f7a631e23d42d052484"
}
},
"targets": [
{
"ProcMacro": {
"crate_name": "tokio_macros",
"crate_root": "src/lib.rs",
"srcs": {
"include": [
"**/*.rs"
],
"exclude": []
}
}
}
],
"library_target_name": "tokio_macros",
"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.8.0"
},
"license": "MIT"
},
"tokio-util 0.7.3": {
"name": "tokio-util",
"version": "0.7.3",
"repository": {
"Http": {
"url": "https://crates.io/api/v1/crates/tokio-util/0.7.3/download",
"sha256": "cc463cd8deddc3770d20f9852143d50bf6094e640b485cb2e189a2099085ff45"
}
},
"targets": [
{
"Library": {
"crate_name": "tokio_util",
"crate_root": "src/lib.rs",
"srcs": {
"include": [
"**/*.rs"
],
"exclude": []
}
}
}
],
"library_target_name": "tokio_util",
"common_attrs": {
"compile_data_glob": [
"**"
],
"crate_features": [
"codec",
"default",
"tracing"
],
"deps": {
"common": [
{
"id": "bytes 1.1.0",
"target": "bytes"
},
{
"id": "futures-core 0.3.21",
"target": "futures_core"
},
{
"id": "futures-sink 0.3.21",
"target": "futures_sink"
},
{
"id": "pin-project-lite 0.2.9",
"target": "pin_project_lite"
},
{
"id": "tokio 1.19.2",
"target": "tokio"
},
{
"id": "tracing 0.1.35",
"target": "tracing"
}
],
"selects": {}
},
"edition": "2018",
"version": "0.7.3"
},
"license": "MIT"
},
"tower 0.4.13": {
"name": "tower",
"version": "0.4.13",
"repository": {
"Http": {
"url": "https://crates.io/api/v1/crates/tower/0.4.13/download",
"sha256": "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
}
},
"targets": [
{
"Library": {
"crate_name": "tower",
"crate_root": "src/lib.rs",
"srcs": {
"include": [
"**/*.rs"
],
"exclude": []
}
}
}
],
"library_target_name": "tower",
"common_attrs": {
"compile_data_glob": [
"**"
],
"crate_features": [
"__common",
"buffer",
"default",
"futures-core",
"futures-util",
"log",
"make",
"pin-project",
"pin-project-lite",
"tokio",
"tokio-util",
"tracing",
"util"
],
"deps": {
"common": [
{
"id": "futures-core 0.3.21",
"target": "futures_core"
},
{
"id": "futures-util 0.3.21",
"target": "futures_util"
},
{
"id": "pin-project 1.0.11",
"target": "pin_project"
},
{
"id": "pin-project-lite 0.2.9",
"target": "pin_project_lite"
},
{
"id": "tokio 1.19.2",
"target": "tokio"
},
{
"id": "tokio-util 0.7.3",
"target": "tokio_util"
},
{
"id": "tower-layer 0.3.1",
"target": "tower_layer"
},
{
"id": "tower-service 0.3.2",
"target": "tower_service"
},
{
"id": "tracing 0.1.35",
"target": "tracing"
}
],
"selects": {}
},
"edition": "2018",
"version": "0.4.13"
},
"license": "MIT"
},
"tower-http 0.2.5": {
"name": "tower-http",
"version": "0.2.5",
"repository": {
"Http": {
"url": "https://crates.io/api/v1/crates/tower-http/0.2.5/download",
"sha256": "aba3f3efabf7fb41fae8534fc20a817013dd1c12cb45441efb6c82e6556b4cd8"
}
},
"targets": [
{
"Library": {
"crate_name": "tower_http",
"crate_root": "src/lib.rs",
"srcs": {
"include": [
"**/*.rs"
],
"exclude": []
}
}
}
],
"library_target_name": "tower_http",
"common_attrs": {
"compile_data_glob": [
"**"
],
"crate_features": [
"default",
"map-response-body",
"tower",
"trace",
"tracing",
"util"
],
"deps": {
"common": [
{
"id": "bitflags 1.3.2",
"target": "bitflags"
},
{
"id": "bytes 1.1.0",
"target": "bytes"
},
{
"id": "futures-core 0.3.21",
"target": "futures_core"
},
{
"id": "futures-util 0.3.21",
"target": "futures_util"
},
{
"id": "http 0.2.8",
"target": "http"
},
{
"id": "http-body 0.4.5",
"target": "http_body"
},
{
"id": "http-range-header 0.3.0",
"target": "http_range_header"
},
{
"id": "pin-project-lite 0.2.9",
"target": "pin_project_lite"
},
{
"id": "tower 0.4.13",
"target": "tower"
},
{
"id": "tower-layer 0.3.1",
"target": "tower_layer"
},
{
"id": "tower-service 0.3.2",
"target": "tower_service"
},
{
"id": "tracing 0.1.35",
"target": "tracing"
}
],
"selects": {}
},
"edition": "2018",
"version": "0.2.5"
},
"license": "MIT"
},
"tower-layer 0.3.1": {
"name": "tower-layer",
"version": "0.3.1",
"repository": {
"Http": {
"url": "https://crates.io/api/v1/crates/tower-layer/0.3.1/download",
"sha256": "343bc9466d3fe6b0f960ef45960509f84480bf4fd96f92901afe7ff3df9d3a62"
}
},
"targets": [
{
"Library": {
"crate_name": "tower_layer",
"crate_root": "src/lib.rs",
"srcs": {
"include": [
"**/*.rs"
],
"exclude": []
}
}
}
],
"library_target_name": "tower_layer",
"common_attrs": {
"compile_data_glob": [
"**"
],
"edition": "2018",
"version": "0.3.1"
},
"license": "MIT"
},
"tower-service 0.3.2": {
"name": "tower-service",
"version": "0.3.2",
"repository": {
"Http": {
"url": "https://crates.io/api/v1/crates/tower-service/0.3.2/download",
"sha256": "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
}
},
"targets": [
{
"Library": {
"crate_name": "tower_service",
"crate_root": "src/lib.rs",
"srcs": {
"include": [
"**/*.rs"
],
"exclude": []
}
}
}
],
"library_target_name": "tower_service",
"common_attrs": {
"compile_data_glob": [
"**"
],
"edition": "2018",
"version": "0.3.2"
},
"license": "MIT"
},
"tracing 0.1.35": {
"name": "tracing",
"version": "0.1.35",
"repository": {
"Http": {
"url": "https://crates.io/api/v1/crates/tracing/0.1.35/download",
"sha256": "a400e31aa60b9d44a52a8ee0343b5b18566b03a8321e0d321f695cf56e940160"
}
},
"targets": [
{
"Library": {
"crate_name": "tracing",
"crate_root": "src/lib.rs",
"srcs": {
"include": [
"**/*.rs"
],
"exclude": []
}
}
}
],
"library_target_name": "tracing",
"common_attrs": {
"compile_data_glob": [
"**"
],
"crate_features": [
"attributes",
"default",
"log",
"std",
"tracing-attributes"
],
"deps": {
"common": [
{
"id": "cfg-if 1.0.0",
"target": "cfg_if"
},
{
"id": "log 0.4.17",
"target": "log"
},
{
"id": "pin-project-lite 0.2.9",
"target": "pin_project_lite"
},
{
"id": "tracing-core 0.1.28",
"target": "tracing_core"
}
],
"selects": {}
},
"edition": "2018",
"proc_macro_deps": {
"common": [
{
"id": "tracing-attributes 0.1.22",
"target": "tracing_attributes"
}
],
"selects": {}
},
"version": "0.1.35"
},
"license": "MIT"
},
"tracing-attributes 0.1.22": {
"name": "tracing-attributes",
"version": "0.1.22",
"repository": {
"Http": {
"url": "https://crates.io/api/v1/crates/tracing-attributes/0.1.22/download",
"sha256": "11c75893af559bc8e10716548bdef5cb2b983f8e637db9d0e15126b61b484ee2"
}
},
"targets": [
{
"ProcMacro": {
"crate_name": "tracing_attributes",
"crate_root": "src/lib.rs",
"srcs": {
"include": [
"**/*.rs"
],
"exclude": []
}
}
}
],
"library_target_name": "tracing_attributes",
"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": "0.1.22"
},
"license": "MIT"
},
"tracing-core 0.1.28": {
"name": "tracing-core",
"version": "0.1.28",
"repository": {
"Http": {
"url": "https://crates.io/api/v1/crates/tracing-core/0.1.28/download",
"sha256": "7b7358be39f2f274f322d2aaed611acc57f382e8eb1e5b48cb9ae30933495ce7"
}
},
"targets": [
{
"Library": {
"crate_name": "tracing_core",
"crate_root": "src/lib.rs",
"srcs": {
"include": [
"**/*.rs"
],
"exclude": []
}
}
}
],
"library_target_name": "tracing_core",
"common_attrs": {
"compile_data_glob": [
"**"
],
"crate_features": [
"default",
"once_cell",
"std",
"valuable"
],
"deps": {
"common": [
{
"id": "once_cell 1.13.0",
"target": "once_cell"
}
],
"selects": {
"cfg(tracing_unstable)": [
{
"id": "valuable 0.1.0",
"target": "valuable"
}
]
}
},
"edition": "2018",
"version": "0.1.28"
},
"license": "MIT"
},
"tracing-log 0.1.3": {
"name": "tracing-log",
"version": "0.1.3",
"repository": {
"Http": {
"url": "https://crates.io/api/v1/crates/tracing-log/0.1.3/download",
"sha256": "78ddad33d2d10b1ed7eb9d1f518a5674713876e97e5bb9b7345a7984fbb4f922"
}
},
"targets": [
{
"Library": {
"crate_name": "tracing_log",
"crate_root": "src/lib.rs",
"srcs": {
"include": [
"**/*.rs"
],
"exclude": []
}
}
}
],
"library_target_name": "tracing_log",
"common_attrs": {
"compile_data_glob": [
"**"
],
"crate_features": [
"log-tracer",
"std"
],
"deps": {
"common": [
{
"id": "lazy_static 1.4.0",
"target": "lazy_static"
},
{
"id": "log 0.4.17",
"target": "log"
},
{
"id": "tracing-core 0.1.28",
"target": "tracing_core"
}
],
"selects": {}
},
"edition": "2018",
"version": "0.1.3"
},
"license": "MIT"
},
"tracing-subscriber 0.3.14": {
"name": "tracing-subscriber",
"version": "0.3.14",
"repository": {
"Http": {
"url": "https://crates.io/api/v1/crates/tracing-subscriber/0.3.14/download",
"sha256": "3a713421342a5a666b7577783721d3117f1b69a393df803ee17bb73b1e122a59"
}
},
"targets": [
{
"Library": {
"crate_name": "tracing_subscriber",
"crate_root": "src/lib.rs",
"srcs": {
"include": [
"**/*.rs"
],
"exclude": []
}
}
}
],
"library_target_name": "tracing_subscriber",
"common_attrs": {
"compile_data_glob": [
"**"
],
"crate_features": [
"alloc",
"ansi",
"ansi_term",
"default",
"fmt",
"registry",
"sharded-slab",
"smallvec",
"std",
"thread_local",
"tracing-log"
],
"deps": {
"common": [
{
"id": "ansi_term 0.12.1",
"target": "ansi_term"
},
{
"id": "sharded-slab 0.1.4",
"target": "sharded_slab"
},
{
"id": "smallvec 1.9.0",
"target": "smallvec"
},
{
"id": "thread_local 1.1.4",
"target": "thread_local"
},
{
"id": "tracing-core 0.1.28",
"target": "tracing_core"
},
{
"id": "tracing-log 0.1.3",
"target": "tracing_log"
}
],
"selects": {}
},
"edition": "2018",
"version": "0.3.14"
},
"license": "MIT"
},
"try-lock 0.2.3": {
"name": "try-lock",
"version": "0.2.3",
"repository": {
"Http": {
"url": "https://crates.io/api/v1/crates/try-lock/0.2.3/download",
"sha256": "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642"
}
},
"targets": [
{
"Library": {
"crate_name": "try_lock",
"crate_root": "src/lib.rs",
"srcs": {
"include": [
"**/*.rs"
],
"exclude": []
}
}
}
],
"library_target_name": "try_lock",
"common_attrs": {
"compile_data_glob": [
"**"
],
"edition": "2015",
"version": "0.2.3"
},
"license": "MIT"
},
"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"
},
"valuable 0.1.0": {
"name": "valuable",
"version": "0.1.0",
"repository": {
"Http": {
"url": "https://crates.io/api/v1/crates/valuable/0.1.0/download",
"sha256": "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
}
},
"targets": [
{
"Library": {
"crate_name": "valuable",
"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": "valuable",
"common_attrs": {
"compile_data_glob": [
"**"
],
"crate_features": [
"alloc",
"std"
],
"deps": {
"common": [
{
"id": "valuable 0.1.0",
"target": "build_script_build"
}
],
"selects": {}
},
"edition": "2018",
"version": "0.1.0"
},
"build_script_attrs": {
"data_glob": [
"**"
]
},
"license": "MIT"
},
"want 0.3.0": {
"name": "want",
"version": "0.3.0",
"repository": {
"Http": {
"url": "https://crates.io/api/v1/crates/want/0.3.0/download",
"sha256": "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"
}
},
"targets": [
{
"Library": {
"crate_name": "want",
"crate_root": "src/lib.rs",
"srcs": {
"include": [
"**/*.rs"
],
"exclude": []
}
}
}
],
"library_target_name": "want",
"common_attrs": {
"compile_data_glob": [
"**"
],
"deps": {
"common": [
{
"id": "log 0.4.17",
"target": "log"
},
{
"id": "try-lock 0.2.3",
"target": "try_lock"
}
],
"selects": {}
},
"edition": "2018",
"version": "0.3.0"
},
"license": "MIT"
},
"wasi 0.11.0+wasi-snapshot-preview1": {
"name": "wasi",
"version": "0.11.0+wasi-snapshot-preview1",
"repository": {
"Http": {
"url": "https://crates.io/api/v1/crates/wasi/0.11.0+wasi-snapshot-preview1/download",
"sha256": "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
}
},
"targets": [
{
"Library": {
"crate_name": "wasi",
"crate_root": "src/lib.rs",
"srcs": {
"include": [
"**/*.rs"
],
"exclude": []
}
}
}
],
"library_target_name": "wasi",
"common_attrs": {
"compile_data_glob": [
"**"
],
"crate_features": [
"default",
"std"
],
"edition": "2018",
"version": "0.11.0+wasi-snapshot-preview1"
},
"license": "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT"
},
"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": [
"consoleapi",
"errhandlingapi",
"fileapi",
"handleapi",
"mswsock",
"namedpipeapi",
"processenv",
"std",
"threadpoollegacyapiset",
"winsock2",
"ws2ipdef",
"ws2tcpip"
],
"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"
},
"windows-sys 0.36.1": {
"name": "windows-sys",
"version": "0.36.1",
"repository": {
"Http": {
"url": "https://crates.io/api/v1/crates/windows-sys/0.36.1/download",
"sha256": "ea04155a16a59f9eab786fe12a4a450e75cdb175f9e0d80da1e17db09f55b8d2"
}
},
"targets": [
{
"Library": {
"crate_name": "windows_sys",
"crate_root": "src/lib.rs",
"srcs": {
"include": [
"**/*.rs"
],
"exclude": []
}
}
}
],
"library_target_name": "windows_sys",
"common_attrs": {
"compile_data_glob": [
"**"
],
"crate_features": [
"Win32",
"Win32_Foundation",
"Win32_Networking",
"Win32_Networking_WinSock",
"Win32_Security",
"Win32_Storage",
"Win32_Storage_FileSystem",
"Win32_System",
"Win32_System_IO",
"Win32_System_LibraryLoader",
"Win32_System_Pipes",
"Win32_System_SystemServices",
"Win32_System_WindowsProgramming",
"default"
],
"deps": {
"common": [],
"selects": {
"aarch64-pc-windows-msvc": [
{
"id": "windows_aarch64_msvc 0.36.1",
"target": "windows_aarch64_msvc"
}
],
"aarch64-uwp-windows-msvc": [
{
"id": "windows_aarch64_msvc 0.36.1",
"target": "windows_aarch64_msvc"
}
],
"i686-pc-windows-gnu": [
{
"id": "windows_i686_gnu 0.36.1",
"target": "windows_i686_gnu"
}
],
"i686-pc-windows-msvc": [
{
"id": "windows_i686_msvc 0.36.1",
"target": "windows_i686_msvc"
}
],
"i686-uwp-windows-gnu": [
{
"id": "windows_i686_gnu 0.36.1",
"target": "windows_i686_gnu"
}
],
"i686-uwp-windows-msvc": [
{
"id": "windows_i686_msvc 0.36.1",
"target": "windows_i686_msvc"
}
],
"x86_64-pc-windows-gnu": [
{
"id": "windows_x86_64_gnu 0.36.1",
"target": "windows_x86_64_gnu"
}
],
"x86_64-pc-windows-msvc": [
{
"id": "windows_x86_64_msvc 0.36.1",
"target": "windows_x86_64_msvc"
}
],
"x86_64-uwp-windows-gnu": [
{
"id": "windows_x86_64_gnu 0.36.1",
"target": "windows_x86_64_gnu"
}
],
"x86_64-uwp-windows-msvc": [
{
"id": "windows_x86_64_msvc 0.36.1",
"target": "windows_x86_64_msvc"
}
]
}
},
"edition": "2018",
"version": "0.36.1"
},
"license": "MIT OR Apache-2.0"
},
"windows_aarch64_msvc 0.36.1": {
"name": "windows_aarch64_msvc",
"version": "0.36.1",
"repository": {
"Http": {
"url": "https://crates.io/api/v1/crates/windows_aarch64_msvc/0.36.1/download",
"sha256": "9bb8c3fd39ade2d67e9874ac4f3db21f0d710bee00fe7cab16949ec184eeaa47"
}
},
"targets": [
{
"Library": {
"crate_name": "windows_aarch64_msvc",
"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": "windows_aarch64_msvc",
"common_attrs": {
"compile_data_glob": [
"**"
],
"deps": {
"common": [
{
"id": "windows_aarch64_msvc 0.36.1",
"target": "build_script_build"
}
],
"selects": {}
},
"edition": "2018",
"version": "0.36.1"
},
"build_script_attrs": {
"data_glob": [
"**"
]
},
"license": "MIT OR Apache-2.0"
},
"windows_i686_gnu 0.36.1": {
"name": "windows_i686_gnu",
"version": "0.36.1",
"repository": {
"Http": {
"url": "https://crates.io/api/v1/crates/windows_i686_gnu/0.36.1/download",
"sha256": "180e6ccf01daf4c426b846dfc66db1fc518f074baa793aa7d9b9aaeffad6a3b6"
}
},
"targets": [
{
"Library": {
"crate_name": "windows_i686_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": "windows_i686_gnu",
"common_attrs": {
"compile_data_glob": [
"**"
],
"deps": {
"common": [
{
"id": "windows_i686_gnu 0.36.1",
"target": "build_script_build"
}
],
"selects": {}
},
"edition": "2018",
"version": "0.36.1"
},
"build_script_attrs": {
"data_glob": [
"**"
]
},
"license": "MIT OR Apache-2.0"
},
"windows_i686_msvc 0.36.1": {
"name": "windows_i686_msvc",
"version": "0.36.1",
"repository": {
"Http": {
"url": "https://crates.io/api/v1/crates/windows_i686_msvc/0.36.1/download",
"sha256": "e2e7917148b2812d1eeafaeb22a97e4813dfa60a3f8f78ebe204bcc88f12f024"
}
},
"targets": [
{
"Library": {
"crate_name": "windows_i686_msvc",
"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": "windows_i686_msvc",
"common_attrs": {
"compile_data_glob": [
"**"
],
"deps": {
"common": [
{
"id": "windows_i686_msvc 0.36.1",
"target": "build_script_build"
}
],
"selects": {}
},
"edition": "2018",
"version": "0.36.1"
},
"build_script_attrs": {
"data_glob": [
"**"
]
},
"license": "MIT OR Apache-2.0"
},
"windows_x86_64_gnu 0.36.1": {
"name": "windows_x86_64_gnu",
"version": "0.36.1",
"repository": {
"Http": {
"url": "https://crates.io/api/v1/crates/windows_x86_64_gnu/0.36.1/download",
"sha256": "4dcd171b8776c41b97521e5da127a2d86ad280114807d0b2ab1e462bc764d9e1"
}
},
"targets": [
{
"Library": {
"crate_name": "windows_x86_64_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": "windows_x86_64_gnu",
"common_attrs": {
"compile_data_glob": [
"**"
],
"deps": {
"common": [
{
"id": "windows_x86_64_gnu 0.36.1",
"target": "build_script_build"
}
],
"selects": {}
},
"edition": "2018",
"version": "0.36.1"
},
"build_script_attrs": {
"data_glob": [
"**"
]
},
"license": "MIT OR Apache-2.0"
},
"windows_x86_64_msvc 0.36.1": {
"name": "windows_x86_64_msvc",
"version": "0.36.1",
"repository": {
"Http": {
"url": "https://crates.io/api/v1/crates/windows_x86_64_msvc/0.36.1/download",
"sha256": "c811ca4a8c853ef420abd8592ba53ddbbac90410fab6903b3e79972a631f7680"
}
},
"targets": [
{
"Library": {
"crate_name": "windows_x86_64_msvc",
"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": "windows_x86_64_msvc",
"common_attrs": {
"compile_data_glob": [
"**"
],
"deps": {
"common": [
{
"id": "windows_x86_64_msvc 0.36.1",
"target": "build_script_build"
}
],
"selects": {}
},
"edition": "2018",
"version": "0.36.1"
},
"build_script_attrs": {
"data_glob": [
"**"
]
},
"license": "MIT OR Apache-2.0"
}
},
"binary_crates": [],
"workspace_members": {
"direct-cargo-bazel-deps 0.0.1": ""
},
"conditions": {
"aarch64-pc-windows-msvc": [],
"aarch64-uwp-windows-msvc": [],
"cfg(all(any(target_arch = \"x86_64\", target_arch = \"aarch64\"), target_os = \"hermit\"))": [],
"cfg(not(windows))": [
"aarch64-apple-darwin",
"aarch64-apple-ios",
"aarch64-apple-ios-sim",
"aarch64-linux-android",
"aarch64-unknown-linux-gnu",
"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",
"s390x-unknown-linux-gnu",
"wasm32-unknown-unknown",
"wasm32-wasi",
"x86_64-apple-darwin",
"x86_64-apple-ios",
"x86_64-linux-android",
"x86_64-unknown-freebsd",
"x86_64-unknown-linux-gnu"
],
"cfg(target_os = \"redox\")": [],
"cfg(target_os = \"wasi\")": [
"wasm32-wasi"
],
"cfg(target_os = \"windows\")": [
"i686-pc-windows-msvc",
"x86_64-pc-windows-msvc"
],
"cfg(tracing_unstable)": [],
"cfg(unix)": [
"aarch64-apple-darwin",
"aarch64-apple-ios",
"aarch64-apple-ios-sim",
"aarch64-linux-android",
"aarch64-unknown-linux-gnu",
"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-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": [],
"i686-pc-windows-msvc": [
"i686-pc-windows-msvc"
],
"i686-uwp-windows-gnu": [],
"i686-uwp-windows-msvc": [],
"x86_64-pc-windows-gnu": [],
"x86_64-pc-windows-msvc": [
"x86_64-pc-windows-msvc"
],
"x86_64-uwp-windows-gnu": [],
"x86_64-uwp-windows-msvc": []
}
}