{
  "checksum": "ff0857757d0750d514f661112624c955a52e1d69dd1507fc10ced22460ac19ef",
  "crates": {
    "async-trait 0.1.64": {
      "name": "async-trait",
      "version": "0.1.64",
      "package_url": "https://github.com/dtolnay/async-trait",
      "repository": {
        "Http": {
          "url": "https://static.crates.io/crates/async-trait/0.1.64/download",
          "sha256": "1cd7fce9ba8c3c042128ce72d8b2ddbf3a05747efb67ea0313c635e10bda47a2"
        }
      },
      "targets": [
        {
          "ProcMacro": {
            "crate_name": "async_trait",
            "crate_root": "src/lib.rs",
            "srcs": {
              "allow_empty": true,
              "include": [
                "**/*.rs"
              ]
            }
          }
        },
        {
          "BuildScript": {
            "crate_name": "build_script_build",
            "crate_root": "build.rs",
            "srcs": {
              "allow_empty": true,
              "include": [
                "**/*.rs"
              ]
            }
          }
        }
      ],
      "library_target_name": "async_trait",
      "common_attrs": {
        "compile_data_glob": [
          "**"
        ],
        "deps": {
          "common": [
            {
              "id": "async-trait 0.1.64",
              "target": "build_script_build"
            },
            {
              "id": "proc-macro2 1.0.51",
              "target": "proc_macro2"
            },
            {
              "id": "quote 1.0.23",
              "target": "quote"
            },
            {
              "id": "syn 1.0.109",
              "target": "syn"
            }
          ],
          "selects": {}
        },
        "edition": "2018",
        "version": "0.1.64"
      },
      "build_script_attrs": {
        "compile_data_glob": [
          "**"
        ],
        "data_glob": [
          "**"
        ]
      },
      "license": "MIT OR Apache-2.0",
      "license_ids": [
        "Apache-2.0",
        "MIT"
      ],
      "license_file": "LICENSE-APACHE"
    },
    "autocfg 1.1.0": {
      "name": "autocfg",
      "version": "1.1.0",
      "package_url": "https://github.com/cuviper/autocfg",
      "repository": {
        "Http": {
          "url": "https://static.crates.io/crates/autocfg/1.1.0/download",
          "sha256": "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
        }
      },
      "targets": [
        {
          "Library": {
            "crate_name": "autocfg",
            "crate_root": "src/lib.rs",
            "srcs": {
              "allow_empty": true,
              "include": [
                "**/*.rs"
              ]
            }
          }
        }
      ],
      "library_target_name": "autocfg",
      "common_attrs": {
        "compile_data_glob": [
          "**"
        ],
        "edition": "2015",
        "version": "1.1.0"
      },
      "license": "Apache-2.0 OR MIT",
      "license_ids": [
        "Apache-2.0",
        "MIT"
      ],
      "license_file": "LICENSE-APACHE"
    },
    "axum 0.4.8": {
      "name": "axum",
      "version": "0.4.8",
      "package_url": "https://github.com/tokio-rs/axum",
      "repository": {
        "Http": {
          "url": "https://static.crates.io/crates/axum/0.4.8/download",
          "sha256": "c9f346c92c1e9a71d14fe4aaf7c2a5d9932cc4e5e48d8fb6641524416eb79ddd"
        }
      },
      "targets": [
        {
          "Library": {
            "crate_name": "axum",
            "crate_root": "src/lib.rs",
            "srcs": {
              "allow_empty": true,
              "include": [
                "**/*.rs"
              ]
            }
          }
        }
      ],
      "library_target_name": "axum",
      "common_attrs": {
        "compile_data_glob": [
          "**",
          "**/*.md"
        ],
        "crate_features": {
          "common": [
            "default",
            "http1",
            "json",
            "serde_json",
            "tower-log"
          ],
          "selects": {}
        },
        "deps": {
          "common": [
            {
              "id": "axum-core 0.1.2",
              "target": "axum_core"
            },
            {
              "id": "bitflags 1.3.2",
              "target": "bitflags"
            },
            {
              "id": "bytes 1.4.0",
              "target": "bytes"
            },
            {
              "id": "futures-util 0.3.26",
              "target": "futures_util"
            },
            {
              "id": "http 0.2.9",
              "target": "http"
            },
            {
              "id": "http-body 0.4.5",
              "target": "http_body"
            },
            {
              "id": "hyper 0.14.24",
              "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.2.0",
              "target": "percent_encoding"
            },
            {
              "id": "pin-project-lite 0.2.9",
              "target": "pin_project_lite"
            },
            {
              "id": "serde 1.0.152",
              "target": "serde"
            },
            {
              "id": "serde_json 1.0.93",
              "target": "serde_json"
            },
            {
              "id": "serde_urlencoded 0.7.1",
              "target": "serde_urlencoded"
            },
            {
              "id": "sync_wrapper 0.1.2",
              "target": "sync_wrapper"
            },
            {
              "id": "tokio 1.26.0",
              "target": "tokio"
            },
            {
              "id": "tower 0.4.13",
              "target": "tower"
            },
            {
              "id": "tower-http 0.2.5",
              "target": "tower_http"
            },
            {
              "id": "tower-layer 0.3.2",
              "target": "tower_layer"
            },
            {
              "id": "tower-service 0.3.2",
              "target": "tower_service"
            }
          ],
          "selects": {}
        },
        "edition": "2018",
        "proc_macro_deps": {
          "common": [
            {
              "id": "async-trait 0.1.64",
              "target": "async_trait"
            }
          ],
          "selects": {}
        },
        "version": "0.4.8"
      },
      "license": "MIT",
      "license_ids": [
        "MIT"
      ],
      "license_file": "LICENSE"
    },
    "axum-core 0.1.2": {
      "name": "axum-core",
      "version": "0.1.2",
      "package_url": "https://github.com/tokio-rs/axum",
      "repository": {
        "Http": {
          "url": "https://static.crates.io/crates/axum-core/0.1.2/download",
          "sha256": "6dbcda393bef9c87572779cb8ef916f12d77750b27535dd6819fa86591627a51"
        }
      },
      "targets": [
        {
          "Library": {
            "crate_name": "axum_core",
            "crate_root": "src/lib.rs",
            "srcs": {
              "allow_empty": true,
              "include": [
                "**/*.rs"
              ]
            }
          }
        }
      ],
      "library_target_name": "axum_core",
      "common_attrs": {
        "compile_data_glob": [
          "**"
        ],
        "deps": {
          "common": [
            {
              "id": "bytes 1.4.0",
              "target": "bytes"
            },
            {
              "id": "futures-util 0.3.26",
              "target": "futures_util"
            },
            {
              "id": "http 0.2.9",
              "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.64",
              "target": "async_trait"
            }
          ],
          "selects": {}
        },
        "version": "0.1.2"
      },
      "license": "MIT",
      "license_ids": [
        "MIT"
      ],
      "license_file": "LICENSE"
    },
    "bitflags 1.3.2": {
      "name": "bitflags",
      "version": "1.3.2",
      "package_url": "https://github.com/bitflags/bitflags",
      "repository": {
        "Http": {
          "url": "https://static.crates.io/crates/bitflags/1.3.2/download",
          "sha256": "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
        }
      },
      "targets": [
        {
          "Library": {
            "crate_name": "bitflags",
            "crate_root": "src/lib.rs",
            "srcs": {
              "allow_empty": true,
              "include": [
                "**/*.rs"
              ]
            }
          }
        }
      ],
      "library_target_name": "bitflags",
      "common_attrs": {
        "compile_data_glob": [
          "**"
        ],
        "crate_features": {
          "common": [
            "default"
          ],
          "selects": {}
        },
        "edition": "2018",
        "version": "1.3.2"
      },
      "license": "MIT/Apache-2.0",
      "license_ids": [
        "Apache-2.0",
        "MIT"
      ],
      "license_file": "LICENSE-APACHE"
    },
    "bytes 1.4.0": {
      "name": "bytes",
      "version": "1.4.0",
      "package_url": "https://github.com/tokio-rs/bytes",
      "repository": {
        "Http": {
          "url": "https://static.crates.io/crates/bytes/1.4.0/download",
          "sha256": "89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be"
        }
      },
      "targets": [
        {
          "Library": {
            "crate_name": "bytes",
            "crate_root": "src/lib.rs",
            "srcs": {
              "allow_empty": true,
              "include": [
                "**/*.rs"
              ]
            }
          }
        }
      ],
      "library_target_name": "bytes",
      "common_attrs": {
        "compile_data_glob": [
          "**"
        ],
        "crate_features": {
          "common": [
            "default",
            "std"
          ],
          "selects": {}
        },
        "edition": "2018",
        "version": "1.4.0"
      },
      "license": "MIT",
      "license_ids": [
        "MIT"
      ],
      "license_file": "LICENSE"
    },
    "cfg-if 1.0.0": {
      "name": "cfg-if",
      "version": "1.0.0",
      "package_url": "https://github.com/alexcrichton/cfg-if",
      "repository": {
        "Http": {
          "url": "https://static.crates.io/crates/cfg-if/1.0.0/download",
          "sha256": "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
        }
      },
      "targets": [
        {
          "Library": {
            "crate_name": "cfg_if",
            "crate_root": "src/lib.rs",
            "srcs": {
              "allow_empty": true,
              "include": [
                "**/*.rs"
              ]
            }
          }
        }
      ],
      "library_target_name": "cfg_if",
      "common_attrs": {
        "compile_data_glob": [
          "**"
        ],
        "edition": "2018",
        "version": "1.0.0"
      },
      "license": "MIT/Apache-2.0",
      "license_ids": [
        "Apache-2.0",
        "MIT"
      ],
      "license_file": "LICENSE-APACHE"
    },
    "direct-cargo-bazel-deps 0.0.1": {
      "name": "direct-cargo-bazel-deps",
      "version": "0.0.1",
      "package_url": null,
      "repository": null,
      "targets": [
        {
          "Library": {
            "crate_name": "direct_cargo_bazel_deps",
            "crate_root": ".direct_cargo_bazel_deps.rs",
            "srcs": {
              "allow_empty": true,
              "include": [
                "**/*.rs"
              ]
            }
          }
        }
      ],
      "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.24",
              "target": "hyper"
            },
            {
              "id": "mime 0.3.16",
              "target": "mime"
            },
            {
              "id": "serde_json 1.0.93",
              "target": "serde_json"
            },
            {
              "id": "socket2 0.4.9",
              "target": "socket2"
            },
            {
              "id": "tokio 1.26.0",
              "target": "tokio"
            },
            {
              "id": "tower 0.4.13",
              "target": "tower"
            },
            {
              "id": "tower-http 0.2.5",
              "target": "tower_http"
            },
            {
              "id": "tracing 0.1.37",
              "target": "tracing"
            },
            {
              "id": "tracing-subscriber 0.3.16",
              "target": "tracing_subscriber"
            }
          ],
          "selects": {}
        },
        "edition": "2018",
        "version": "0.0.1"
      },
      "license": null,
      "license_ids": [],
      "license_file": null
    },
    "fnv 1.0.7": {
      "name": "fnv",
      "version": "1.0.7",
      "package_url": "https://github.com/servo/rust-fnv",
      "repository": {
        "Http": {
          "url": "https://static.crates.io/crates/fnv/1.0.7/download",
          "sha256": "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
        }
      },
      "targets": [
        {
          "Library": {
            "crate_name": "fnv",
            "crate_root": "lib.rs",
            "srcs": {
              "allow_empty": true,
              "include": [
                "**/*.rs"
              ]
            }
          }
        }
      ],
      "library_target_name": "fnv",
      "common_attrs": {
        "compile_data_glob": [
          "**"
        ],
        "crate_features": {
          "common": [
            "default",
            "std"
          ],
          "selects": {}
        },
        "edition": "2015",
        "version": "1.0.7"
      },
      "license": "Apache-2.0 / MIT",
      "license_ids": [
        "Apache-2.0",
        "MIT"
      ],
      "license_file": "LICENSE-APACHE"
    },
    "form_urlencoded 1.1.0": {
      "name": "form_urlencoded",
      "version": "1.1.0",
      "package_url": "https://github.com/servo/rust-url",
      "repository": {
        "Http": {
          "url": "https://static.crates.io/crates/form_urlencoded/1.1.0/download",
          "sha256": "a9c384f161156f5260c24a097c56119f9be8c798586aecc13afbcbe7b7e26bf8"
        }
      },
      "targets": [
        {
          "Library": {
            "crate_name": "form_urlencoded",
            "crate_root": "src/lib.rs",
            "srcs": {
              "allow_empty": true,
              "include": [
                "**/*.rs"
              ]
            }
          }
        }
      ],
      "library_target_name": "form_urlencoded",
      "common_attrs": {
        "compile_data_glob": [
          "**"
        ],
        "deps": {
          "common": [
            {
              "id": "percent-encoding 2.2.0",
              "target": "percent_encoding"
            }
          ],
          "selects": {}
        },
        "edition": "2018",
        "version": "1.1.0"
      },
      "license": "MIT OR Apache-2.0",
      "license_ids": [
        "Apache-2.0",
        "MIT"
      ],
      "license_file": "LICENSE-APACHE"
    },
    "futures-channel 0.3.26": {
      "name": "futures-channel",
      "version": "0.3.26",
      "package_url": "https://github.com/rust-lang/futures-rs",
      "repository": {
        "Http": {
          "url": "https://static.crates.io/crates/futures-channel/0.3.26/download",
          "sha256": "2e5317663a9089767a1ec00a487df42e0ca174b61b4483213ac24448e4664df5"
        }
      },
      "targets": [
        {
          "Library": {
            "crate_name": "futures_channel",
            "crate_root": "src/lib.rs",
            "srcs": {
              "allow_empty": true,
              "include": [
                "**/*.rs"
              ]
            }
          }
        },
        {
          "BuildScript": {
            "crate_name": "build_script_build",
            "crate_root": "build.rs",
            "srcs": {
              "allow_empty": true,
              "include": [
                "**/*.rs"
              ]
            }
          }
        }
      ],
      "library_target_name": "futures_channel",
      "common_attrs": {
        "compile_data_glob": [
          "**"
        ],
        "crate_features": {
          "common": [
            "alloc",
            "default",
            "std"
          ],
          "selects": {}
        },
        "deps": {
          "common": [
            {
              "id": "futures-channel 0.3.26",
              "target": "build_script_build"
            },
            {
              "id": "futures-core 0.3.26",
              "target": "futures_core"
            }
          ],
          "selects": {}
        },
        "edition": "2018",
        "version": "0.3.26"
      },
      "build_script_attrs": {
        "compile_data_glob": [
          "**"
        ],
        "data_glob": [
          "**"
        ]
      },
      "license": "MIT OR Apache-2.0",
      "license_ids": [
        "Apache-2.0",
        "MIT"
      ],
      "license_file": "LICENSE-APACHE"
    },
    "futures-core 0.3.26": {
      "name": "futures-core",
      "version": "0.3.26",
      "package_url": "https://github.com/rust-lang/futures-rs",
      "repository": {
        "Http": {
          "url": "https://static.crates.io/crates/futures-core/0.3.26/download",
          "sha256": "ec90ff4d0fe1f57d600049061dc6bb68ed03c7d2fbd697274c41805dcb3f8608"
        }
      },
      "targets": [
        {
          "Library": {
            "crate_name": "futures_core",
            "crate_root": "src/lib.rs",
            "srcs": {
              "allow_empty": true,
              "include": [
                "**/*.rs"
              ]
            }
          }
        },
        {
          "BuildScript": {
            "crate_name": "build_script_build",
            "crate_root": "build.rs",
            "srcs": {
              "allow_empty": true,
              "include": [
                "**/*.rs"
              ]
            }
          }
        }
      ],
      "library_target_name": "futures_core",
      "common_attrs": {
        "compile_data_glob": [
          "**"
        ],
        "crate_features": {
          "common": [
            "alloc",
            "default",
            "std"
          ],
          "selects": {}
        },
        "deps": {
          "common": [
            {
              "id": "futures-core 0.3.26",
              "target": "build_script_build"
            }
          ],
          "selects": {}
        },
        "edition": "2018",
        "version": "0.3.26"
      },
      "build_script_attrs": {
        "compile_data_glob": [
          "**"
        ],
        "data_glob": [
          "**"
        ]
      },
      "license": "MIT OR Apache-2.0",
      "license_ids": [
        "Apache-2.0",
        "MIT"
      ],
      "license_file": "LICENSE-APACHE"
    },
    "futures-sink 0.3.26": {
      "name": "futures-sink",
      "version": "0.3.26",
      "package_url": "https://github.com/rust-lang/futures-rs",
      "repository": {
        "Http": {
          "url": "https://static.crates.io/crates/futures-sink/0.3.26/download",
          "sha256": "f310820bb3e8cfd46c80db4d7fb8353e15dfff853a127158425f31e0be6c8364"
        }
      },
      "targets": [
        {
          "Library": {
            "crate_name": "futures_sink",
            "crate_root": "src/lib.rs",
            "srcs": {
              "allow_empty": true,
              "include": [
                "**/*.rs"
              ]
            }
          }
        }
      ],
      "library_target_name": "futures_sink",
      "common_attrs": {
        "compile_data_glob": [
          "**"
        ],
        "crate_features": {
          "common": [
            "alloc",
            "default",
            "std"
          ],
          "selects": {}
        },
        "edition": "2018",
        "version": "0.3.26"
      },
      "license": "MIT OR Apache-2.0",
      "license_ids": [
        "Apache-2.0",
        "MIT"
      ],
      "license_file": "LICENSE-APACHE"
    },
    "futures-task 0.3.26": {
      "name": "futures-task",
      "version": "0.3.26",
      "package_url": "https://github.com/rust-lang/futures-rs",
      "repository": {
        "Http": {
          "url": "https://static.crates.io/crates/futures-task/0.3.26/download",
          "sha256": "dcf79a1bf610b10f42aea489289c5a2c478a786509693b80cd39c44ccd936366"
        }
      },
      "targets": [
        {
          "Library": {
            "crate_name": "futures_task",
            "crate_root": "src/lib.rs",
            "srcs": {
              "allow_empty": true,
              "include": [
                "**/*.rs"
              ]
            }
          }
        },
        {
          "BuildScript": {
            "crate_name": "build_script_build",
            "crate_root": "build.rs",
            "srcs": {
              "allow_empty": true,
              "include": [
                "**/*.rs"
              ]
            }
          }
        }
      ],
      "library_target_name": "futures_task",
      "common_attrs": {
        "compile_data_glob": [
          "**"
        ],
        "crate_features": {
          "common": [
            "alloc"
          ],
          "selects": {}
        },
        "deps": {
          "common": [
            {
              "id": "futures-task 0.3.26",
              "target": "build_script_build"
            }
          ],
          "selects": {}
        },
        "edition": "2018",
        "version": "0.3.26"
      },
      "build_script_attrs": {
        "compile_data_glob": [
          "**"
        ],
        "data_glob": [
          "**"
        ]
      },
      "license": "MIT OR Apache-2.0",
      "license_ids": [
        "Apache-2.0",
        "MIT"
      ],
      "license_file": "LICENSE-APACHE"
    },
    "futures-util 0.3.26": {
      "name": "futures-util",
      "version": "0.3.26",
      "package_url": "https://github.com/rust-lang/futures-rs",
      "repository": {
        "Http": {
          "url": "https://static.crates.io/crates/futures-util/0.3.26/download",
          "sha256": "9c1d6de3acfef38d2be4b1f543f553131788603495be83da675e180c8d6b7bd1"
        }
      },
      "targets": [
        {
          "Library": {
            "crate_name": "futures_util",
            "crate_root": "src/lib.rs",
            "srcs": {
              "allow_empty": true,
              "include": [
                "**/*.rs"
              ]
            }
          }
        },
        {
          "BuildScript": {
            "crate_name": "build_script_build",
            "crate_root": "build.rs",
            "srcs": {
              "allow_empty": true,
              "include": [
                "**/*.rs"
              ]
            }
          }
        }
      ],
      "library_target_name": "futures_util",
      "common_attrs": {
        "compile_data_glob": [
          "**"
        ],
        "crate_features": {
          "common": [
            "alloc"
          ],
          "selects": {}
        },
        "deps": {
          "common": [
            {
              "id": "futures-core 0.3.26",
              "target": "futures_core"
            },
            {
              "id": "futures-task 0.3.26",
              "target": "futures_task"
            },
            {
              "id": "futures-util 0.3.26",
              "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.26"
      },
      "build_script_attrs": {
        "compile_data_glob": [
          "**"
        ],
        "data_glob": [
          "**"
        ]
      },
      "license": "MIT OR Apache-2.0",
      "license_ids": [
        "Apache-2.0",
        "MIT"
      ],
      "license_file": "LICENSE-APACHE"
    },
    "h2 0.3.16": {
      "name": "h2",
      "version": "0.3.16",
      "package_url": "https://github.com/hyperium/h2",
      "repository": {
        "Http": {
          "url": "https://static.crates.io/crates/h2/0.3.16/download",
          "sha256": "5be7b54589b581f624f566bf5d8eb2bab1db736c51528720b6bd36b96b55924d"
        }
      },
      "targets": [
        {
          "Library": {
            "crate_name": "h2",
            "crate_root": "src/lib.rs",
            "srcs": {
              "allow_empty": true,
              "include": [
                "**/*.rs"
              ]
            }
          }
        }
      ],
      "library_target_name": "h2",
      "common_attrs": {
        "compile_data_glob": [
          "**"
        ],
        "deps": {
          "common": [
            {
              "id": "bytes 1.4.0",
              "target": "bytes"
            },
            {
              "id": "fnv 1.0.7",
              "target": "fnv"
            },
            {
              "id": "futures-core 0.3.26",
              "target": "futures_core"
            },
            {
              "id": "futures-sink 0.3.26",
              "target": "futures_sink"
            },
            {
              "id": "futures-util 0.3.26",
              "target": "futures_util"
            },
            {
              "id": "http 0.2.9",
              "target": "http"
            },
            {
              "id": "indexmap 1.9.2",
              "target": "indexmap"
            },
            {
              "id": "slab 0.4.8",
              "target": "slab"
            },
            {
              "id": "tokio 1.26.0",
              "target": "tokio"
            },
            {
              "id": "tokio-util 0.7.7",
              "target": "tokio_util"
            },
            {
              "id": "tracing 0.1.37",
              "target": "tracing"
            }
          ],
          "selects": {}
        },
        "edition": "2018",
        "version": "0.3.16"
      },
      "license": "MIT",
      "license_ids": [
        "MIT"
      ],
      "license_file": "LICENSE"
    },
    "hashbrown 0.12.3": {
      "name": "hashbrown",
      "version": "0.12.3",
      "package_url": "https://github.com/rust-lang/hashbrown",
      "repository": {
        "Http": {
          "url": "https://static.crates.io/crates/hashbrown/0.12.3/download",
          "sha256": "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
        }
      },
      "targets": [
        {
          "Library": {
            "crate_name": "hashbrown",
            "crate_root": "src/lib.rs",
            "srcs": {
              "allow_empty": true,
              "include": [
                "**/*.rs"
              ]
            }
          }
        }
      ],
      "library_target_name": "hashbrown",
      "common_attrs": {
        "compile_data_glob": [
          "**"
        ],
        "crate_features": {
          "common": [
            "raw"
          ],
          "selects": {}
        },
        "edition": "2021",
        "version": "0.12.3"
      },
      "license": "MIT OR Apache-2.0",
      "license_ids": [
        "Apache-2.0",
        "MIT"
      ],
      "license_file": "LICENSE-APACHE"
    },
    "hermit-abi 0.2.6": {
      "name": "hermit-abi",
      "version": "0.2.6",
      "package_url": "https://github.com/hermitcore/rusty-hermit",
      "repository": {
        "Http": {
          "url": "https://static.crates.io/crates/hermit-abi/0.2.6/download",
          "sha256": "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7"
        }
      },
      "targets": [
        {
          "Library": {
            "crate_name": "hermit_abi",
            "crate_root": "src/lib.rs",
            "srcs": {
              "allow_empty": true,
              "include": [
                "**/*.rs"
              ]
            }
          }
        }
      ],
      "library_target_name": "hermit_abi",
      "common_attrs": {
        "compile_data_glob": [
          "**"
        ],
        "deps": {
          "common": [
            {
              "id": "libc 0.2.139",
              "target": "libc"
            }
          ],
          "selects": {}
        },
        "edition": "2021",
        "version": "0.2.6"
      },
      "license": "MIT/Apache-2.0",
      "license_ids": [
        "Apache-2.0",
        "MIT"
      ],
      "license_file": "LICENSE-APACHE"
    },
    "http 0.2.9": {
      "name": "http",
      "version": "0.2.9",
      "package_url": "https://github.com/hyperium/http",
      "repository": {
        "Http": {
          "url": "https://static.crates.io/crates/http/0.2.9/download",
          "sha256": "bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482"
        }
      },
      "targets": [
        {
          "Library": {
            "crate_name": "http",
            "crate_root": "src/lib.rs",
            "srcs": {
              "allow_empty": true,
              "include": [
                "**/*.rs"
              ]
            }
          }
        }
      ],
      "library_target_name": "http",
      "common_attrs": {
        "compile_data_glob": [
          "**"
        ],
        "deps": {
          "common": [
            {
              "id": "bytes 1.4.0",
              "target": "bytes"
            },
            {
              "id": "fnv 1.0.7",
              "target": "fnv"
            },
            {
              "id": "itoa 1.0.5",
              "target": "itoa"
            }
          ],
          "selects": {}
        },
        "edition": "2018",
        "version": "0.2.9"
      },
      "license": "MIT OR Apache-2.0",
      "license_ids": [
        "Apache-2.0",
        "MIT"
      ],
      "license_file": "LICENSE-APACHE"
    },
    "http-body 0.4.5": {
      "name": "http-body",
      "version": "0.4.5",
      "package_url": "https://github.com/hyperium/http-body",
      "repository": {
        "Http": {
          "url": "https://static.crates.io/crates/http-body/0.4.5/download",
          "sha256": "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1"
        }
      },
      "targets": [
        {
          "Library": {
            "crate_name": "http_body",
            "crate_root": "src/lib.rs",
            "srcs": {
              "allow_empty": true,
              "include": [
                "**/*.rs"
              ]
            }
          }
        }
      ],
      "library_target_name": "http_body",
      "common_attrs": {
        "compile_data_glob": [
          "**"
        ],
        "deps": {
          "common": [
            {
              "id": "bytes 1.4.0",
              "target": "bytes"
            },
            {
              "id": "http 0.2.9",
              "target": "http"
            },
            {
              "id": "pin-project-lite 0.2.9",
              "target": "pin_project_lite"
            }
          ],
          "selects": {}
        },
        "edition": "2018",
        "version": "0.4.5"
      },
      "license": "MIT",
      "license_ids": [
        "MIT"
      ],
      "license_file": "LICENSE"
    },
    "http-range-header 0.3.0": {
      "name": "http-range-header",
      "version": "0.3.0",
      "package_url": "https://github.com/MarcusGrass/parse-range-headers",
      "repository": {
        "Http": {
          "url": "https://static.crates.io/crates/http-range-header/0.3.0/download",
          "sha256": "0bfe8eed0a9285ef776bb792479ea3834e8b94e13d615c2f66d03dd50a435a29"
        }
      },
      "targets": [
        {
          "Library": {
            "crate_name": "http_range_header",
            "crate_root": "src/lib.rs",
            "srcs": {
              "allow_empty": true,
              "include": [
                "**/*.rs"
              ]
            }
          }
        }
      ],
      "library_target_name": "http_range_header",
      "common_attrs": {
        "compile_data_glob": [
          "**"
        ],
        "edition": "2018",
        "version": "0.3.0"
      },
      "license": "MIT",
      "license_ids": [
        "MIT"
      ],
      "license_file": "LICENSE"
    },
    "httparse 1.8.0": {
      "name": "httparse",
      "version": "1.8.0",
      "package_url": "https://github.com/seanmonstar/httparse",
      "repository": {
        "Http": {
          "url": "https://static.crates.io/crates/httparse/1.8.0/download",
          "sha256": "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904"
        }
      },
      "targets": [
        {
          "Library": {
            "crate_name": "httparse",
            "crate_root": "src/lib.rs",
            "srcs": {
              "allow_empty": true,
              "include": [
                "**/*.rs"
              ]
            }
          }
        },
        {
          "BuildScript": {
            "crate_name": "build_script_build",
            "crate_root": "build.rs",
            "srcs": {
              "allow_empty": true,
              "include": [
                "**/*.rs"
              ]
            }
          }
        }
      ],
      "library_target_name": "httparse",
      "common_attrs": {
        "compile_data_glob": [
          "**"
        ],
        "crate_features": {
          "common": [
            "default",
            "std"
          ],
          "selects": {}
        },
        "deps": {
          "common": [
            {
              "id": "httparse 1.8.0",
              "target": "build_script_build"
            }
          ],
          "selects": {}
        },
        "edition": "2018",
        "version": "1.8.0"
      },
      "build_script_attrs": {
        "compile_data_glob": [
          "**"
        ],
        "data_glob": [
          "**"
        ]
      },
      "license": "MIT/Apache-2.0",
      "license_ids": [
        "Apache-2.0",
        "MIT"
      ],
      "license_file": "LICENSE-APACHE"
    },
    "httpdate 1.0.2": {
      "name": "httpdate",
      "version": "1.0.2",
      "package_url": "https://github.com/pyfisch/httpdate",
      "repository": {
        "Http": {
          "url": "https://static.crates.io/crates/httpdate/1.0.2/download",
          "sha256": "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421"
        }
      },
      "targets": [
        {
          "Library": {
            "crate_name": "httpdate",
            "crate_root": "src/lib.rs",
            "srcs": {
              "allow_empty": true,
              "include": [
                "**/*.rs"
              ]
            }
          }
        }
      ],
      "library_target_name": "httpdate",
      "common_attrs": {
        "compile_data_glob": [
          "**"
        ],
        "edition": "2018",
        "version": "1.0.2"
      },
      "license": "MIT/Apache-2.0",
      "license_ids": [
        "Apache-2.0",
        "MIT"
      ],
      "license_file": "LICENSE-APACHE"
    },
    "hyper 0.14.24": {
      "name": "hyper",
      "version": "0.14.24",
      "package_url": "https://github.com/hyperium/hyper",
      "repository": {
        "Http": {
          "url": "https://static.crates.io/crates/hyper/0.14.24/download",
          "sha256": "5e011372fa0b68db8350aa7a248930ecc7839bf46d8485577d69f117a75f164c"
        }
      },
      "targets": [
        {
          "Library": {
            "crate_name": "hyper",
            "crate_root": "src/lib.rs",
            "srcs": {
              "allow_empty": true,
              "include": [
                "**/*.rs"
              ]
            }
          }
        }
      ],
      "library_target_name": "hyper",
      "common_attrs": {
        "compile_data_glob": [
          "**"
        ],
        "crate_features": {
          "common": [
            "client",
            "default",
            "full",
            "h2",
            "http1",
            "http2",
            "runtime",
            "server",
            "socket2",
            "stream",
            "tcp"
          ],
          "selects": {}
        },
        "deps": {
          "common": [
            {
              "id": "bytes 1.4.0",
              "target": "bytes"
            },
            {
              "id": "futures-channel 0.3.26",
              "target": "futures_channel"
            },
            {
              "id": "futures-core 0.3.26",
              "target": "futures_core"
            },
            {
              "id": "futures-util 0.3.26",
              "target": "futures_util"
            },
            {
              "id": "h2 0.3.16",
              "target": "h2"
            },
            {
              "id": "http 0.2.9",
              "target": "http"
            },
            {
              "id": "http-body 0.4.5",
              "target": "http_body"
            },
            {
              "id": "httparse 1.8.0",
              "target": "httparse"
            },
            {
              "id": "httpdate 1.0.2",
              "target": "httpdate"
            },
            {
              "id": "itoa 1.0.5",
              "target": "itoa"
            },
            {
              "id": "pin-project-lite 0.2.9",
              "target": "pin_project_lite"
            },
            {
              "id": "socket2 0.4.9",
              "target": "socket2"
            },
            {
              "id": "tokio 1.26.0",
              "target": "tokio"
            },
            {
              "id": "tower-service 0.3.2",
              "target": "tower_service"
            },
            {
              "id": "tracing 0.1.37",
              "target": "tracing"
            },
            {
              "id": "want 0.3.0",
              "target": "want"
            }
          ],
          "selects": {}
        },
        "edition": "2018",
        "version": "0.14.24"
      },
      "license": "MIT",
      "license_ids": [
        "MIT"
      ],
      "license_file": "LICENSE"
    },
    "indexmap 1.9.2": {
      "name": "indexmap",
      "version": "1.9.2",
      "package_url": "https://github.com/bluss/indexmap",
      "repository": {
        "Http": {
          "url": "https://static.crates.io/crates/indexmap/1.9.2/download",
          "sha256": "1885e79c1fc4b10f0e172c475f458b7f7b93061064d98c3293e98c5ba0c8b399"
        }
      },
      "targets": [
        {
          "Library": {
            "crate_name": "indexmap",
            "crate_root": "src/lib.rs",
            "srcs": {
              "allow_empty": true,
              "include": [
                "**/*.rs"
              ]
            }
          }
        },
        {
          "BuildScript": {
            "crate_name": "build_script_build",
            "crate_root": "build.rs",
            "srcs": {
              "allow_empty": true,
              "include": [
                "**/*.rs"
              ]
            }
          }
        }
      ],
      "library_target_name": "indexmap",
      "common_attrs": {
        "compile_data_glob": [
          "**"
        ],
        "crate_features": {
          "common": [
            "std"
          ],
          "selects": {}
        },
        "deps": {
          "common": [
            {
              "id": "hashbrown 0.12.3",
              "target": "hashbrown"
            },
            {
              "id": "indexmap 1.9.2",
              "target": "build_script_build"
            }
          ],
          "selects": {}
        },
        "edition": "2021",
        "version": "1.9.2"
      },
      "build_script_attrs": {
        "compile_data_glob": [
          "**"
        ],
        "data_glob": [
          "**"
        ],
        "deps": {
          "common": [
            {
              "id": "autocfg 1.1.0",
              "target": "autocfg"
            }
          ],
          "selects": {}
        }
      },
      "license": "Apache-2.0 OR MIT",
      "license_ids": [
        "Apache-2.0",
        "MIT"
      ],
      "license_file": "LICENSE-APACHE"
    },
    "itoa 1.0.5": {
      "name": "itoa",
      "version": "1.0.5",
      "package_url": "https://github.com/dtolnay/itoa",
      "repository": {
        "Http": {
          "url": "https://static.crates.io/crates/itoa/1.0.5/download",
          "sha256": "fad582f4b9e86b6caa621cabeb0963332d92eea04729ab12892c2533951e6440"
        }
      },
      "targets": [
        {
          "Library": {
            "crate_name": "itoa",
            "crate_root": "src/lib.rs",
            "srcs": {
              "allow_empty": true,
              "include": [
                "**/*.rs"
              ]
            }
          }
        }
      ],
      "library_target_name": "itoa",
      "common_attrs": {
        "compile_data_glob": [
          "**"
        ],
        "edition": "2018",
        "version": "1.0.5"
      },
      "license": "MIT OR Apache-2.0",
      "license_ids": [
        "Apache-2.0",
        "MIT"
      ],
      "license_file": "LICENSE-APACHE"
    },
    "lazy_static 1.4.0": {
      "name": "lazy_static",
      "version": "1.4.0",
      "package_url": "https://github.com/rust-lang-nursery/lazy-static.rs",
      "repository": {
        "Http": {
          "url": "https://static.crates.io/crates/lazy_static/1.4.0/download",
          "sha256": "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
        }
      },
      "targets": [
        {
          "Library": {
            "crate_name": "lazy_static",
            "crate_root": "src/lib.rs",
            "srcs": {
              "allow_empty": true,
              "include": [
                "**/*.rs"
              ]
            }
          }
        }
      ],
      "library_target_name": "lazy_static",
      "common_attrs": {
        "compile_data_glob": [
          "**"
        ],
        "edition": "2015",
        "version": "1.4.0"
      },
      "license": "MIT/Apache-2.0",
      "license_ids": [
        "Apache-2.0",
        "MIT"
      ],
      "license_file": "LICENSE-APACHE"
    },
    "libc 0.2.139": {
      "name": "libc",
      "version": "0.2.139",
      "package_url": "https://github.com/rust-lang/libc",
      "repository": {
        "Http": {
          "url": "https://static.crates.io/crates/libc/0.2.139/download",
          "sha256": "201de327520df007757c1f0adce6e827fe8562fbc28bfd9c15571c66ca1f5f79"
        }
      },
      "targets": [
        {
          "Library": {
            "crate_name": "libc",
            "crate_root": "src/lib.rs",
            "srcs": {
              "allow_empty": true,
              "include": [
                "**/*.rs"
              ]
            }
          }
        },
        {
          "BuildScript": {
            "crate_name": "build_script_build",
            "crate_root": "build.rs",
            "srcs": {
              "allow_empty": true,
              "include": [
                "**/*.rs"
              ]
            }
          }
        }
      ],
      "library_target_name": "libc",
      "common_attrs": {
        "compile_data_glob": [
          "**"
        ],
        "crate_features": {
          "common": [
            "default",
            "std"
          ],
          "selects": {}
        },
        "deps": {
          "common": [
            {
              "id": "libc 0.2.139",
              "target": "build_script_build"
            }
          ],
          "selects": {}
        },
        "edition": "2015",
        "version": "0.2.139"
      },
      "build_script_attrs": {
        "compile_data_glob": [
          "**"
        ],
        "data_glob": [
          "**"
        ]
      },
      "license": "MIT OR Apache-2.0",
      "license_ids": [
        "Apache-2.0",
        "MIT"
      ],
      "license_file": "LICENSE-APACHE"
    },
    "lock_api 0.4.9": {
      "name": "lock_api",
      "version": "0.4.9",
      "package_url": "https://github.com/Amanieu/parking_lot",
      "repository": {
        "Http": {
          "url": "https://static.crates.io/crates/lock_api/0.4.9/download",
          "sha256": "435011366fe56583b16cf956f9df0095b405b82d76425bc8981c0e22e60ec4df"
        }
      },
      "targets": [
        {
          "Library": {
            "crate_name": "lock_api",
            "crate_root": "src/lib.rs",
            "srcs": {
              "allow_empty": true,
              "include": [
                "**/*.rs"
              ]
            }
          }
        },
        {
          "BuildScript": {
            "crate_name": "build_script_build",
            "crate_root": "build.rs",
            "srcs": {
              "allow_empty": true,
              "include": [
                "**/*.rs"
              ]
            }
          }
        }
      ],
      "library_target_name": "lock_api",
      "common_attrs": {
        "compile_data_glob": [
          "**"
        ],
        "deps": {
          "common": [
            {
              "id": "lock_api 0.4.9",
              "target": "build_script_build"
            },
            {
              "id": "scopeguard 1.1.0",
              "target": "scopeguard"
            }
          ],
          "selects": {}
        },
        "edition": "2018",
        "version": "0.4.9"
      },
      "build_script_attrs": {
        "compile_data_glob": [
          "**"
        ],
        "data_glob": [
          "**"
        ],
        "deps": {
          "common": [
            {
              "id": "autocfg 1.1.0",
              "target": "autocfg"
            }
          ],
          "selects": {}
        }
      },
      "license": "MIT OR Apache-2.0",
      "license_ids": [
        "Apache-2.0",
        "MIT"
      ],
      "license_file": "LICENSE-APACHE"
    },
    "log 0.4.17": {
      "name": "log",
      "version": "0.4.17",
      "package_url": "https://github.com/rust-lang/log",
      "repository": {
        "Http": {
          "url": "https://static.crates.io/crates/log/0.4.17/download",
          "sha256": "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
        }
      },
      "targets": [
        {
          "Library": {
            "crate_name": "log",
            "crate_root": "src/lib.rs",
            "srcs": {
              "allow_empty": true,
              "include": [
                "**/*.rs"
              ]
            }
          }
        },
        {
          "BuildScript": {
            "crate_name": "build_script_build",
            "crate_root": "build.rs",
            "srcs": {
              "allow_empty": true,
              "include": [
                "**/*.rs"
              ]
            }
          }
        }
      ],
      "library_target_name": "log",
      "common_attrs": {
        "compile_data_glob": [
          "**"
        ],
        "crate_features": {
          "common": [
            "std"
          ],
          "selects": {}
        },
        "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": {
        "compile_data_glob": [
          "**"
        ],
        "data_glob": [
          "**"
        ]
      },
      "license": "MIT OR Apache-2.0",
      "license_ids": [
        "Apache-2.0",
        "MIT"
      ],
      "license_file": "LICENSE-APACHE"
    },
    "matchit 0.4.6": {
      "name": "matchit",
      "version": "0.4.6",
      "package_url": "https://github.com/ibraheemdev/matchit",
      "repository": {
        "Http": {
          "url": "https://static.crates.io/crates/matchit/0.4.6/download",
          "sha256": "9376a4f0340565ad675d11fc1419227faf5f60cd7ac9cb2e7185a471f30af833"
        }
      },
      "targets": [
        {
          "Library": {
            "crate_name": "matchit",
            "crate_root": "src/lib.rs",
            "srcs": {
              "allow_empty": true,
              "include": [
                "**/*.rs"
              ]
            }
          }
        }
      ],
      "library_target_name": "matchit",
      "common_attrs": {
        "compile_data_glob": [
          "**"
        ],
        "crate_features": {
          "common": [
            "default"
          ],
          "selects": {}
        },
        "edition": "2018",
        "version": "0.4.6"
      },
      "license": "MIT",
      "license_ids": [
        "MIT"
      ],
      "license_file": "LICENSE"
    },
    "memchr 2.5.0": {
      "name": "memchr",
      "version": "2.5.0",
      "package_url": "https://github.com/BurntSushi/memchr",
      "repository": {
        "Http": {
          "url": "https://static.crates.io/crates/memchr/2.5.0/download",
          "sha256": "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
        }
      },
      "targets": [
        {
          "Library": {
            "crate_name": "memchr",
            "crate_root": "src/lib.rs",
            "srcs": {
              "allow_empty": true,
              "include": [
                "**/*.rs"
              ]
            }
          }
        },
        {
          "BuildScript": {
            "crate_name": "build_script_build",
            "crate_root": "build.rs",
            "srcs": {
              "allow_empty": true,
              "include": [
                "**/*.rs"
              ]
            }
          }
        }
      ],
      "library_target_name": "memchr",
      "common_attrs": {
        "compile_data_glob": [
          "**"
        ],
        "crate_features": {
          "common": [
            "default",
            "std"
          ],
          "selects": {}
        },
        "deps": {
          "common": [
            {
              "id": "memchr 2.5.0",
              "target": "build_script_build"
            }
          ],
          "selects": {}
        },
        "edition": "2018",
        "version": "2.5.0"
      },
      "build_script_attrs": {
        "compile_data_glob": [
          "**"
        ],
        "data_glob": [
          "**"
        ]
      },
      "license": "Unlicense/MIT",
      "license_ids": [
        "MIT",
        "Unlicense"
      ],
      "license_file": "LICENSE-MIT"
    },
    "mime 0.3.16": {
      "name": "mime",
      "version": "0.3.16",
      "package_url": "https://github.com/hyperium/mime",
      "repository": {
        "Http": {
          "url": "https://static.crates.io/crates/mime/0.3.16/download",
          "sha256": "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d"
        }
      },
      "targets": [
        {
          "Library": {
            "crate_name": "mime",
            "crate_root": "src/lib.rs",
            "srcs": {
              "allow_empty": true,
              "include": [
                "**/*.rs"
              ]
            }
          }
        }
      ],
      "library_target_name": "mime",
      "common_attrs": {
        "compile_data_glob": [
          "**"
        ],
        "edition": "2015",
        "version": "0.3.16"
      },
      "license": "MIT/Apache-2.0",
      "license_ids": [
        "Apache-2.0",
        "MIT"
      ],
      "license_file": "LICENSE-APACHE"
    },
    "mio 0.8.6": {
      "name": "mio",
      "version": "0.8.6",
      "package_url": "https://github.com/tokio-rs/mio",
      "repository": {
        "Http": {
          "url": "https://static.crates.io/crates/mio/0.8.6/download",
          "sha256": "5b9d9a46eff5b4ff64b45a9e316a6d1e0bc719ef429cbec4dc630684212bfdf9"
        }
      },
      "targets": [
        {
          "Library": {
            "crate_name": "mio",
            "crate_root": "src/lib.rs",
            "srcs": {
              "allow_empty": true,
              "include": [
                "**/*.rs"
              ]
            }
          }
        }
      ],
      "library_target_name": "mio",
      "common_attrs": {
        "compile_data_glob": [
          "**"
        ],
        "crate_features": {
          "common": [
            "default",
            "net",
            "os-ext",
            "os-poll"
          ],
          "selects": {}
        },
        "deps": {
          "common": [
            {
              "id": "log 0.4.17",
              "target": "log"
            }
          ],
          "selects": {
            "cfg(target_os = \"wasi\")": [
              {
                "id": "libc 0.2.139",
                "target": "libc"
              },
              {
                "id": "wasi 0.11.0+wasi-snapshot-preview1",
                "target": "wasi"
              }
            ],
            "cfg(unix)": [
              {
                "id": "libc 0.2.139",
                "target": "libc"
              }
            ],
            "cfg(windows)": [
              {
                "id": "windows-sys 0.45.0",
                "target": "windows_sys"
              }
            ]
          }
        },
        "edition": "2018",
        "version": "0.8.6"
      },
      "license": "MIT",
      "license_ids": [
        "MIT"
      ],
      "license_file": "LICENSE"
    },
    "nu-ansi-term 0.46.0": {
      "name": "nu-ansi-term",
      "version": "0.46.0",
      "package_url": "https://github.com/nushell/nu-ansi-term",
      "repository": {
        "Http": {
          "url": "https://static.crates.io/crates/nu-ansi-term/0.46.0/download",
          "sha256": "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
        }
      },
      "targets": [
        {
          "Library": {
            "crate_name": "nu_ansi_term",
            "crate_root": "src/lib.rs",
            "srcs": {
              "allow_empty": true,
              "include": [
                "**/*.rs"
              ]
            }
          }
        }
      ],
      "library_target_name": "nu_ansi_term",
      "common_attrs": {
        "compile_data_glob": [
          "**"
        ],
        "deps": {
          "common": [
            {
              "id": "overload 0.1.1",
              "target": "overload"
            }
          ],
          "selects": {
            "cfg(target_os = \"windows\")": [
              {
                "id": "winapi 0.3.9",
                "target": "winapi"
              }
            ]
          }
        },
        "edition": "2018",
        "version": "0.46.0"
      },
      "license": "MIT",
      "license_ids": [
        "MIT"
      ],
      "license_file": null
    },
    "num_cpus 1.15.0": {
      "name": "num_cpus",
      "version": "1.15.0",
      "package_url": "https://github.com/seanmonstar/num_cpus",
      "repository": {
        "Http": {
          "url": "https://static.crates.io/crates/num_cpus/1.15.0/download",
          "sha256": "0fac9e2da13b5eb447a6ce3d392f23a29d8694bff781bf03a16cd9ac8697593b"
        }
      },
      "targets": [
        {
          "Library": {
            "crate_name": "num_cpus",
            "crate_root": "src/lib.rs",
            "srcs": {
              "allow_empty": true,
              "include": [
                "**/*.rs"
              ]
            }
          }
        }
      ],
      "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.2.6",
                "target": "hermit_abi"
              }
            ],
            "cfg(not(windows))": [
              {
                "id": "libc 0.2.139",
                "target": "libc"
              }
            ]
          }
        },
        "edition": "2015",
        "version": "1.15.0"
      },
      "license": "MIT OR Apache-2.0",
      "license_ids": [
        "Apache-2.0",
        "MIT"
      ],
      "license_file": "LICENSE-APACHE"
    },
    "once_cell 1.17.1": {
      "name": "once_cell",
      "version": "1.17.1",
      "package_url": "https://github.com/matklad/once_cell",
      "repository": {
        "Http": {
          "url": "https://static.crates.io/crates/once_cell/1.17.1/download",
          "sha256": "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3"
        }
      },
      "targets": [
        {
          "Library": {
            "crate_name": "once_cell",
            "crate_root": "src/lib.rs",
            "srcs": {
              "allow_empty": true,
              "include": [
                "**/*.rs"
              ]
            }
          }
        }
      ],
      "library_target_name": "once_cell",
      "common_attrs": {
        "compile_data_glob": [
          "**"
        ],
        "crate_features": {
          "common": [
            "alloc",
            "default",
            "race",
            "std"
          ],
          "selects": {}
        },
        "edition": "2021",
        "version": "1.17.1"
      },
      "license": "MIT OR Apache-2.0",
      "license_ids": [
        "Apache-2.0",
        "MIT"
      ],
      "license_file": "LICENSE-APACHE"
    },
    "overload 0.1.1": {
      "name": "overload",
      "version": "0.1.1",
      "package_url": "https://github.com/danaugrs/overload",
      "repository": {
        "Http": {
          "url": "https://static.crates.io/crates/overload/0.1.1/download",
          "sha256": "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
        }
      },
      "targets": [
        {
          "Library": {
            "crate_name": "overload",
            "crate_root": "src/lib.rs",
            "srcs": {
              "allow_empty": true,
              "include": [
                "**/*.rs"
              ]
            }
          }
        }
      ],
      "library_target_name": "overload",
      "common_attrs": {
        "compile_data_glob": [
          "**"
        ],
        "edition": "2018",
        "version": "0.1.1"
      },
      "license": "MIT",
      "license_ids": [
        "MIT"
      ],
      "license_file": "LICENSE"
    },
    "parking_lot 0.12.1": {
      "name": "parking_lot",
      "version": "0.12.1",
      "package_url": "https://github.com/Amanieu/parking_lot",
      "repository": {
        "Http": {
          "url": "https://static.crates.io/crates/parking_lot/0.12.1/download",
          "sha256": "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
        }
      },
      "targets": [
        {
          "Library": {
            "crate_name": "parking_lot",
            "crate_root": "src/lib.rs",
            "srcs": {
              "allow_empty": true,
              "include": [
                "**/*.rs"
              ]
            }
          }
        }
      ],
      "library_target_name": "parking_lot",
      "common_attrs": {
        "compile_data_glob": [
          "**"
        ],
        "crate_features": {
          "common": [
            "default"
          ],
          "selects": {}
        },
        "deps": {
          "common": [
            {
              "id": "lock_api 0.4.9",
              "target": "lock_api"
            },
            {
              "id": "parking_lot_core 0.9.7",
              "target": "parking_lot_core"
            }
          ],
          "selects": {}
        },
        "edition": "2018",
        "version": "0.12.1"
      },
      "license": "MIT OR Apache-2.0",
      "license_ids": [
        "Apache-2.0",
        "MIT"
      ],
      "license_file": "LICENSE-APACHE"
    },
    "parking_lot_core 0.9.7": {
      "name": "parking_lot_core",
      "version": "0.9.7",
      "package_url": "https://github.com/Amanieu/parking_lot",
      "repository": {
        "Http": {
          "url": "https://static.crates.io/crates/parking_lot_core/0.9.7/download",
          "sha256": "9069cbb9f99e3a5083476ccb29ceb1de18b9118cafa53e90c9551235de2b9521"
        }
      },
      "targets": [
        {
          "Library": {
            "crate_name": "parking_lot_core",
            "crate_root": "src/lib.rs",
            "srcs": {
              "allow_empty": true,
              "include": [
                "**/*.rs"
              ]
            }
          }
        },
        {
          "BuildScript": {
            "crate_name": "build_script_build",
            "crate_root": "build.rs",
            "srcs": {
              "allow_empty": true,
              "include": [
                "**/*.rs"
              ]
            }
          }
        }
      ],
      "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.7",
              "target": "build_script_build"
            },
            {
              "id": "smallvec 1.10.0",
              "target": "smallvec"
            }
          ],
          "selects": {
            "cfg(target_os = \"redox\")": [
              {
                "id": "redox_syscall 0.2.16",
                "target": "syscall"
              }
            ],
            "cfg(unix)": [
              {
                "id": "libc 0.2.139",
                "target": "libc"
              }
            ],
            "cfg(windows)": [
              {
                "id": "windows-sys 0.45.0",
                "target": "windows_sys"
              }
            ]
          }
        },
        "edition": "2018",
        "version": "0.9.7"
      },
      "build_script_attrs": {
        "compile_data_glob": [
          "**"
        ],
        "data_glob": [
          "**"
        ]
      },
      "license": "MIT OR Apache-2.0",
      "license_ids": [
        "Apache-2.0",
        "MIT"
      ],
      "license_file": "LICENSE-APACHE"
    },
    "percent-encoding 2.2.0": {
      "name": "percent-encoding",
      "version": "2.2.0",
      "package_url": "https://github.com/servo/rust-url/",
      "repository": {
        "Http": {
          "url": "https://static.crates.io/crates/percent-encoding/2.2.0/download",
          "sha256": "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e"
        }
      },
      "targets": [
        {
          "Library": {
            "crate_name": "percent_encoding",
            "crate_root": "src/lib.rs",
            "srcs": {
              "allow_empty": true,
              "include": [
                "**/*.rs"
              ]
            }
          }
        }
      ],
      "library_target_name": "percent_encoding",
      "common_attrs": {
        "compile_data_glob": [
          "**"
        ],
        "crate_features": {
          "common": [
            "alloc",
            "default"
          ],
          "selects": {}
        },
        "edition": "2018",
        "version": "2.2.0"
      },
      "license": "MIT OR Apache-2.0",
      "license_ids": [
        "Apache-2.0",
        "MIT"
      ],
      "license_file": "LICENSE-APACHE"
    },
    "pin-project 1.0.12": {
      "name": "pin-project",
      "version": "1.0.12",
      "package_url": "https://github.com/taiki-e/pin-project",
      "repository": {
        "Http": {
          "url": "https://static.crates.io/crates/pin-project/1.0.12/download",
          "sha256": "ad29a609b6bcd67fee905812e544992d216af9d755757c05ed2d0e15a74c6ecc"
        }
      },
      "targets": [
        {
          "Library": {
            "crate_name": "pin_project",
            "crate_root": "src/lib.rs",
            "srcs": {
              "allow_empty": true,
              "include": [
                "**/*.rs"
              ]
            }
          }
        }
      ],
      "library_target_name": "pin_project",
      "common_attrs": {
        "compile_data_glob": [
          "**"
        ],
        "edition": "2018",
        "proc_macro_deps": {
          "common": [
            {
              "id": "pin-project-internal 1.0.12",
              "target": "pin_project_internal"
            }
          ],
          "selects": {}
        },
        "version": "1.0.12"
      },
      "license": "Apache-2.0 OR MIT",
      "license_ids": [
        "Apache-2.0",
        "MIT"
      ],
      "license_file": "LICENSE-APACHE"
    },
    "pin-project-internal 1.0.12": {
      "name": "pin-project-internal",
      "version": "1.0.12",
      "package_url": "https://github.com/taiki-e/pin-project",
      "repository": {
        "Http": {
          "url": "https://static.crates.io/crates/pin-project-internal/1.0.12/download",
          "sha256": "069bdb1e05adc7a8990dce9cc75370895fbe4e3d58b9b73bf1aee56359344a55"
        }
      },
      "targets": [
        {
          "ProcMacro": {
            "crate_name": "pin_project_internal",
            "crate_root": "src/lib.rs",
            "srcs": {
              "allow_empty": true,
              "include": [
                "**/*.rs"
              ]
            }
          }
        }
      ],
      "library_target_name": "pin_project_internal",
      "common_attrs": {
        "compile_data_glob": [
          "**"
        ],
        "deps": {
          "common": [
            {
              "id": "proc-macro2 1.0.51",
              "target": "proc_macro2"
            },
            {
              "id": "quote 1.0.23",
              "target": "quote"
            },
            {
              "id": "syn 1.0.109",
              "target": "syn"
            }
          ],
          "selects": {}
        },
        "edition": "2018",
        "version": "1.0.12"
      },
      "license": "Apache-2.0 OR MIT",
      "license_ids": [
        "Apache-2.0",
        "MIT"
      ],
      "license_file": "LICENSE-APACHE"
    },
    "pin-project-lite 0.2.9": {
      "name": "pin-project-lite",
      "version": "0.2.9",
      "package_url": "https://github.com/taiki-e/pin-project-lite",
      "repository": {
        "Http": {
          "url": "https://static.crates.io/crates/pin-project-lite/0.2.9/download",
          "sha256": "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"
        }
      },
      "targets": [
        {
          "Library": {
            "crate_name": "pin_project_lite",
            "crate_root": "src/lib.rs",
            "srcs": {
              "allow_empty": true,
              "include": [
                "**/*.rs"
              ]
            }
          }
        }
      ],
      "library_target_name": "pin_project_lite",
      "common_attrs": {
        "compile_data_glob": [
          "**"
        ],
        "edition": "2018",
        "version": "0.2.9"
      },
      "license": "Apache-2.0 OR MIT",
      "license_ids": [
        "Apache-2.0",
        "MIT"
      ],
      "license_file": "LICENSE-APACHE"
    },
    "pin-utils 0.1.0": {
      "name": "pin-utils",
      "version": "0.1.0",
      "package_url": "https://github.com/rust-lang-nursery/pin-utils",
      "repository": {
        "Http": {
          "url": "https://static.crates.io/crates/pin-utils/0.1.0/download",
          "sha256": "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
        }
      },
      "targets": [
        {
          "Library": {
            "crate_name": "pin_utils",
            "crate_root": "src/lib.rs",
            "srcs": {
              "allow_empty": true,
              "include": [
                "**/*.rs"
              ]
            }
          }
        }
      ],
      "library_target_name": "pin_utils",
      "common_attrs": {
        "compile_data_glob": [
          "**"
        ],
        "edition": "2018",
        "version": "0.1.0"
      },
      "license": "MIT OR Apache-2.0",
      "license_ids": [
        "Apache-2.0",
        "MIT"
      ],
      "license_file": "LICENSE-APACHE"
    },
    "proc-macro2 1.0.51": {
      "name": "proc-macro2",
      "version": "1.0.51",
      "package_url": "https://github.com/dtolnay/proc-macro2",
      "repository": {
        "Http": {
          "url": "https://static.crates.io/crates/proc-macro2/1.0.51/download",
          "sha256": "5d727cae5b39d21da60fa540906919ad737832fe0b1c165da3a34d6548c849d6"
        }
      },
      "targets": [
        {
          "Library": {
            "crate_name": "proc_macro2",
            "crate_root": "src/lib.rs",
            "srcs": {
              "allow_empty": true,
              "include": [
                "**/*.rs"
              ]
            }
          }
        },
        {
          "BuildScript": {
            "crate_name": "build_script_build",
            "crate_root": "build.rs",
            "srcs": {
              "allow_empty": true,
              "include": [
                "**/*.rs"
              ]
            }
          }
        }
      ],
      "library_target_name": "proc_macro2",
      "common_attrs": {
        "compile_data_glob": [
          "**"
        ],
        "crate_features": {
          "common": [
            "default",
            "proc-macro"
          ],
          "selects": {}
        },
        "deps": {
          "common": [
            {
              "id": "proc-macro2 1.0.51",
              "target": "build_script_build"
            },
            {
              "id": "unicode-ident 1.0.6",
              "target": "unicode_ident"
            }
          ],
          "selects": {}
        },
        "edition": "2018",
        "version": "1.0.51"
      },
      "build_script_attrs": {
        "compile_data_glob": [
          "**"
        ],
        "data_glob": [
          "**"
        ]
      },
      "license": "MIT OR Apache-2.0",
      "license_ids": [
        "Apache-2.0",
        "MIT"
      ],
      "license_file": "LICENSE-APACHE"
    },
    "quote 1.0.23": {
      "name": "quote",
      "version": "1.0.23",
      "package_url": "https://github.com/dtolnay/quote",
      "repository": {
        "Http": {
          "url": "https://static.crates.io/crates/quote/1.0.23/download",
          "sha256": "8856d8364d252a14d474036ea1358d63c9e6965c8e5c1885c18f73d70bff9c7b"
        }
      },
      "targets": [
        {
          "Library": {
            "crate_name": "quote",
            "crate_root": "src/lib.rs",
            "srcs": {
              "allow_empty": true,
              "include": [
                "**/*.rs"
              ]
            }
          }
        },
        {
          "BuildScript": {
            "crate_name": "build_script_build",
            "crate_root": "build.rs",
            "srcs": {
              "allow_empty": true,
              "include": [
                "**/*.rs"
              ]
            }
          }
        }
      ],
      "library_target_name": "quote",
      "common_attrs": {
        "compile_data_glob": [
          "**"
        ],
        "crate_features": {
          "common": [
            "default",
            "proc-macro"
          ],
          "selects": {}
        },
        "deps": {
          "common": [
            {
              "id": "proc-macro2 1.0.51",
              "target": "proc_macro2"
            },
            {
              "id": "quote 1.0.23",
              "target": "build_script_build"
            }
          ],
          "selects": {}
        },
        "edition": "2018",
        "version": "1.0.23"
      },
      "build_script_attrs": {
        "compile_data_glob": [
          "**"
        ],
        "data_glob": [
          "**"
        ]
      },
      "license": "MIT OR Apache-2.0",
      "license_ids": [
        "Apache-2.0",
        "MIT"
      ],
      "license_file": "LICENSE-APACHE"
    },
    "redox_syscall 0.2.16": {
      "name": "redox_syscall",
      "version": "0.2.16",
      "package_url": "https://gitlab.redox-os.org/redox-os/syscall",
      "repository": {
        "Http": {
          "url": "https://static.crates.io/crates/redox_syscall/0.2.16/download",
          "sha256": "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
        }
      },
      "targets": [
        {
          "Library": {
            "crate_name": "syscall",
            "crate_root": "src/lib.rs",
            "srcs": {
              "allow_empty": true,
              "include": [
                "**/*.rs"
              ]
            }
          }
        }
      ],
      "library_target_name": "syscall",
      "common_attrs": {
        "compile_data_glob": [
          "**"
        ],
        "deps": {
          "common": [
            {
              "id": "bitflags 1.3.2",
              "target": "bitflags"
            }
          ],
          "selects": {}
        },
        "edition": "2018",
        "version": "0.2.16"
      },
      "license": "MIT",
      "license_ids": [
        "MIT"
      ],
      "license_file": "LICENSE"
    },
    "ryu 1.0.12": {
      "name": "ryu",
      "version": "1.0.12",
      "package_url": "https://github.com/dtolnay/ryu",
      "repository": {
        "Http": {
          "url": "https://static.crates.io/crates/ryu/1.0.12/download",
          "sha256": "7b4b9743ed687d4b4bcedf9ff5eaa7398495ae14e61cba0a295704edbc7decde"
        }
      },
      "targets": [
        {
          "Library": {
            "crate_name": "ryu",
            "crate_root": "src/lib.rs",
            "srcs": {
              "allow_empty": true,
              "include": [
                "**/*.rs"
              ]
            }
          }
        }
      ],
      "library_target_name": "ryu",
      "common_attrs": {
        "compile_data_glob": [
          "**"
        ],
        "edition": "2018",
        "version": "1.0.12"
      },
      "license": "Apache-2.0 OR BSL-1.0",
      "license_ids": [
        "Apache-2.0",
        "BSL-1.0"
      ],
      "license_file": "LICENSE-APACHE"
    },
    "scopeguard 1.1.0": {
      "name": "scopeguard",
      "version": "1.1.0",
      "package_url": "https://github.com/bluss/scopeguard",
      "repository": {
        "Http": {
          "url": "https://static.crates.io/crates/scopeguard/1.1.0/download",
          "sha256": "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
        }
      },
      "targets": [
        {
          "Library": {
            "crate_name": "scopeguard",
            "crate_root": "src/lib.rs",
            "srcs": {
              "allow_empty": true,
              "include": [
                "**/*.rs"
              ]
            }
          }
        }
      ],
      "library_target_name": "scopeguard",
      "common_attrs": {
        "compile_data_glob": [
          "**"
        ],
        "edition": "2015",
        "version": "1.1.0"
      },
      "license": "MIT/Apache-2.0",
      "license_ids": [
        "Apache-2.0",
        "MIT"
      ],
      "license_file": "LICENSE-APACHE"
    },
    "serde 1.0.152": {
      "name": "serde",
      "version": "1.0.152",
      "package_url": "https://github.com/serde-rs/serde",
      "repository": {
        "Http": {
          "url": "https://static.crates.io/crates/serde/1.0.152/download",
          "sha256": "bb7d1f0d3021d347a83e556fc4683dea2ea09d87bccdf88ff5c12545d89d5efb"
        }
      },
      "targets": [
        {
          "Library": {
            "crate_name": "serde",
            "crate_root": "src/lib.rs",
            "srcs": {
              "allow_empty": true,
              "include": [
                "**/*.rs"
              ]
            }
          }
        },
        {
          "BuildScript": {
            "crate_name": "build_script_build",
            "crate_root": "build.rs",
            "srcs": {
              "allow_empty": true,
              "include": [
                "**/*.rs"
              ]
            }
          }
        }
      ],
      "library_target_name": "serde",
      "common_attrs": {
        "compile_data_glob": [
          "**"
        ],
        "crate_features": {
          "common": [
            "default",
            "std"
          ],
          "selects": {}
        },
        "deps": {
          "common": [
            {
              "id": "serde 1.0.152",
              "target": "build_script_build"
            }
          ],
          "selects": {}
        },
        "edition": "2015",
        "version": "1.0.152"
      },
      "build_script_attrs": {
        "compile_data_glob": [
          "**"
        ],
        "data_glob": [
          "**"
        ]
      },
      "license": "MIT OR Apache-2.0",
      "license_ids": [
        "Apache-2.0",
        "MIT"
      ],
      "license_file": "LICENSE-APACHE"
    },
    "serde_json 1.0.93": {
      "name": "serde_json",
      "version": "1.0.93",
      "package_url": "https://github.com/serde-rs/json",
      "repository": {
        "Http": {
          "url": "https://static.crates.io/crates/serde_json/1.0.93/download",
          "sha256": "cad406b69c91885b5107daf2c29572f6c8cdb3c66826821e286c533490c0bc76"
        }
      },
      "targets": [
        {
          "Library": {
            "crate_name": "serde_json",
            "crate_root": "src/lib.rs",
            "srcs": {
              "allow_empty": true,
              "include": [
                "**/*.rs"
              ]
            }
          }
        },
        {
          "BuildScript": {
            "crate_name": "build_script_build",
            "crate_root": "build.rs",
            "srcs": {
              "allow_empty": true,
              "include": [
                "**/*.rs"
              ]
            }
          }
        }
      ],
      "library_target_name": "serde_json",
      "common_attrs": {
        "compile_data_glob": [
          "**"
        ],
        "crate_features": {
          "common": [
            "default",
            "raw_value",
            "std"
          ],
          "selects": {}
        },
        "deps": {
          "common": [
            {
              "id": "itoa 1.0.5",
              "target": "itoa"
            },
            {
              "id": "ryu 1.0.12",
              "target": "ryu"
            },
            {
              "id": "serde 1.0.152",
              "target": "serde"
            },
            {
              "id": "serde_json 1.0.93",
              "target": "build_script_build"
            }
          ],
          "selects": {}
        },
        "edition": "2018",
        "version": "1.0.93"
      },
      "build_script_attrs": {
        "compile_data_glob": [
          "**"
        ],
        "data_glob": [
          "**"
        ]
      },
      "license": "MIT OR Apache-2.0",
      "license_ids": [
        "Apache-2.0",
        "MIT"
      ],
      "license_file": "LICENSE-APACHE"
    },
    "serde_urlencoded 0.7.1": {
      "name": "serde_urlencoded",
      "version": "0.7.1",
      "package_url": "https://github.com/nox/serde_urlencoded",
      "repository": {
        "Http": {
          "url": "https://static.crates.io/crates/serde_urlencoded/0.7.1/download",
          "sha256": "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
        }
      },
      "targets": [
        {
          "Library": {
            "crate_name": "serde_urlencoded",
            "crate_root": "src/lib.rs",
            "srcs": {
              "allow_empty": true,
              "include": [
                "**/*.rs"
              ]
            }
          }
        }
      ],
      "library_target_name": "serde_urlencoded",
      "common_attrs": {
        "compile_data_glob": [
          "**"
        ],
        "deps": {
          "common": [
            {
              "id": "form_urlencoded 1.1.0",
              "target": "form_urlencoded"
            },
            {
              "id": "itoa 1.0.5",
              "target": "itoa"
            },
            {
              "id": "ryu 1.0.12",
              "target": "ryu"
            },
            {
              "id": "serde 1.0.152",
              "target": "serde"
            }
          ],
          "selects": {}
        },
        "edition": "2018",
        "version": "0.7.1"
      },
      "license": "MIT/Apache-2.0",
      "license_ids": [
        "Apache-2.0",
        "MIT"
      ],
      "license_file": "LICENSE-APACHE"
    },
    "sharded-slab 0.1.4": {
      "name": "sharded-slab",
      "version": "0.1.4",
      "package_url": "https://github.com/hawkw/sharded-slab",
      "repository": {
        "Http": {
          "url": "https://static.crates.io/crates/sharded-slab/0.1.4/download",
          "sha256": "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31"
        }
      },
      "targets": [
        {
          "Library": {
            "crate_name": "sharded_slab",
            "crate_root": "src/lib.rs",
            "srcs": {
              "allow_empty": true,
              "include": [
                "**/*.rs"
              ]
            }
          }
        }
      ],
      "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",
      "license_ids": [
        "MIT"
      ],
      "license_file": "LICENSE"
    },
    "signal-hook-registry 1.4.1": {
      "name": "signal-hook-registry",
      "version": "1.4.1",
      "package_url": "https://github.com/vorner/signal-hook",
      "repository": {
        "Http": {
          "url": "https://static.crates.io/crates/signal-hook-registry/1.4.1/download",
          "sha256": "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1"
        }
      },
      "targets": [
        {
          "Library": {
            "crate_name": "signal_hook_registry",
            "crate_root": "src/lib.rs",
            "srcs": {
              "allow_empty": true,
              "include": [
                "**/*.rs"
              ]
            }
          }
        }
      ],
      "library_target_name": "signal_hook_registry",
      "common_attrs": {
        "compile_data_glob": [
          "**"
        ],
        "deps": {
          "common": [
            {
              "id": "libc 0.2.139",
              "target": "libc"
            }
          ],
          "selects": {}
        },
        "edition": "2015",
        "version": "1.4.1"
      },
      "license": "Apache-2.0/MIT",
      "license_ids": [
        "Apache-2.0",
        "MIT"
      ],
      "license_file": "LICENSE-APACHE"
    },
    "slab 0.4.8": {
      "name": "slab",
      "version": "0.4.8",
      "package_url": "https://github.com/tokio-rs/slab",
      "repository": {
        "Http": {
          "url": "https://static.crates.io/crates/slab/0.4.8/download",
          "sha256": "6528351c9bc8ab22353f9d776db39a20288e8d6c37ef8cfe3317cf875eecfc2d"
        }
      },
      "targets": [
        {
          "Library": {
            "crate_name": "slab",
            "crate_root": "src/lib.rs",
            "srcs": {
              "allow_empty": true,
              "include": [
                "**/*.rs"
              ]
            }
          }
        },
        {
          "BuildScript": {
            "crate_name": "build_script_build",
            "crate_root": "build.rs",
            "srcs": {
              "allow_empty": true,
              "include": [
                "**/*.rs"
              ]
            }
          }
        }
      ],
      "library_target_name": "slab",
      "common_attrs": {
        "compile_data_glob": [
          "**"
        ],
        "crate_features": {
          "common": [
            "default",
            "std"
          ],
          "selects": {}
        },
        "deps": {
          "common": [
            {
              "id": "slab 0.4.8",
              "target": "build_script_build"
            }
          ],
          "selects": {}
        },
        "edition": "2018",
        "version": "0.4.8"
      },
      "build_script_attrs": {
        "compile_data_glob": [
          "**"
        ],
        "data_glob": [
          "**"
        ],
        "deps": {
          "common": [
            {
              "id": "autocfg 1.1.0",
              "target": "autocfg"
            }
          ],
          "selects": {}
        }
      },
      "license": "MIT",
      "license_ids": [
        "MIT"
      ],
      "license_file": "LICENSE"
    },
    "smallvec 1.10.0": {
      "name": "smallvec",
      "version": "1.10.0",
      "package_url": "https://github.com/servo/rust-smallvec",
      "repository": {
        "Http": {
          "url": "https://static.crates.io/crates/smallvec/1.10.0/download",
          "sha256": "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0"
        }
      },
      "targets": [
        {
          "Library": {
            "crate_name": "smallvec",
            "crate_root": "src/lib.rs",
            "srcs": {
              "allow_empty": true,
              "include": [
                "**/*.rs"
              ]
            }
          }
        }
      ],
      "library_target_name": "smallvec",
      "common_attrs": {
        "compile_data_glob": [
          "**"
        ],
        "edition": "2018",
        "version": "1.10.0"
      },
      "license": "MIT OR Apache-2.0",
      "license_ids": [
        "Apache-2.0",
        "MIT"
      ],
      "license_file": "LICENSE-APACHE"
    },
    "socket2 0.4.9": {
      "name": "socket2",
      "version": "0.4.9",
      "package_url": "https://github.com/rust-lang/socket2",
      "repository": {
        "Http": {
          "url": "https://static.crates.io/crates/socket2/0.4.9/download",
          "sha256": "64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662"
        }
      },
      "targets": [
        {
          "Library": {
            "crate_name": "socket2",
            "crate_root": "src/lib.rs",
            "srcs": {
              "allow_empty": true,
              "include": [
                "**/*.rs"
              ]
            }
          }
        }
      ],
      "library_target_name": "socket2",
      "common_attrs": {
        "compile_data_glob": [
          "**"
        ],
        "crate_features": {
          "common": [
            "all"
          ],
          "selects": {}
        },
        "deps": {
          "common": [],
          "selects": {
            "cfg(unix)": [
              {
                "id": "libc 0.2.139",
                "target": "libc"
              }
            ],
            "cfg(windows)": [
              {
                "id": "winapi 0.3.9",
                "target": "winapi"
              }
            ]
          }
        },
        "edition": "2018",
        "version": "0.4.9"
      },
      "license": "MIT OR Apache-2.0",
      "license_ids": [
        "Apache-2.0",
        "MIT"
      ],
      "license_file": "LICENSE-APACHE"
    },
    "syn 1.0.109": {
      "name": "syn",
      "version": "1.0.109",
      "package_url": "https://github.com/dtolnay/syn",
      "repository": {
        "Http": {
          "url": "https://static.crates.io/crates/syn/1.0.109/download",
          "sha256": "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
        }
      },
      "targets": [
        {
          "Library": {
            "crate_name": "syn",
            "crate_root": "src/lib.rs",
            "srcs": {
              "allow_empty": true,
              "include": [
                "**/*.rs"
              ]
            }
          }
        },
        {
          "BuildScript": {
            "crate_name": "build_script_build",
            "crate_root": "build.rs",
            "srcs": {
              "allow_empty": true,
              "include": [
                "**/*.rs"
              ]
            }
          }
        }
      ],
      "library_target_name": "syn",
      "common_attrs": {
        "compile_data_glob": [
          "**"
        ],
        "crate_features": {
          "common": [
            "clone-impls",
            "default",
            "derive",
            "extra-traits",
            "full",
            "parsing",
            "printing",
            "proc-macro",
            "quote",
            "visit",
            "visit-mut"
          ],
          "selects": {}
        },
        "deps": {
          "common": [
            {
              "id": "proc-macro2 1.0.51",
              "target": "proc_macro2"
            },
            {
              "id": "quote 1.0.23",
              "target": "quote"
            },
            {
              "id": "syn 1.0.109",
              "target": "build_script_build"
            },
            {
              "id": "unicode-ident 1.0.6",
              "target": "unicode_ident"
            }
          ],
          "selects": {}
        },
        "edition": "2018",
        "version": "1.0.109"
      },
      "build_script_attrs": {
        "compile_data_glob": [
          "**"
        ],
        "data_glob": [
          "**"
        ]
      },
      "license": "MIT OR Apache-2.0",
      "license_ids": [
        "Apache-2.0",
        "MIT"
      ],
      "license_file": "LICENSE-APACHE"
    },
    "sync_wrapper 0.1.2": {
      "name": "sync_wrapper",
      "version": "0.1.2",
      "package_url": "https://github.com/Actyx/sync_wrapper",
      "repository": {
        "Http": {
          "url": "https://static.crates.io/crates/sync_wrapper/0.1.2/download",
          "sha256": "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
        }
      },
      "targets": [
        {
          "Library": {
            "crate_name": "sync_wrapper",
            "crate_root": "src/lib.rs",
            "srcs": {
              "allow_empty": true,
              "include": [
                "**/*.rs"
              ]
            }
          }
        }
      ],
      "library_target_name": "sync_wrapper",
      "common_attrs": {
        "compile_data_glob": [
          "**"
        ],
        "edition": "2018",
        "version": "0.1.2"
      },
      "license": "Apache-2.0",
      "license_ids": [
        "Apache-2.0"
      ],
      "license_file": "LICENSE"
    },
    "thread_local 1.1.7": {
      "name": "thread_local",
      "version": "1.1.7",
      "package_url": "https://github.com/Amanieu/thread_local-rs",
      "repository": {
        "Http": {
          "url": "https://static.crates.io/crates/thread_local/1.1.7/download",
          "sha256": "3fdd6f064ccff2d6567adcb3873ca630700f00b5ad3f060c25b5dcfd9a4ce152"
        }
      },
      "targets": [
        {
          "Library": {
            "crate_name": "thread_local",
            "crate_root": "src/lib.rs",
            "srcs": {
              "allow_empty": true,
              "include": [
                "**/*.rs"
              ]
            }
          }
        }
      ],
      "library_target_name": "thread_local",
      "common_attrs": {
        "compile_data_glob": [
          "**"
        ],
        "deps": {
          "common": [
            {
              "id": "cfg-if 1.0.0",
              "target": "cfg_if"
            },
            {
              "id": "once_cell 1.17.1",
              "target": "once_cell"
            }
          ],
          "selects": {}
        },
        "edition": "2021",
        "version": "1.1.7"
      },
      "license": "MIT OR Apache-2.0",
      "license_ids": [
        "Apache-2.0",
        "MIT"
      ],
      "license_file": "LICENSE-APACHE"
    },
    "tokio 1.26.0": {
      "name": "tokio",
      "version": "1.26.0",
      "package_url": "https://github.com/tokio-rs/tokio",
      "repository": {
        "Http": {
          "url": "https://static.crates.io/crates/tokio/1.26.0/download",
          "sha256": "03201d01c3c27a29c8a5cee5b55a93ddae1ccf6f08f65365c2c918f8c1b76f64"
        }
      },
      "targets": [
        {
          "Library": {
            "crate_name": "tokio",
            "crate_root": "src/lib.rs",
            "srcs": {
              "allow_empty": true,
              "include": [
                "**/*.rs"
              ]
            }
          }
        },
        {
          "BuildScript": {
            "crate_name": "build_script_build",
            "crate_root": "build.rs",
            "srcs": {
              "allow_empty": true,
              "include": [
                "**/*.rs"
              ]
            }
          }
        }
      ],
      "library_target_name": "tokio",
      "common_attrs": {
        "compile_data_glob": [
          "**"
        ],
        "crate_features": {
          "common": [
            "bytes",
            "default",
            "fs",
            "full",
            "io-std",
            "io-util",
            "libc",
            "macros",
            "memchr",
            "mio",
            "net",
            "num_cpus",
            "parking_lot",
            "process",
            "rt",
            "rt-multi-thread",
            "signal",
            "signal-hook-registry",
            "socket2",
            "sync",
            "time",
            "tokio-macros"
          ],
          "selects": {
            "aarch64-pc-windows-msvc": [
              "windows-sys"
            ],
            "i686-pc-windows-msvc": [
              "windows-sys"
            ],
            "x86_64-pc-windows-msvc": [
              "windows-sys"
            ]
          }
        },
        "deps": {
          "common": [
            {
              "id": "bytes 1.4.0",
              "target": "bytes"
            },
            {
              "id": "memchr 2.5.0",
              "target": "memchr"
            },
            {
              "id": "mio 0.8.6",
              "target": "mio"
            },
            {
              "id": "num_cpus 1.15.0",
              "target": "num_cpus"
            },
            {
              "id": "parking_lot 0.12.1",
              "target": "parking_lot"
            },
            {
              "id": "pin-project-lite 0.2.9",
              "target": "pin_project_lite"
            },
            {
              "id": "tokio 1.26.0",
              "target": "build_script_build"
            }
          ],
          "selects": {
            "aarch64-apple-darwin": [
              {
                "id": "libc 0.2.139",
                "target": "libc"
              },
              {
                "id": "signal-hook-registry 1.4.1",
                "target": "signal_hook_registry"
              },
              {
                "id": "socket2 0.4.9",
                "target": "socket2"
              }
            ],
            "aarch64-apple-ios": [
              {
                "id": "libc 0.2.139",
                "target": "libc"
              },
              {
                "id": "signal-hook-registry 1.4.1",
                "target": "signal_hook_registry"
              },
              {
                "id": "socket2 0.4.9",
                "target": "socket2"
              }
            ],
            "aarch64-apple-ios-sim": [
              {
                "id": "libc 0.2.139",
                "target": "libc"
              },
              {
                "id": "signal-hook-registry 1.4.1",
                "target": "signal_hook_registry"
              },
              {
                "id": "socket2 0.4.9",
                "target": "socket2"
              }
            ],
            "aarch64-linux-android": [
              {
                "id": "libc 0.2.139",
                "target": "libc"
              },
              {
                "id": "signal-hook-registry 1.4.1",
                "target": "signal_hook_registry"
              },
              {
                "id": "socket2 0.4.9",
                "target": "socket2"
              }
            ],
            "aarch64-pc-windows-msvc": [
              {
                "id": "socket2 0.4.9",
                "target": "socket2"
              },
              {
                "id": "windows-sys 0.45.0",
                "target": "windows_sys"
              }
            ],
            "aarch64-unknown-fuchsia": [
              {
                "id": "libc 0.2.139",
                "target": "libc"
              },
              {
                "id": "signal-hook-registry 1.4.1",
                "target": "signal_hook_registry"
              },
              {
                "id": "socket2 0.4.9",
                "target": "socket2"
              }
            ],
            "aarch64-unknown-linux-gnu": [
              {
                "id": "libc 0.2.139",
                "target": "libc"
              },
              {
                "id": "signal-hook-registry 1.4.1",
                "target": "signal_hook_registry"
              },
              {
                "id": "socket2 0.4.9",
                "target": "socket2"
              }
            ],
            "aarch64-unknown-nixos-gnu": [
              {
                "id": "libc 0.2.139",
                "target": "libc"
              },
              {
                "id": "signal-hook-registry 1.4.1",
                "target": "signal_hook_registry"
              },
              {
                "id": "socket2 0.4.9",
                "target": "socket2"
              }
            ],
            "aarch64-unknown-nto-qnx710": [
              {
                "id": "libc 0.2.139",
                "target": "libc"
              },
              {
                "id": "signal-hook-registry 1.4.1",
                "target": "signal_hook_registry"
              },
              {
                "id": "socket2 0.4.9",
                "target": "socket2"
              }
            ],
            "arm-unknown-linux-gnueabi": [
              {
                "id": "libc 0.2.139",
                "target": "libc"
              },
              {
                "id": "signal-hook-registry 1.4.1",
                "target": "signal_hook_registry"
              },
              {
                "id": "socket2 0.4.9",
                "target": "socket2"
              }
            ],
            "armv7-linux-androideabi": [
              {
                "id": "libc 0.2.139",
                "target": "libc"
              },
              {
                "id": "signal-hook-registry 1.4.1",
                "target": "signal_hook_registry"
              },
              {
                "id": "socket2 0.4.9",
                "target": "socket2"
              }
            ],
            "armv7-unknown-linux-gnueabi": [
              {
                "id": "libc 0.2.139",
                "target": "libc"
              },
              {
                "id": "signal-hook-registry 1.4.1",
                "target": "signal_hook_registry"
              },
              {
                "id": "socket2 0.4.9",
                "target": "socket2"
              }
            ],
            "cfg(docsrs)": [
              {
                "id": "windows-sys 0.45.0",
                "target": "windows_sys"
              }
            ],
            "i686-apple-darwin": [
              {
                "id": "libc 0.2.139",
                "target": "libc"
              },
              {
                "id": "signal-hook-registry 1.4.1",
                "target": "signal_hook_registry"
              },
              {
                "id": "socket2 0.4.9",
                "target": "socket2"
              }
            ],
            "i686-linux-android": [
              {
                "id": "libc 0.2.139",
                "target": "libc"
              },
              {
                "id": "signal-hook-registry 1.4.1",
                "target": "signal_hook_registry"
              },
              {
                "id": "socket2 0.4.9",
                "target": "socket2"
              }
            ],
            "i686-pc-windows-msvc": [
              {
                "id": "socket2 0.4.9",
                "target": "socket2"
              },
              {
                "id": "windows-sys 0.45.0",
                "target": "windows_sys"
              }
            ],
            "i686-unknown-freebsd": [
              {
                "id": "libc 0.2.139",
                "target": "libc"
              },
              {
                "id": "signal-hook-registry 1.4.1",
                "target": "signal_hook_registry"
              },
              {
                "id": "socket2 0.4.9",
                "target": "socket2"
              }
            ],
            "i686-unknown-linux-gnu": [
              {
                "id": "libc 0.2.139",
                "target": "libc"
              },
              {
                "id": "signal-hook-registry 1.4.1",
                "target": "signal_hook_registry"
              },
              {
                "id": "socket2 0.4.9",
                "target": "socket2"
              }
            ],
            "powerpc-unknown-linux-gnu": [
              {
                "id": "libc 0.2.139",
                "target": "libc"
              },
              {
                "id": "signal-hook-registry 1.4.1",
                "target": "signal_hook_registry"
              },
              {
                "id": "socket2 0.4.9",
                "target": "socket2"
              }
            ],
            "riscv32imc-unknown-none-elf": [
              {
                "id": "socket2 0.4.9",
                "target": "socket2"
              }
            ],
            "riscv64gc-unknown-none-elf": [
              {
                "id": "socket2 0.4.9",
                "target": "socket2"
              }
            ],
            "s390x-unknown-linux-gnu": [
              {
                "id": "libc 0.2.139",
                "target": "libc"
              },
              {
                "id": "signal-hook-registry 1.4.1",
                "target": "signal_hook_registry"
              },
              {
                "id": "socket2 0.4.9",
                "target": "socket2"
              }
            ],
            "thumbv7em-none-eabi": [
              {
                "id": "socket2 0.4.9",
                "target": "socket2"
              }
            ],
            "thumbv8m.main-none-eabi": [
              {
                "id": "socket2 0.4.9",
                "target": "socket2"
              }
            ],
            "x86_64-apple-darwin": [
              {
                "id": "libc 0.2.139",
                "target": "libc"
              },
              {
                "id": "signal-hook-registry 1.4.1",
                "target": "signal_hook_registry"
              },
              {
                "id": "socket2 0.4.9",
                "target": "socket2"
              }
            ],
            "x86_64-apple-ios": [
              {
                "id": "libc 0.2.139",
                "target": "libc"
              },
              {
                "id": "signal-hook-registry 1.4.1",
                "target": "signal_hook_registry"
              },
              {
                "id": "socket2 0.4.9",
                "target": "socket2"
              }
            ],
            "x86_64-linux-android": [
              {
                "id": "libc 0.2.139",
                "target": "libc"
              },
              {
                "id": "signal-hook-registry 1.4.1",
                "target": "signal_hook_registry"
              },
              {
                "id": "socket2 0.4.9",
                "target": "socket2"
              }
            ],
            "x86_64-pc-windows-msvc": [
              {
                "id": "socket2 0.4.9",
                "target": "socket2"
              },
              {
                "id": "windows-sys 0.45.0",
                "target": "windows_sys"
              }
            ],
            "x86_64-unknown-freebsd": [
              {
                "id": "libc 0.2.139",
                "target": "libc"
              },
              {
                "id": "signal-hook-registry 1.4.1",
                "target": "signal_hook_registry"
              },
              {
                "id": "socket2 0.4.9",
                "target": "socket2"
              }
            ],
            "x86_64-unknown-fuchsia": [
              {
                "id": "libc 0.2.139",
                "target": "libc"
              },
              {
                "id": "signal-hook-registry 1.4.1",
                "target": "signal_hook_registry"
              },
              {
                "id": "socket2 0.4.9",
                "target": "socket2"
              }
            ],
            "x86_64-unknown-linux-gnu": [
              {
                "id": "libc 0.2.139",
                "target": "libc"
              },
              {
                "id": "signal-hook-registry 1.4.1",
                "target": "signal_hook_registry"
              },
              {
                "id": "socket2 0.4.9",
                "target": "socket2"
              }
            ],
            "x86_64-unknown-nixos-gnu": [
              {
                "id": "libc 0.2.139",
                "target": "libc"
              },
              {
                "id": "signal-hook-registry 1.4.1",
                "target": "signal_hook_registry"
              },
              {
                "id": "socket2 0.4.9",
                "target": "socket2"
              }
            ],
            "x86_64-unknown-none": [
              {
                "id": "socket2 0.4.9",
                "target": "socket2"
              }
            ]
          }
        },
        "edition": "2018",
        "proc_macro_deps": {
          "common": [
            {
              "id": "tokio-macros 1.8.2",
              "target": "tokio_macros"
            }
          ],
          "selects": {}
        },
        "version": "1.26.0"
      },
      "build_script_attrs": {
        "compile_data_glob": [
          "**"
        ],
        "data_glob": [
          "**"
        ],
        "deps": {
          "common": [
            {
              "id": "autocfg 1.1.0",
              "target": "autocfg"
            }
          ],
          "selects": {}
        }
      },
      "license": "MIT",
      "license_ids": [
        "MIT"
      ],
      "license_file": "LICENSE"
    },
    "tokio-macros 1.8.2": {
      "name": "tokio-macros",
      "version": "1.8.2",
      "package_url": "https://github.com/tokio-rs/tokio",
      "repository": {
        "Http": {
          "url": "https://static.crates.io/crates/tokio-macros/1.8.2/download",
          "sha256": "d266c00fde287f55d3f1c3e96c500c362a2b8c695076ec180f27918820bc6df8"
        }
      },
      "targets": [
        {
          "ProcMacro": {
            "crate_name": "tokio_macros",
            "crate_root": "src/lib.rs",
            "srcs": {
              "allow_empty": true,
              "include": [
                "**/*.rs"
              ]
            }
          }
        }
      ],
      "library_target_name": "tokio_macros",
      "common_attrs": {
        "compile_data_glob": [
          "**"
        ],
        "deps": {
          "common": [
            {
              "id": "proc-macro2 1.0.51",
              "target": "proc_macro2"
            },
            {
              "id": "quote 1.0.23",
              "target": "quote"
            },
            {
              "id": "syn 1.0.109",
              "target": "syn"
            }
          ],
          "selects": {}
        },
        "edition": "2018",
        "version": "1.8.2"
      },
      "license": "MIT",
      "license_ids": [
        "MIT"
      ],
      "license_file": "LICENSE"
    },
    "tokio-util 0.7.7": {
      "name": "tokio-util",
      "version": "0.7.7",
      "package_url": "https://github.com/tokio-rs/tokio",
      "repository": {
        "Http": {
          "url": "https://static.crates.io/crates/tokio-util/0.7.7/download",
          "sha256": "5427d89453009325de0d8f342c9490009f76e999cb7672d77e46267448f7e6b2"
        }
      },
      "targets": [
        {
          "Library": {
            "crate_name": "tokio_util",
            "crate_root": "src/lib.rs",
            "srcs": {
              "allow_empty": true,
              "include": [
                "**/*.rs"
              ]
            }
          }
        }
      ],
      "library_target_name": "tokio_util",
      "common_attrs": {
        "compile_data_glob": [
          "**"
        ],
        "crate_features": {
          "common": [
            "codec",
            "default",
            "tracing"
          ],
          "selects": {}
        },
        "deps": {
          "common": [
            {
              "id": "bytes 1.4.0",
              "target": "bytes"
            },
            {
              "id": "futures-core 0.3.26",
              "target": "futures_core"
            },
            {
              "id": "futures-sink 0.3.26",
              "target": "futures_sink"
            },
            {
              "id": "pin-project-lite 0.2.9",
              "target": "pin_project_lite"
            },
            {
              "id": "tokio 1.26.0",
              "target": "tokio"
            },
            {
              "id": "tracing 0.1.37",
              "target": "tracing"
            }
          ],
          "selects": {}
        },
        "edition": "2018",
        "version": "0.7.7"
      },
      "license": "MIT",
      "license_ids": [
        "MIT"
      ],
      "license_file": "LICENSE"
    },
    "tower 0.4.13": {
      "name": "tower",
      "version": "0.4.13",
      "package_url": "https://github.com/tower-rs/tower",
      "repository": {
        "Http": {
          "url": "https://static.crates.io/crates/tower/0.4.13/download",
          "sha256": "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
        }
      },
      "targets": [
        {
          "Library": {
            "crate_name": "tower",
            "crate_root": "src/lib.rs",
            "srcs": {
              "allow_empty": true,
              "include": [
                "**/*.rs"
              ]
            }
          }
        }
      ],
      "library_target_name": "tower",
      "common_attrs": {
        "compile_data_glob": [
          "**"
        ],
        "crate_features": {
          "common": [
            "__common",
            "buffer",
            "default",
            "futures-core",
            "futures-util",
            "log",
            "make",
            "pin-project",
            "pin-project-lite",
            "tokio",
            "tokio-util",
            "tracing",
            "util"
          ],
          "selects": {}
        },
        "deps": {
          "common": [
            {
              "id": "futures-core 0.3.26",
              "target": "futures_core"
            },
            {
              "id": "futures-util 0.3.26",
              "target": "futures_util"
            },
            {
              "id": "pin-project 1.0.12",
              "target": "pin_project"
            },
            {
              "id": "pin-project-lite 0.2.9",
              "target": "pin_project_lite"
            },
            {
              "id": "tokio 1.26.0",
              "target": "tokio"
            },
            {
              "id": "tokio-util 0.7.7",
              "target": "tokio_util"
            },
            {
              "id": "tower-layer 0.3.2",
              "target": "tower_layer"
            },
            {
              "id": "tower-service 0.3.2",
              "target": "tower_service"
            },
            {
              "id": "tracing 0.1.37",
              "target": "tracing"
            }
          ],
          "selects": {}
        },
        "edition": "2018",
        "version": "0.4.13"
      },
      "license": "MIT",
      "license_ids": [
        "MIT"
      ],
      "license_file": "LICENSE"
    },
    "tower-http 0.2.5": {
      "name": "tower-http",
      "version": "0.2.5",
      "package_url": "https://github.com/tower-rs/tower-http",
      "repository": {
        "Http": {
          "url": "https://static.crates.io/crates/tower-http/0.2.5/download",
          "sha256": "aba3f3efabf7fb41fae8534fc20a817013dd1c12cb45441efb6c82e6556b4cd8"
        }
      },
      "targets": [
        {
          "Library": {
            "crate_name": "tower_http",
            "crate_root": "src/lib.rs",
            "srcs": {
              "allow_empty": true,
              "include": [
                "**/*.rs"
              ]
            }
          }
        }
      ],
      "library_target_name": "tower_http",
      "common_attrs": {
        "compile_data_glob": [
          "**"
        ],
        "crate_features": {
          "common": [
            "default",
            "map-response-body",
            "tower",
            "trace",
            "tracing",
            "util"
          ],
          "selects": {}
        },
        "deps": {
          "common": [
            {
              "id": "bitflags 1.3.2",
              "target": "bitflags"
            },
            {
              "id": "bytes 1.4.0",
              "target": "bytes"
            },
            {
              "id": "futures-core 0.3.26",
              "target": "futures_core"
            },
            {
              "id": "futures-util 0.3.26",
              "target": "futures_util"
            },
            {
              "id": "http 0.2.9",
              "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.2",
              "target": "tower_layer"
            },
            {
              "id": "tower-service 0.3.2",
              "target": "tower_service"
            },
            {
              "id": "tracing 0.1.37",
              "target": "tracing"
            }
          ],
          "selects": {}
        },
        "edition": "2018",
        "version": "0.2.5"
      },
      "license": "MIT",
      "license_ids": [
        "MIT"
      ],
      "license_file": "LICENSE"
    },
    "tower-layer 0.3.2": {
      "name": "tower-layer",
      "version": "0.3.2",
      "package_url": "https://github.com/tower-rs/tower",
      "repository": {
        "Http": {
          "url": "https://static.crates.io/crates/tower-layer/0.3.2/download",
          "sha256": "c20c8dbed6283a09604c3e69b4b7eeb54e298b8a600d4d5ecb5ad39de609f1d0"
        }
      },
      "targets": [
        {
          "Library": {
            "crate_name": "tower_layer",
            "crate_root": "src/lib.rs",
            "srcs": {
              "allow_empty": true,
              "include": [
                "**/*.rs"
              ]
            }
          }
        }
      ],
      "library_target_name": "tower_layer",
      "common_attrs": {
        "compile_data_glob": [
          "**"
        ],
        "edition": "2018",
        "version": "0.3.2"
      },
      "license": "MIT",
      "license_ids": [
        "MIT"
      ],
      "license_file": "LICENSE"
    },
    "tower-service 0.3.2": {
      "name": "tower-service",
      "version": "0.3.2",
      "package_url": "https://github.com/tower-rs/tower",
      "repository": {
        "Http": {
          "url": "https://static.crates.io/crates/tower-service/0.3.2/download",
          "sha256": "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
        }
      },
      "targets": [
        {
          "Library": {
            "crate_name": "tower_service",
            "crate_root": "src/lib.rs",
            "srcs": {
              "allow_empty": true,
              "include": [
                "**/*.rs"
              ]
            }
          }
        }
      ],
      "library_target_name": "tower_service",
      "common_attrs": {
        "compile_data_glob": [
          "**"
        ],
        "edition": "2018",
        "version": "0.3.2"
      },
      "license": "MIT",
      "license_ids": [
        "MIT"
      ],
      "license_file": "LICENSE"
    },
    "tracing 0.1.37": {
      "name": "tracing",
      "version": "0.1.37",
      "package_url": "https://github.com/tokio-rs/tracing",
      "repository": {
        "Http": {
          "url": "https://static.crates.io/crates/tracing/0.1.37/download",
          "sha256": "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8"
        }
      },
      "targets": [
        {
          "Library": {
            "crate_name": "tracing",
            "crate_root": "src/lib.rs",
            "srcs": {
              "allow_empty": true,
              "include": [
                "**/*.rs"
              ]
            }
          }
        }
      ],
      "library_target_name": "tracing",
      "common_attrs": {
        "compile_data_glob": [
          "**"
        ],
        "crate_features": {
          "common": [
            "attributes",
            "default",
            "log",
            "std",
            "tracing-attributes"
          ],
          "selects": {}
        },
        "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.30",
              "target": "tracing_core"
            }
          ],
          "selects": {}
        },
        "edition": "2018",
        "proc_macro_deps": {
          "common": [
            {
              "id": "tracing-attributes 0.1.23",
              "target": "tracing_attributes"
            }
          ],
          "selects": {}
        },
        "version": "0.1.37"
      },
      "license": "MIT",
      "license_ids": [
        "MIT"
      ],
      "license_file": "LICENSE"
    },
    "tracing-attributes 0.1.23": {
      "name": "tracing-attributes",
      "version": "0.1.23",
      "package_url": "https://github.com/tokio-rs/tracing",
      "repository": {
        "Http": {
          "url": "https://static.crates.io/crates/tracing-attributes/0.1.23/download",
          "sha256": "4017f8f45139870ca7e672686113917c71c7a6e02d4924eda67186083c03081a"
        }
      },
      "targets": [
        {
          "ProcMacro": {
            "crate_name": "tracing_attributes",
            "crate_root": "src/lib.rs",
            "srcs": {
              "allow_empty": true,
              "include": [
                "**/*.rs"
              ]
            }
          }
        }
      ],
      "library_target_name": "tracing_attributes",
      "common_attrs": {
        "compile_data_glob": [
          "**"
        ],
        "deps": {
          "common": [
            {
              "id": "proc-macro2 1.0.51",
              "target": "proc_macro2"
            },
            {
              "id": "quote 1.0.23",
              "target": "quote"
            },
            {
              "id": "syn 1.0.109",
              "target": "syn"
            }
          ],
          "selects": {}
        },
        "edition": "2018",
        "version": "0.1.23"
      },
      "license": "MIT",
      "license_ids": [
        "MIT"
      ],
      "license_file": "LICENSE"
    },
    "tracing-core 0.1.30": {
      "name": "tracing-core",
      "version": "0.1.30",
      "package_url": "https://github.com/tokio-rs/tracing",
      "repository": {
        "Http": {
          "url": "https://static.crates.io/crates/tracing-core/0.1.30/download",
          "sha256": "24eb03ba0eab1fd845050058ce5e616558e8f8d8fca633e6b163fe25c797213a"
        }
      },
      "targets": [
        {
          "Library": {
            "crate_name": "tracing_core",
            "crate_root": "src/lib.rs",
            "srcs": {
              "allow_empty": true,
              "include": [
                "**/*.rs"
              ]
            }
          }
        }
      ],
      "library_target_name": "tracing_core",
      "common_attrs": {
        "compile_data_glob": [
          "**"
        ],
        "crate_features": {
          "common": [
            "default",
            "once_cell",
            "std"
          ],
          "selects": {}
        },
        "deps": {
          "common": [
            {
              "id": "once_cell 1.17.1",
              "target": "once_cell"
            }
          ],
          "selects": {}
        },
        "edition": "2018",
        "version": "0.1.30"
      },
      "license": "MIT",
      "license_ids": [
        "MIT"
      ],
      "license_file": "LICENSE"
    },
    "tracing-log 0.1.3": {
      "name": "tracing-log",
      "version": "0.1.3",
      "package_url": "https://github.com/tokio-rs/tracing",
      "repository": {
        "Http": {
          "url": "https://static.crates.io/crates/tracing-log/0.1.3/download",
          "sha256": "78ddad33d2d10b1ed7eb9d1f518a5674713876e97e5bb9b7345a7984fbb4f922"
        }
      },
      "targets": [
        {
          "Library": {
            "crate_name": "tracing_log",
            "crate_root": "src/lib.rs",
            "srcs": {
              "allow_empty": true,
              "include": [
                "**/*.rs"
              ]
            }
          }
        }
      ],
      "library_target_name": "tracing_log",
      "common_attrs": {
        "compile_data_glob": [
          "**"
        ],
        "crate_features": {
          "common": [
            "log-tracer",
            "std"
          ],
          "selects": {}
        },
        "deps": {
          "common": [
            {
              "id": "lazy_static 1.4.0",
              "target": "lazy_static"
            },
            {
              "id": "log 0.4.17",
              "target": "log"
            },
            {
              "id": "tracing-core 0.1.30",
              "target": "tracing_core"
            }
          ],
          "selects": {}
        },
        "edition": "2018",
        "version": "0.1.3"
      },
      "license": "MIT",
      "license_ids": [
        "MIT"
      ],
      "license_file": "LICENSE"
    },
    "tracing-subscriber 0.3.16": {
      "name": "tracing-subscriber",
      "version": "0.3.16",
      "package_url": "https://github.com/tokio-rs/tracing",
      "repository": {
        "Http": {
          "url": "https://static.crates.io/crates/tracing-subscriber/0.3.16/download",
          "sha256": "a6176eae26dd70d0c919749377897b54a9276bd7061339665dd68777926b5a70"
        }
      },
      "targets": [
        {
          "Library": {
            "crate_name": "tracing_subscriber",
            "crate_root": "src/lib.rs",
            "srcs": {
              "allow_empty": true,
              "include": [
                "**/*.rs"
              ]
            }
          }
        }
      ],
      "library_target_name": "tracing_subscriber",
      "common_attrs": {
        "compile_data_glob": [
          "**"
        ],
        "crate_features": {
          "common": [
            "alloc",
            "ansi",
            "default",
            "fmt",
            "nu-ansi-term",
            "registry",
            "sharded-slab",
            "smallvec",
            "std",
            "thread_local",
            "tracing-log"
          ],
          "selects": {}
        },
        "deps": {
          "common": [
            {
              "id": "nu-ansi-term 0.46.0",
              "target": "nu_ansi_term"
            },
            {
              "id": "sharded-slab 0.1.4",
              "target": "sharded_slab"
            },
            {
              "id": "smallvec 1.10.0",
              "target": "smallvec"
            },
            {
              "id": "thread_local 1.1.7",
              "target": "thread_local"
            },
            {
              "id": "tracing-core 0.1.30",
              "target": "tracing_core"
            },
            {
              "id": "tracing-log 0.1.3",
              "target": "tracing_log"
            }
          ],
          "selects": {}
        },
        "edition": "2018",
        "version": "0.3.16"
      },
      "license": "MIT",
      "license_ids": [
        "MIT"
      ],
      "license_file": "LICENSE"
    },
    "try-lock 0.2.4": {
      "name": "try-lock",
      "version": "0.2.4",
      "package_url": "https://github.com/seanmonstar/try-lock",
      "repository": {
        "Http": {
          "url": "https://static.crates.io/crates/try-lock/0.2.4/download",
          "sha256": "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed"
        }
      },
      "targets": [
        {
          "Library": {
            "crate_name": "try_lock",
            "crate_root": "src/lib.rs",
            "srcs": {
              "allow_empty": true,
              "include": [
                "**/*.rs"
              ]
            }
          }
        }
      ],
      "library_target_name": "try_lock",
      "common_attrs": {
        "compile_data_glob": [
          "**"
        ],
        "edition": "2015",
        "version": "0.2.4"
      },
      "license": "MIT",
      "license_ids": [
        "MIT"
      ],
      "license_file": "LICENSE"
    },
    "unicode-ident 1.0.6": {
      "name": "unicode-ident",
      "version": "1.0.6",
      "package_url": "https://github.com/dtolnay/unicode-ident",
      "repository": {
        "Http": {
          "url": "https://static.crates.io/crates/unicode-ident/1.0.6/download",
          "sha256": "84a22b9f218b40614adcb3f4ff08b703773ad44fa9423e4e0d346d5db86e4ebc"
        }
      },
      "targets": [
        {
          "Library": {
            "crate_name": "unicode_ident",
            "crate_root": "src/lib.rs",
            "srcs": {
              "allow_empty": true,
              "include": [
                "**/*.rs"
              ]
            }
          }
        }
      ],
      "library_target_name": "unicode_ident",
      "common_attrs": {
        "compile_data_glob": [
          "**"
        ],
        "edition": "2018",
        "version": "1.0.6"
      },
      "license": "(MIT OR Apache-2.0) AND Unicode-DFS-2016",
      "license_ids": [
        "Apache-2.0",
        "MIT",
        "Unicode-DFS-2016"
      ],
      "license_file": "LICENSE-APACHE"
    },
    "valuable 0.1.0": {
      "name": "valuable",
      "version": "0.1.0",
      "package_url": "https://github.com/tokio-rs/valuable",
      "repository": {
        "Http": {
          "url": "https://static.crates.io/crates/valuable/0.1.0/download",
          "sha256": "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
        }
      },
      "targets": [
        {
          "Library": {
            "crate_name": "valuable",
            "crate_root": "src/lib.rs",
            "srcs": {
              "allow_empty": true,
              "include": [
                "**/*.rs"
              ]
            }
          }
        },
        {
          "BuildScript": {
            "crate_name": "build_script_build",
            "crate_root": "build.rs",
            "srcs": {
              "allow_empty": true,
              "include": [
                "**/*.rs"
              ]
            }
          }
        }
      ],
      "library_target_name": "valuable",
      "common_attrs": {
        "compile_data_glob": [
          "**"
        ],
        "deps": {
          "common": [
            {
              "id": "valuable 0.1.0",
              "target": "build_script_build"
            }
          ],
          "selects": {}
        },
        "edition": "2018",
        "version": "0.1.0"
      },
      "build_script_attrs": {
        "compile_data_glob": [
          "**"
        ],
        "data_glob": [
          "**"
        ]
      },
      "license": "MIT",
      "license_ids": [
        "MIT"
      ],
      "license_file": null
    },
    "want 0.3.0": {
      "name": "want",
      "version": "0.3.0",
      "package_url": "https://github.com/seanmonstar/want",
      "repository": {
        "Http": {
          "url": "https://static.crates.io/crates/want/0.3.0/download",
          "sha256": "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"
        }
      },
      "targets": [
        {
          "Library": {
            "crate_name": "want",
            "crate_root": "src/lib.rs",
            "srcs": {
              "allow_empty": true,
              "include": [
                "**/*.rs"
              ]
            }
          }
        }
      ],
      "library_target_name": "want",
      "common_attrs": {
        "compile_data_glob": [
          "**"
        ],
        "deps": {
          "common": [
            {
              "id": "log 0.4.17",
              "target": "log"
            },
            {
              "id": "try-lock 0.2.4",
              "target": "try_lock"
            }
          ],
          "selects": {}
        },
        "edition": "2018",
        "version": "0.3.0"
      },
      "license": "MIT",
      "license_ids": [
        "MIT"
      ],
      "license_file": "LICENSE"
    },
    "wasi 0.11.0+wasi-snapshot-preview1": {
      "name": "wasi",
      "version": "0.11.0+wasi-snapshot-preview1",
      "package_url": "https://github.com/bytecodealliance/wasi",
      "repository": {
        "Http": {
          "url": "https://static.crates.io/crates/wasi/0.11.0+wasi-snapshot-preview1/download",
          "sha256": "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
        }
      },
      "targets": [
        {
          "Library": {
            "crate_name": "wasi",
            "crate_root": "src/lib.rs",
            "srcs": {
              "allow_empty": true,
              "include": [
                "**/*.rs"
              ]
            }
          }
        }
      ],
      "library_target_name": "wasi",
      "common_attrs": {
        "compile_data_glob": [
          "**"
        ],
        "crate_features": {
          "common": [
            "default",
            "std"
          ],
          "selects": {}
        },
        "edition": "2018",
        "version": "0.11.0+wasi-snapshot-preview1"
      },
      "license": "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT",
      "license_ids": [
        "Apache-2.0",
        "MIT"
      ],
      "license_file": "LICENSE-APACHE"
    },
    "winapi 0.3.9": {
      "name": "winapi",
      "version": "0.3.9",
      "package_url": "https://github.com/retep998/winapi-rs",
      "repository": {
        "Http": {
          "url": "https://static.crates.io/crates/winapi/0.3.9/download",
          "sha256": "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
        }
      },
      "targets": [
        {
          "Library": {
            "crate_name": "winapi",
            "crate_root": "src/lib.rs",
            "srcs": {
              "allow_empty": true,
              "include": [
                "**/*.rs"
              ]
            }
          }
        },
        {
          "BuildScript": {
            "crate_name": "build_script_build",
            "crate_root": "build.rs",
            "srcs": {
              "allow_empty": true,
              "include": [
                "**/*.rs"
              ]
            }
          }
        }
      ],
      "library_target_name": "winapi",
      "common_attrs": {
        "compile_data_glob": [
          "**"
        ],
        "crate_features": {
          "common": [
            "consoleapi",
            "errhandlingapi",
            "fileapi",
            "handleapi",
            "processenv",
            "ws2ipdef",
            "ws2tcpip"
          ],
          "selects": {}
        },
        "deps": {
          "common": [
            {
              "id": "winapi 0.3.9",
              "target": "build_script_build"
            }
          ],
          "selects": {
            "i686-pc-windows-gnu": [
              {
                "id": "winapi-i686-pc-windows-gnu 0.4.0",
                "target": "winapi_i686_pc_windows_gnu"
              }
            ],
            "x86_64-pc-windows-gnu": [
              {
                "id": "winapi-x86_64-pc-windows-gnu 0.4.0",
                "target": "winapi_x86_64_pc_windows_gnu"
              }
            ]
          }
        },
        "edition": "2015",
        "version": "0.3.9"
      },
      "build_script_attrs": {
        "compile_data_glob": [
          "**"
        ],
        "data_glob": [
          "**"
        ]
      },
      "license": "MIT/Apache-2.0",
      "license_ids": [
        "Apache-2.0",
        "MIT"
      ],
      "license_file": "LICENSE-APACHE"
    },
    "winapi-i686-pc-windows-gnu 0.4.0": {
      "name": "winapi-i686-pc-windows-gnu",
      "version": "0.4.0",
      "package_url": "https://github.com/retep998/winapi-rs",
      "repository": {
        "Http": {
          "url": "https://static.crates.io/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": {
              "allow_empty": true,
              "include": [
                "**/*.rs"
              ]
            }
          }
        },
        {
          "BuildScript": {
            "crate_name": "build_script_build",
            "crate_root": "build.rs",
            "srcs": {
              "allow_empty": true,
              "include": [
                "**/*.rs"
              ]
            }
          }
        }
      ],
      "library_target_name": "winapi_i686_pc_windows_gnu",
      "common_attrs": {
        "compile_data_glob": [
          "**"
        ],
        "deps": {
          "common": [
            {
              "id": "winapi-i686-pc-windows-gnu 0.4.0",
              "target": "build_script_build"
            }
          ],
          "selects": {}
        },
        "edition": "2015",
        "version": "0.4.0"
      },
      "build_script_attrs": {
        "compile_data_glob": [
          "**"
        ],
        "data_glob": [
          "**"
        ]
      },
      "license": "MIT/Apache-2.0",
      "license_ids": [
        "Apache-2.0",
        "MIT"
      ],
      "license_file": null
    },
    "winapi-x86_64-pc-windows-gnu 0.4.0": {
      "name": "winapi-x86_64-pc-windows-gnu",
      "version": "0.4.0",
      "package_url": "https://github.com/retep998/winapi-rs",
      "repository": {
        "Http": {
          "url": "https://static.crates.io/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": {
              "allow_empty": true,
              "include": [
                "**/*.rs"
              ]
            }
          }
        },
        {
          "BuildScript": {
            "crate_name": "build_script_build",
            "crate_root": "build.rs",
            "srcs": {
              "allow_empty": true,
              "include": [
                "**/*.rs"
              ]
            }
          }
        }
      ],
      "library_target_name": "winapi_x86_64_pc_windows_gnu",
      "common_attrs": {
        "compile_data_glob": [
          "**"
        ],
        "deps": {
          "common": [
            {
              "id": "winapi-x86_64-pc-windows-gnu 0.4.0",
              "target": "build_script_build"
            }
          ],
          "selects": {}
        },
        "edition": "2015",
        "version": "0.4.0"
      },
      "build_script_attrs": {
        "compile_data_glob": [
          "**"
        ],
        "data_glob": [
          "**"
        ]
      },
      "license": "MIT/Apache-2.0",
      "license_ids": [
        "Apache-2.0",
        "MIT"
      ],
      "license_file": null
    },
    "windows-sys 0.45.0": {
      "name": "windows-sys",
      "version": "0.45.0",
      "package_url": "https://github.com/microsoft/windows-rs",
      "repository": {
        "Http": {
          "url": "https://static.crates.io/crates/windows-sys/0.45.0/download",
          "sha256": "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
        }
      },
      "targets": [
        {
          "Library": {
            "crate_name": "windows_sys",
            "crate_root": "src/lib.rs",
            "srcs": {
              "allow_empty": true,
              "include": [
                "**/*.rs"
              ]
            }
          }
        }
      ],
      "library_target_name": "windows_sys",
      "common_attrs": {
        "compile_data_glob": [
          "**"
        ],
        "crate_features": {
          "common": [
            "Win32",
            "Win32_Foundation",
            "Win32_Networking",
            "Win32_Networking_WinSock",
            "Win32_Security",
            "Win32_Storage",
            "Win32_Storage_FileSystem",
            "Win32_System",
            "Win32_System_Console",
            "Win32_System_IO",
            "Win32_System_LibraryLoader",
            "Win32_System_Pipes",
            "Win32_System_SystemServices",
            "Win32_System_Threading",
            "Win32_System_WindowsProgramming",
            "default"
          ],
          "selects": {}
        },
        "deps": {
          "common": [],
          "selects": {
            "cfg(not(windows_raw_dylib))": [
              {
                "id": "windows-targets 0.42.1",
                "target": "windows_targets"
              }
            ]
          }
        },
        "edition": "2018",
        "version": "0.45.0"
      },
      "license": "MIT OR Apache-2.0",
      "license_ids": [
        "Apache-2.0",
        "MIT"
      ],
      "license_file": "license-apache-2.0"
    },
    "windows-targets 0.42.1": {
      "name": "windows-targets",
      "version": "0.42.1",
      "package_url": "https://github.com/microsoft/windows-rs",
      "repository": {
        "Http": {
          "url": "https://static.crates.io/crates/windows-targets/0.42.1/download",
          "sha256": "8e2522491fbfcd58cc84d47aeb2958948c4b8982e9a2d8a2a35bbaed431390e7"
        }
      },
      "targets": [
        {
          "Library": {
            "crate_name": "windows_targets",
            "crate_root": "src/lib.rs",
            "srcs": {
              "allow_empty": true,
              "include": [
                "**/*.rs"
              ]
            }
          }
        }
      ],
      "library_target_name": "windows_targets",
      "common_attrs": {
        "compile_data_glob": [
          "**"
        ],
        "deps": {
          "common": [],
          "selects": {
            "aarch64-pc-windows-gnullvm": [
              {
                "id": "windows_aarch64_gnullvm 0.42.1",
                "target": "windows_aarch64_gnullvm"
              }
            ],
            "aarch64-pc-windows-msvc": [
              {
                "id": "windows_aarch64_msvc 0.42.1",
                "target": "windows_aarch64_msvc"
              }
            ],
            "aarch64-uwp-windows-msvc": [
              {
                "id": "windows_aarch64_msvc 0.42.1",
                "target": "windows_aarch64_msvc"
              }
            ],
            "i686-pc-windows-gnu": [
              {
                "id": "windows_i686_gnu 0.42.1",
                "target": "windows_i686_gnu"
              }
            ],
            "i686-pc-windows-msvc": [
              {
                "id": "windows_i686_msvc 0.42.1",
                "target": "windows_i686_msvc"
              }
            ],
            "i686-uwp-windows-gnu": [
              {
                "id": "windows_i686_gnu 0.42.1",
                "target": "windows_i686_gnu"
              }
            ],
            "i686-uwp-windows-msvc": [
              {
                "id": "windows_i686_msvc 0.42.1",
                "target": "windows_i686_msvc"
              }
            ],
            "x86_64-pc-windows-gnu": [
              {
                "id": "windows_x86_64_gnu 0.42.1",
                "target": "windows_x86_64_gnu"
              }
            ],
            "x86_64-pc-windows-gnullvm": [
              {
                "id": "windows_x86_64_gnullvm 0.42.1",
                "target": "windows_x86_64_gnullvm"
              }
            ],
            "x86_64-pc-windows-msvc": [
              {
                "id": "windows_x86_64_msvc 0.42.1",
                "target": "windows_x86_64_msvc"
              }
            ],
            "x86_64-uwp-windows-gnu": [
              {
                "id": "windows_x86_64_gnu 0.42.1",
                "target": "windows_x86_64_gnu"
              }
            ],
            "x86_64-uwp-windows-msvc": [
              {
                "id": "windows_x86_64_msvc 0.42.1",
                "target": "windows_x86_64_msvc"
              }
            ]
          }
        },
        "edition": "2018",
        "version": "0.42.1"
      },
      "license": "MIT OR Apache-2.0",
      "license_ids": [
        "Apache-2.0",
        "MIT"
      ],
      "license_file": "license-apache-2.0"
    },
    "windows_aarch64_gnullvm 0.42.1": {
      "name": "windows_aarch64_gnullvm",
      "version": "0.42.1",
      "package_url": "https://github.com/microsoft/windows-rs",
      "repository": {
        "Http": {
          "url": "https://static.crates.io/crates/windows_aarch64_gnullvm/0.42.1/download",
          "sha256": "8c9864e83243fdec7fc9c5444389dcbbfd258f745e7853198f365e3c4968a608"
        }
      },
      "targets": [
        {
          "Library": {
            "crate_name": "windows_aarch64_gnullvm",
            "crate_root": "src/lib.rs",
            "srcs": {
              "allow_empty": true,
              "include": [
                "**/*.rs"
              ]
            }
          }
        },
        {
          "BuildScript": {
            "crate_name": "build_script_build",
            "crate_root": "build.rs",
            "srcs": {
              "allow_empty": true,
              "include": [
                "**/*.rs"
              ]
            }
          }
        }
      ],
      "library_target_name": "windows_aarch64_gnullvm",
      "common_attrs": {
        "compile_data_glob": [
          "**"
        ],
        "deps": {
          "common": [
            {
              "id": "windows_aarch64_gnullvm 0.42.1",
              "target": "build_script_build"
            }
          ],
          "selects": {}
        },
        "edition": "2018",
        "version": "0.42.1"
      },
      "build_script_attrs": {
        "compile_data_glob": [
          "**"
        ],
        "data_glob": [
          "**"
        ]
      },
      "license": "MIT OR Apache-2.0",
      "license_ids": [
        "Apache-2.0",
        "MIT"
      ],
      "license_file": "license-apache-2.0"
    },
    "windows_aarch64_msvc 0.42.1": {
      "name": "windows_aarch64_msvc",
      "version": "0.42.1",
      "package_url": "https://github.com/microsoft/windows-rs",
      "repository": {
        "Http": {
          "url": "https://static.crates.io/crates/windows_aarch64_msvc/0.42.1/download",
          "sha256": "4c8b1b673ffc16c47a9ff48570a9d85e25d265735c503681332589af6253c6c7"
        }
      },
      "targets": [
        {
          "Library": {
            "crate_name": "windows_aarch64_msvc",
            "crate_root": "src/lib.rs",
            "srcs": {
              "allow_empty": true,
              "include": [
                "**/*.rs"
              ]
            }
          }
        },
        {
          "BuildScript": {
            "crate_name": "build_script_build",
            "crate_root": "build.rs",
            "srcs": {
              "allow_empty": true,
              "include": [
                "**/*.rs"
              ]
            }
          }
        }
      ],
      "library_target_name": "windows_aarch64_msvc",
      "common_attrs": {
        "compile_data_glob": [
          "**"
        ],
        "deps": {
          "common": [
            {
              "id": "windows_aarch64_msvc 0.42.1",
              "target": "build_script_build"
            }
          ],
          "selects": {}
        },
        "edition": "2018",
        "version": "0.42.1"
      },
      "build_script_attrs": {
        "compile_data_glob": [
          "**"
        ],
        "data_glob": [
          "**"
        ]
      },
      "license": "MIT OR Apache-2.0",
      "license_ids": [
        "Apache-2.0",
        "MIT"
      ],
      "license_file": "license-apache-2.0"
    },
    "windows_i686_gnu 0.42.1": {
      "name": "windows_i686_gnu",
      "version": "0.42.1",
      "package_url": "https://github.com/microsoft/windows-rs",
      "repository": {
        "Http": {
          "url": "https://static.crates.io/crates/windows_i686_gnu/0.42.1/download",
          "sha256": "de3887528ad530ba7bdbb1faa8275ec7a1155a45ffa57c37993960277145d640"
        }
      },
      "targets": [
        {
          "Library": {
            "crate_name": "windows_i686_gnu",
            "crate_root": "src/lib.rs",
            "srcs": {
              "allow_empty": true,
              "include": [
                "**/*.rs"
              ]
            }
          }
        },
        {
          "BuildScript": {
            "crate_name": "build_script_build",
            "crate_root": "build.rs",
            "srcs": {
              "allow_empty": true,
              "include": [
                "**/*.rs"
              ]
            }
          }
        }
      ],
      "library_target_name": "windows_i686_gnu",
      "common_attrs": {
        "compile_data_glob": [
          "**"
        ],
        "deps": {
          "common": [
            {
              "id": "windows_i686_gnu 0.42.1",
              "target": "build_script_build"
            }
          ],
          "selects": {}
        },
        "edition": "2018",
        "version": "0.42.1"
      },
      "build_script_attrs": {
        "compile_data_glob": [
          "**"
        ],
        "data_glob": [
          "**"
        ]
      },
      "license": "MIT OR Apache-2.0",
      "license_ids": [
        "Apache-2.0",
        "MIT"
      ],
      "license_file": "license-apache-2.0"
    },
    "windows_i686_msvc 0.42.1": {
      "name": "windows_i686_msvc",
      "version": "0.42.1",
      "package_url": "https://github.com/microsoft/windows-rs",
      "repository": {
        "Http": {
          "url": "https://static.crates.io/crates/windows_i686_msvc/0.42.1/download",
          "sha256": "bf4d1122317eddd6ff351aa852118a2418ad4214e6613a50e0191f7004372605"
        }
      },
      "targets": [
        {
          "Library": {
            "crate_name": "windows_i686_msvc",
            "crate_root": "src/lib.rs",
            "srcs": {
              "allow_empty": true,
              "include": [
                "**/*.rs"
              ]
            }
          }
        },
        {
          "BuildScript": {
            "crate_name": "build_script_build",
            "crate_root": "build.rs",
            "srcs": {
              "allow_empty": true,
              "include": [
                "**/*.rs"
              ]
            }
          }
        }
      ],
      "library_target_name": "windows_i686_msvc",
      "common_attrs": {
        "compile_data_glob": [
          "**"
        ],
        "deps": {
          "common": [
            {
              "id": "windows_i686_msvc 0.42.1",
              "target": "build_script_build"
            }
          ],
          "selects": {}
        },
        "edition": "2018",
        "version": "0.42.1"
      },
      "build_script_attrs": {
        "compile_data_glob": [
          "**"
        ],
        "data_glob": [
          "**"
        ]
      },
      "license": "MIT OR Apache-2.0",
      "license_ids": [
        "Apache-2.0",
        "MIT"
      ],
      "license_file": "license-apache-2.0"
    },
    "windows_x86_64_gnu 0.42.1": {
      "name": "windows_x86_64_gnu",
      "version": "0.42.1",
      "package_url": "https://github.com/microsoft/windows-rs",
      "repository": {
        "Http": {
          "url": "https://static.crates.io/crates/windows_x86_64_gnu/0.42.1/download",
          "sha256": "c1040f221285e17ebccbc2591ffdc2d44ee1f9186324dd3e84e99ac68d699c45"
        }
      },
      "targets": [
        {
          "Library": {
            "crate_name": "windows_x86_64_gnu",
            "crate_root": "src/lib.rs",
            "srcs": {
              "allow_empty": true,
              "include": [
                "**/*.rs"
              ]
            }
          }
        },
        {
          "BuildScript": {
            "crate_name": "build_script_build",
            "crate_root": "build.rs",
            "srcs": {
              "allow_empty": true,
              "include": [
                "**/*.rs"
              ]
            }
          }
        }
      ],
      "library_target_name": "windows_x86_64_gnu",
      "common_attrs": {
        "compile_data_glob": [
          "**"
        ],
        "deps": {
          "common": [
            {
              "id": "windows_x86_64_gnu 0.42.1",
              "target": "build_script_build"
            }
          ],
          "selects": {}
        },
        "edition": "2018",
        "version": "0.42.1"
      },
      "build_script_attrs": {
        "compile_data_glob": [
          "**"
        ],
        "data_glob": [
          "**"
        ]
      },
      "license": "MIT OR Apache-2.0",
      "license_ids": [
        "Apache-2.0",
        "MIT"
      ],
      "license_file": "license-apache-2.0"
    },
    "windows_x86_64_gnullvm 0.42.1": {
      "name": "windows_x86_64_gnullvm",
      "version": "0.42.1",
      "package_url": "https://github.com/microsoft/windows-rs",
      "repository": {
        "Http": {
          "url": "https://static.crates.io/crates/windows_x86_64_gnullvm/0.42.1/download",
          "sha256": "628bfdf232daa22b0d64fdb62b09fcc36bb01f05a3939e20ab73aaf9470d0463"
        }
      },
      "targets": [
        {
          "Library": {
            "crate_name": "windows_x86_64_gnullvm",
            "crate_root": "src/lib.rs",
            "srcs": {
              "allow_empty": true,
              "include": [
                "**/*.rs"
              ]
            }
          }
        },
        {
          "BuildScript": {
            "crate_name": "build_script_build",
            "crate_root": "build.rs",
            "srcs": {
              "allow_empty": true,
              "include": [
                "**/*.rs"
              ]
            }
          }
        }
      ],
      "library_target_name": "windows_x86_64_gnullvm",
      "common_attrs": {
        "compile_data_glob": [
          "**"
        ],
        "deps": {
          "common": [
            {
              "id": "windows_x86_64_gnullvm 0.42.1",
              "target": "build_script_build"
            }
          ],
          "selects": {}
        },
        "edition": "2018",
        "version": "0.42.1"
      },
      "build_script_attrs": {
        "compile_data_glob": [
          "**"
        ],
        "data_glob": [
          "**"
        ]
      },
      "license": "MIT OR Apache-2.0",
      "license_ids": [
        "Apache-2.0",
        "MIT"
      ],
      "license_file": "license-apache-2.0"
    },
    "windows_x86_64_msvc 0.42.1": {
      "name": "windows_x86_64_msvc",
      "version": "0.42.1",
      "package_url": "https://github.com/microsoft/windows-rs",
      "repository": {
        "Http": {
          "url": "https://static.crates.io/crates/windows_x86_64_msvc/0.42.1/download",
          "sha256": "447660ad36a13288b1db4d4248e857b510e8c3a225c822ba4fb748c0aafecffd"
        }
      },
      "targets": [
        {
          "Library": {
            "crate_name": "windows_x86_64_msvc",
            "crate_root": "src/lib.rs",
            "srcs": {
              "allow_empty": true,
              "include": [
                "**/*.rs"
              ]
            }
          }
        },
        {
          "BuildScript": {
            "crate_name": "build_script_build",
            "crate_root": "build.rs",
            "srcs": {
              "allow_empty": true,
              "include": [
                "**/*.rs"
              ]
            }
          }
        }
      ],
      "library_target_name": "windows_x86_64_msvc",
      "common_attrs": {
        "compile_data_glob": [
          "**"
        ],
        "deps": {
          "common": [
            {
              "id": "windows_x86_64_msvc 0.42.1",
              "target": "build_script_build"
            }
          ],
          "selects": {}
        },
        "edition": "2018",
        "version": "0.42.1"
      },
      "build_script_attrs": {
        "compile_data_glob": [
          "**"
        ],
        "data_glob": [
          "**"
        ]
      },
      "license": "MIT OR Apache-2.0",
      "license_ids": [
        "Apache-2.0",
        "MIT"
      ],
      "license_file": "license-apache-2.0"
    }
  },
  "binary_crates": [],
  "workspace_members": {
    "direct-cargo-bazel-deps 0.0.1": ""
  },
  "conditions": {
    "aarch64-apple-darwin": [
      "aarch64-apple-darwin"
    ],
    "aarch64-apple-ios": [
      "aarch64-apple-ios"
    ],
    "aarch64-apple-ios-sim": [
      "aarch64-apple-ios-sim"
    ],
    "aarch64-linux-android": [
      "aarch64-linux-android"
    ],
    "aarch64-pc-windows-gnullvm": [],
    "aarch64-pc-windows-msvc": [
      "aarch64-pc-windows-msvc"
    ],
    "aarch64-unknown-fuchsia": [
      "aarch64-unknown-fuchsia"
    ],
    "aarch64-unknown-linux-gnu": [
      "aarch64-unknown-linux-gnu",
      "aarch64-unknown-nixos-gnu"
    ],
    "aarch64-unknown-nixos-gnu": [
      "aarch64-unknown-nixos-gnu"
    ],
    "aarch64-unknown-nto-qnx710": [
      "aarch64-unknown-nto-qnx710"
    ],
    "aarch64-uwp-windows-msvc": [],
    "arm-unknown-linux-gnueabi": [
      "arm-unknown-linux-gnueabi"
    ],
    "armv7-linux-androideabi": [
      "armv7-linux-androideabi"
    ],
    "armv7-unknown-linux-gnueabi": [
      "armv7-unknown-linux-gnueabi"
    ],
    "cfg(all(any(target_arch = \"x86_64\", target_arch = \"aarch64\"), target_os = \"hermit\"))": [],
    "cfg(docsrs)": [],
    "cfg(not(windows))": [
      "aarch64-apple-darwin",
      "aarch64-apple-ios",
      "aarch64-apple-ios-sim",
      "aarch64-linux-android",
      "aarch64-unknown-fuchsia",
      "aarch64-unknown-linux-gnu",
      "aarch64-unknown-nixos-gnu",
      "aarch64-unknown-nto-qnx710",
      "arm-unknown-linux-gnueabi",
      "armv7-linux-androideabi",
      "armv7-unknown-linux-gnueabi",
      "i686-apple-darwin",
      "i686-linux-android",
      "i686-unknown-freebsd",
      "i686-unknown-linux-gnu",
      "powerpc-unknown-linux-gnu",
      "riscv32imc-unknown-none-elf",
      "riscv64gc-unknown-none-elf",
      "s390x-unknown-linux-gnu",
      "thumbv7em-none-eabi",
      "thumbv8m.main-none-eabi",
      "wasm32-unknown-unknown",
      "wasm32-wasip1",
      "x86_64-apple-darwin",
      "x86_64-apple-ios",
      "x86_64-linux-android",
      "x86_64-unknown-freebsd",
      "x86_64-unknown-fuchsia",
      "x86_64-unknown-linux-gnu",
      "x86_64-unknown-nixos-gnu",
      "x86_64-unknown-none"
    ],
    "cfg(not(windows_raw_dylib))": [
      "aarch64-apple-darwin",
      "aarch64-apple-ios",
      "aarch64-apple-ios-sim",
      "aarch64-linux-android",
      "aarch64-pc-windows-msvc",
      "aarch64-unknown-fuchsia",
      "aarch64-unknown-linux-gnu",
      "aarch64-unknown-nixos-gnu",
      "aarch64-unknown-nto-qnx710",
      "arm-unknown-linux-gnueabi",
      "armv7-linux-androideabi",
      "armv7-unknown-linux-gnueabi",
      "i686-apple-darwin",
      "i686-linux-android",
      "i686-pc-windows-msvc",
      "i686-unknown-freebsd",
      "i686-unknown-linux-gnu",
      "powerpc-unknown-linux-gnu",
      "riscv32imc-unknown-none-elf",
      "riscv64gc-unknown-none-elf",
      "s390x-unknown-linux-gnu",
      "thumbv7em-none-eabi",
      "thumbv8m.main-none-eabi",
      "wasm32-unknown-unknown",
      "wasm32-wasip1",
      "x86_64-apple-darwin",
      "x86_64-apple-ios",
      "x86_64-linux-android",
      "x86_64-pc-windows-msvc",
      "x86_64-unknown-freebsd",
      "x86_64-unknown-fuchsia",
      "x86_64-unknown-linux-gnu",
      "x86_64-unknown-nixos-gnu",
      "x86_64-unknown-none"
    ],
    "cfg(target_os = \"redox\")": [],
    "cfg(target_os = \"wasi\")": [
      "wasm32-wasip1"
    ],
    "cfg(target_os = \"windows\")": [
      "aarch64-pc-windows-msvc",
      "i686-pc-windows-msvc",
      "x86_64-pc-windows-msvc"
    ],
    "cfg(unix)": [
      "aarch64-apple-darwin",
      "aarch64-apple-ios",
      "aarch64-apple-ios-sim",
      "aarch64-linux-android",
      "aarch64-unknown-fuchsia",
      "aarch64-unknown-linux-gnu",
      "aarch64-unknown-nixos-gnu",
      "aarch64-unknown-nto-qnx710",
      "arm-unknown-linux-gnueabi",
      "armv7-linux-androideabi",
      "armv7-unknown-linux-gnueabi",
      "i686-apple-darwin",
      "i686-linux-android",
      "i686-unknown-freebsd",
      "i686-unknown-linux-gnu",
      "powerpc-unknown-linux-gnu",
      "s390x-unknown-linux-gnu",
      "x86_64-apple-darwin",
      "x86_64-apple-ios",
      "x86_64-linux-android",
      "x86_64-unknown-freebsd",
      "x86_64-unknown-fuchsia",
      "x86_64-unknown-linux-gnu",
      "x86_64-unknown-nixos-gnu"
    ],
    "cfg(windows)": [
      "aarch64-pc-windows-msvc",
      "i686-pc-windows-msvc",
      "x86_64-pc-windows-msvc"
    ],
    "i686-apple-darwin": [
      "i686-apple-darwin"
    ],
    "i686-linux-android": [
      "i686-linux-android"
    ],
    "i686-pc-windows-gnu": [],
    "i686-pc-windows-msvc": [
      "i686-pc-windows-msvc"
    ],
    "i686-unknown-freebsd": [
      "i686-unknown-freebsd"
    ],
    "i686-unknown-linux-gnu": [
      "i686-unknown-linux-gnu"
    ],
    "i686-uwp-windows-gnu": [],
    "i686-uwp-windows-msvc": [],
    "powerpc-unknown-linux-gnu": [
      "powerpc-unknown-linux-gnu"
    ],
    "riscv32imc-unknown-none-elf": [
      "riscv32imc-unknown-none-elf"
    ],
    "riscv64gc-unknown-none-elf": [
      "riscv64gc-unknown-none-elf"
    ],
    "s390x-unknown-linux-gnu": [
      "s390x-unknown-linux-gnu"
    ],
    "thumbv7em-none-eabi": [
      "thumbv7em-none-eabi"
    ],
    "thumbv8m.main-none-eabi": [
      "thumbv8m.main-none-eabi"
    ],
    "wasm32-unknown-unknown": [
      "wasm32-unknown-unknown"
    ],
    "wasm32-wasip1": [
      "wasm32-wasip1"
    ],
    "x86_64-apple-darwin": [
      "x86_64-apple-darwin"
    ],
    "x86_64-apple-ios": [
      "x86_64-apple-ios"
    ],
    "x86_64-linux-android": [
      "x86_64-linux-android"
    ],
    "x86_64-pc-windows-gnu": [],
    "x86_64-pc-windows-gnullvm": [],
    "x86_64-pc-windows-msvc": [
      "x86_64-pc-windows-msvc"
    ],
    "x86_64-unknown-freebsd": [
      "x86_64-unknown-freebsd"
    ],
    "x86_64-unknown-fuchsia": [
      "x86_64-unknown-fuchsia"
    ],
    "x86_64-unknown-linux-gnu": [
      "x86_64-unknown-linux-gnu",
      "x86_64-unknown-nixos-gnu"
    ],
    "x86_64-unknown-nixos-gnu": [
      "x86_64-unknown-nixos-gnu"
    ],
    "x86_64-unknown-none": [
      "x86_64-unknown-none"
    ],
    "x86_64-uwp-windows-gnu": [],
    "x86_64-uwp-windows-msvc": []
  },
  "direct_deps": [
    "axum 0.4.8",
    "hyper 0.14.24",
    "mime 0.3.16",
    "serde_json 1.0.93",
    "socket2 0.4.9",
    "tokio 1.26.0",
    "tower 0.4.13",
    "tower-http 0.2.5",
    "tracing 0.1.37",
    "tracing-subscriber 0.3.16"
  ],
  "direct_dev_deps": [],
  "unused_patches": []
}
