|
- # This file is automatically @generated by Cargo.
- # It is not intended for manual editing.
- version = 3
-
- [[package]]
- name = "aes"
- version = "0.7.5"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "9e8b47f52ea9bae42228d07ec09eb676433d7c4ed1ebdf0f1d1c29ed446f1ab8"
- dependencies = [
- "cfg-if",
- "cipher",
- "cpufeatures",
- "opaque-debug 0.3.0",
- ]
-
- [[package]]
- name = "aho-corasick"
- version = "0.7.18"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f"
- dependencies = [
- "memchr",
- ]
-
- [[package]]
- name = "ansi_term"
- version = "0.12.1"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
- dependencies = [
- "winapi",
- ]
-
- [[package]]
- name = "anyhow"
- version = "1.0.56"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "4361135be9122e0870de935d7c439aef945b9f9ddd4199a553b5270b49c82a27"
-
- [[package]]
- name = "async-attributes"
- version = "1.1.2"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5"
- dependencies = [
- "quote",
- "syn",
- ]
-
- [[package]]
- name = "async-channel"
- version = "1.6.1"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "2114d64672151c0c5eaa5e131ec84a74f06e1e559830dabba01ca30605d66319"
- dependencies = [
- "concurrent-queue",
- "event-listener",
- "futures-core",
- ]
-
- [[package]]
- name = "async-executor"
- version = "1.4.1"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "871f9bb5e0a22eeb7e8cf16641feb87c9dc67032ccf8ff49e772eb9941d3a965"
- dependencies = [
- "async-task",
- "concurrent-queue",
- "fastrand",
- "futures-lite",
- "once_cell",
- "slab",
- ]
-
- [[package]]
- name = "async-global-executor"
- version = "2.0.3"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "c026b7e44f1316b567ee750fea85103f87fcb80792b860e979f221259796ca0a"
- dependencies = [
- "async-channel",
- "async-executor",
- "async-io",
- "async-mutex",
- "blocking",
- "futures-lite",
- "num_cpus",
- "once_cell",
- "tokio",
- ]
-
- [[package]]
- name = "async-io"
- version = "1.6.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "a811e6a479f2439f0c04038796b5cfb3d2ad56c230e0f2d3f7b04d68cfee607b"
- dependencies = [
- "concurrent-queue",
- "futures-lite",
- "libc",
- "log",
- "once_cell",
- "parking",
- "polling",
- "slab",
- "socket2",
- "waker-fn",
- "winapi",
- ]
-
- [[package]]
- name = "async-lock"
- version = "2.5.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "e97a171d191782fba31bb902b14ad94e24a68145032b7eedf871ab0bc0d077b6"
- dependencies = [
- "event-listener",
- ]
-
- [[package]]
- name = "async-mutex"
- version = "1.4.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "479db852db25d9dbf6204e6cb6253698f175c15726470f78af0d918e99d6156e"
- dependencies = [
- "event-listener",
- ]
-
- [[package]]
- name = "async-process"
- version = "1.3.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "83137067e3a2a6a06d67168e49e68a0957d215410473a740cea95a2425c0b7c6"
- dependencies = [
- "async-io",
- "blocking",
- "cfg-if",
- "event-listener",
- "futures-lite",
- "libc",
- "once_cell",
- "signal-hook",
- "winapi",
- ]
-
- [[package]]
- name = "async-rustls"
- version = "0.2.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "9c86f33abd5a4f3e2d6d9251a9e0c6a7e52eb1113caf893dae8429bf4a53f378"
- dependencies = [
- "futures-lite",
- "rustls 0.19.1",
- "webpki 0.21.4",
- ]
-
- [[package]]
- name = "async-std"
- version = "1.11.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "52580991739c5cdb36cde8b2a516371c0a3b70dda36d916cc08b82372916808c"
- dependencies = [
- "async-attributes",
- "async-channel",
- "async-global-executor",
- "async-io",
- "async-lock",
- "async-process",
- "crossbeam-utils",
- "futures-channel",
- "futures-core",
- "futures-io",
- "futures-lite",
- "gloo-timers",
- "kv-log-macro",
- "log",
- "memchr",
- "num_cpus",
- "once_cell",
- "pin-project-lite",
- "pin-utils",
- "slab",
- "wasm-bindgen-futures",
- ]
-
- [[package]]
- name = "async-stream"
- version = "0.3.3"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "dad5c83079eae9969be7fadefe640a1c566901f05ff91ab221de4b6f68d9507e"
- dependencies = [
- "async-stream-impl",
- "futures-core",
- ]
-
- [[package]]
- name = "async-stream-impl"
- version = "0.3.3"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "10f203db73a71dfa2fb6dd22763990fa26f3d2625a6da2da900d23b87d26be27"
- dependencies = [
- "proc-macro2",
- "quote",
- "syn",
- ]
-
- [[package]]
- name = "async-task"
- version = "4.2.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "30696a84d817107fc028e049980e09d5e140e8da8f1caeb17e8e950658a3cea9"
-
- [[package]]
- name = "async-trait"
- version = "0.1.53"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "ed6aa3524a2dfcf9fe180c51eae2b58738348d819517ceadf95789c51fff7600"
- dependencies = [
- "proc-macro2",
- "quote",
- "syn",
- ]
-
- [[package]]
- name = "atomic-waker"
- version = "1.0.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "065374052e7df7ee4047b1160cca5e1467a12351a40b3da123c870ba0b8eda2a"
-
- [[package]]
- name = "atty"
- version = "0.2.14"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
- dependencies = [
- "hermit-abi",
- "libc",
- "winapi",
- ]
-
- [[package]]
- name = "autocfg"
- version = "0.1.8"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "0dde43e75fd43e8a1bf86103336bc699aa8d17ad1be60c76c0bdfd4828e19b78"
- dependencies = [
- "autocfg 1.1.0",
- ]
-
- [[package]]
- name = "autocfg"
- version = "1.1.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
-
- [[package]]
- name = "base64"
- version = "0.13.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"
-
- [[package]]
- name = "base64ct"
- version = "1.1.1"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "e6b4d9b1225d28d360ec6a231d65af1fd99a2a095154c8040689617290569c5c"
-
- [[package]]
- name = "bincode"
- version = "1.3.3"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
- dependencies = [
- "serde",
- ]
-
- [[package]]
- name = "bitflags"
- version = "1.3.2"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
-
- [[package]]
- name = "block-buffer"
- version = "0.7.3"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "c0940dc441f31689269e10ac70eb1002a3a1d3ad1390e030043662eb7fe4688b"
- dependencies = [
- "block-padding 0.1.5",
- "byte-tools",
- "byteorder",
- "generic-array 0.12.4",
- ]
-
- [[package]]
- name = "block-buffer"
- version = "0.9.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4"
- dependencies = [
- "block-padding 0.2.1",
- "generic-array 0.14.5",
- ]
-
- [[package]]
- name = "block-padding"
- version = "0.1.5"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "fa79dedbb091f449f1f39e53edf88d5dbe95f895dae6135a8d7b881fb5af73f5"
- dependencies = [
- "byte-tools",
- ]
-
- [[package]]
- name = "block-padding"
- version = "0.2.1"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "8d696c370c750c948ada61c69a0ee2cbbb9c50b1019ddb86d9317157a99c2cae"
-
- [[package]]
- name = "blocking"
- version = "1.2.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "c6ccb65d468978a086b69884437ded69a90faab3bbe6e67f242173ea728acccc"
- dependencies = [
- "async-channel",
- "async-task",
- "atomic-waker",
- "fastrand",
- "futures-lite",
- "once_cell",
- ]
-
- [[package]]
- name = "bumpalo"
- version = "3.9.1"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "a4a45a46ab1f2412e53d3a0ade76ffad2025804294569aae387231a0cd6e0899"
-
- [[package]]
- name = "byte-tools"
- version = "0.3.1"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7"
-
- [[package]]
- name = "byteorder"
- version = "1.4.3"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
-
- [[package]]
- name = "bytes"
- version = "1.1.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "c4872d67bab6358e59559027aa3b9157c53d9358c51423c17554809a8858e0f8"
-
- [[package]]
- name = "cache-padded"
- version = "1.2.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "c1db59621ec70f09c5e9b597b220c7a2b43611f4710dc03ceb8748637775692c"
-
- [[package]]
- name = "capnp"
- version = "0.14.6"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "21d5d7da973146f1720672faa44f1523cc8f923636190ca1a931c7bc8834de68"
-
- [[package]]
- name = "capnpc"
- version = "0.14.7"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "c7ed9b80f792ac01a8b328ccbc509c2bd756fb5dec18af0163e7963dde23c0b5"
- dependencies = [
- "capnp",
- ]
-
- [[package]]
- name = "cc"
- version = "1.0.73"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "2fff2a6927b3bb87f9595d67196a70493f627687a71d87a0d692242c33f58c11"
-
- [[package]]
- name = "cfg-if"
- version = "1.0.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
-
- [[package]]
- name = "cipher"
- version = "0.3.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "7ee52072ec15386f770805afd189a01c8841be8696bed250fa2f13c4c0d6dfb7"
- dependencies = [
- "generic-array 0.14.5",
- ]
-
- [[package]]
- name = "clap"
- version = "2.34.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c"
- dependencies = [
- "ansi_term",
- "atty",
- "bitflags",
- "strsim 0.8.0",
- "textwrap 0.11.0",
- "unicode-width",
- "vec_map",
- ]
-
- [[package]]
- name = "clap"
- version = "3.1.12"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "7c167e37342afc5f33fd87bbc870cedd020d2a6dffa05d45ccd9241fbdd146db"
- dependencies = [
- "atty",
- "bitflags",
- "clap_derive",
- "clap_lex",
- "indexmap",
- "lazy_static",
- "strsim 0.10.0",
- "termcolor",
- "textwrap 0.15.0",
- ]
-
- [[package]]
- name = "clap_derive"
- version = "3.1.7"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "a3aab4734e083b809aaf5794e14e756d1c798d2c69c7f7de7a09a2f5214993c1"
- dependencies = [
- "heck 0.4.0",
- "proc-macro-error",
- "proc-macro2",
- "quote",
- "syn",
- ]
-
- [[package]]
- name = "clap_lex"
- version = "0.1.1"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "189ddd3b5d32a70b35e7686054371742a937b0d99128e76dde6340210e966669"
- dependencies = [
- "os_str_bytes",
- ]
-
- [[package]]
- name = "codespan-reporting"
- version = "0.11.1"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
- dependencies = [
- "termcolor",
- "unicode-width",
- ]
-
- [[package]]
- name = "concurrent-queue"
- version = "1.2.2"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "30ed07550be01594c6026cff2a1d7fe9c8f683caa798e12b68694ac9e88286a3"
- dependencies = [
- "cache-padded",
- ]
-
- [[package]]
- name = "const-oid"
- version = "0.6.2"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "9d6f2aa4d0537bcc1c74df8755072bd31c1ef1a3a1b85a68e8404a8c353b7b8b"
-
- [[package]]
- name = "core-foundation"
- version = "0.9.3"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146"
- dependencies = [
- "core-foundation-sys",
- "libc",
- ]
-
- [[package]]
- name = "core-foundation-sys"
- version = "0.8.3"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc"
-
- [[package]]
- name = "cpufeatures"
- version = "0.2.2"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "59a6001667ab124aebae2a495118e11d30984c3a653e99d86d58971708cf5e4b"
- dependencies = [
- "libc",
- ]
-
- [[package]]
- name = "crossbeam-channel"
- version = "0.5.4"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "5aaa7bd5fb665c6864b5f963dd9097905c54125909c7aa94c9e18507cdbe6c53"
- dependencies = [
- "cfg-if",
- "crossbeam-utils",
- ]
-
- [[package]]
- name = "crossbeam-deque"
- version = "0.8.1"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "6455c0ca19f0d2fbf751b908d5c55c1f5cbc65e03c4225427254b46890bdde1e"
- dependencies = [
- "cfg-if",
- "crossbeam-epoch",
- "crossbeam-utils",
- ]
-
- [[package]]
- name = "crossbeam-epoch"
- version = "0.9.8"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "1145cf131a2c6ba0615079ab6a638f7e1973ac9c2634fcbeaaad6114246efe8c"
- dependencies = [
- "autocfg 1.1.0",
- "cfg-if",
- "crossbeam-utils",
- "lazy_static",
- "memoffset",
- "scopeguard",
- ]
-
- [[package]]
- name = "crossbeam-utils"
- version = "0.8.8"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "0bf124c720b7686e3c2663cf54062ab0f68a88af2fb6a030e87e30bf721fcb38"
- dependencies = [
- "cfg-if",
- "lazy_static",
- ]
-
- [[package]]
- name = "crypto-bigint"
- version = "0.2.11"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "f83bd3bb4314701c568e340cd8cf78c975aa0ca79e03d3f6d1677d5b0c9c0c03"
- dependencies = [
- "generic-array 0.14.5",
- "rand_core",
- "subtle",
- ]
-
- [[package]]
- name = "crypto-mac"
- version = "0.11.1"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "b1d1a86f49236c215f271d40892d5fc950490551400b02ef360692c29815c714"
- dependencies = [
- "generic-array 0.14.5",
- "subtle",
- ]
-
- [[package]]
- name = "ctor"
- version = "0.1.22"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "f877be4f7c9f246b183111634f75baa039715e3f46ce860677d3b19a69fb229c"
- dependencies = [
- "quote",
- "syn",
- ]
-
- [[package]]
- name = "cxx"
- version = "1.0.73"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "873c2e83af70859af2aaecd1f5d862f3790b747b1f4f50fb45a931d000ac0422"
- dependencies = [
- "cc",
- "cxxbridge-flags",
- "cxxbridge-macro",
- "link-cplusplus",
- ]
-
- [[package]]
- name = "cxx-build"
- version = "1.0.73"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "b49edea7163bbc7a39e3d829b4b0b66a9d30486973152842b7413f2c7b5632bf"
- dependencies = [
- "cc",
- "codespan-reporting",
- "once_cell",
- "proc-macro2",
- "quote",
- "scratch",
- "syn",
- ]
-
- [[package]]
- name = "cxx-dataflow-example-node-rust-api"
- version = "0.1.0"
- dependencies = [
- "cxx",
- "cxx-build",
- "dora-node-api",
- "eyre",
- "futures",
- "rand",
- "tokio",
- ]
-
- [[package]]
- name = "cxx-dataflow-example-operator-rust-api"
- version = "0.1.0"
- dependencies = [
- "cxx",
- "cxx-build",
- "dora-operator-api",
- "eyre",
- "futures",
- "rand",
- "tokio",
- ]
-
- [[package]]
- name = "cxxbridge-flags"
- version = "1.0.73"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "f46b787c15af80277db5c88c6ac6c502ae545e622f010e06f95e540d34931acf"
-
- [[package]]
- name = "cxxbridge-macro"
- version = "1.0.73"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "2ba3f3a7efa46626878fb5d324fabca4d19d2956b6ae97ce43044ef4515f5abc"
- dependencies = [
- "proc-macro2",
- "quote",
- "syn",
- ]
-
- [[package]]
- name = "dashmap"
- version = "4.0.2"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "e77a43b28d0668df09411cb0bc9a8c2adc40f9a048afe863e05fd43251e8e39c"
- dependencies = [
- "cfg-if",
- "num_cpus",
- ]
-
- [[package]]
- name = "der"
- version = "0.4.5"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "79b71cca7d95d7681a4b3b9cdf63c8dbc3730d0584c2c74e31416d64a90493f4"
- dependencies = [
- "const-oid",
- "crypto-bigint",
- ]
-
- [[package]]
- name = "digest"
- version = "0.8.1"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5"
- dependencies = [
- "generic-array 0.12.4",
- ]
-
- [[package]]
- name = "digest"
- version = "0.9.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066"
- dependencies = [
- "generic-array 0.14.5",
- ]
-
- [[package]]
- name = "dirs-next"
- version = "2.0.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1"
- dependencies = [
- "cfg-if",
- "dirs-sys-next",
- ]
-
- [[package]]
- name = "dirs-sys-next"
- version = "0.1.2"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"
- dependencies = [
- "libc",
- "redox_users",
- "winapi",
- ]
-
- [[package]]
- name = "dora-coordinator"
- version = "0.1.0"
- dependencies = [
- "bincode",
- "clap 3.1.12",
- "dora-core",
- "dora-node-api",
- "eyre",
- "futures",
- "futures-concurrency",
- "rand",
- "serde",
- "serde_yaml",
- "time",
- "tokio",
- "tokio-stream",
- "tokio-util 0.7.1",
- "uuid",
- ]
-
- [[package]]
- name = "dora-core"
- version = "0.1.0"
- dependencies = [
- "dora-node-api",
- "eyre",
- "serde",
- ]
-
- [[package]]
- name = "dora-examples"
- version = "0.0.0"
- dependencies = [
- "dora-coordinator",
- "eyre",
- "tokio",
- ]
-
- [[package]]
- name = "dora-message"
- version = "0.1.0"
- dependencies = [
- "capnp",
- "capnpc",
- ]
-
- [[package]]
- name = "dora-metrics"
- version = "0.1.0"
- dependencies = [
- "futures",
- "opentelemetry",
- "opentelemetry-otlp",
- "opentelemetry-system-metrics",
- "tokio",
- ]
-
- [[package]]
- name = "dora-node-api"
- version = "0.1.0"
- dependencies = [
- "async-trait",
- "eyre",
- "futures",
- "futures-concurrency",
- "futures-time",
- "once_cell",
- "serde",
- "serde_yaml",
- "thiserror",
- "tokio",
- "tracing",
- "uuid",
- "zenoh",
- "zenoh-config",
- ]
-
- [[package]]
- name = "dora-node-api-c"
- version = "0.1.0"
- dependencies = [
- "dora-node-api",
- "eyre",
- "futures",
- ]
-
- [[package]]
- name = "dora-node-api-python"
- version = "0.1.0"
- dependencies = [
- "dora-node-api",
- "eyre",
- "futures",
- "pyo3",
- "serde_yaml",
- "tokio",
- ]
-
- [[package]]
- name = "dora-operator-api"
- version = "0.1.0"
- dependencies = [
- "dora-operator-api-macros",
- ]
-
- [[package]]
- name = "dora-operator-api-macros"
- version = "0.1.0"
- dependencies = [
- "dora-operator-api",
- "proc-macro2",
- "quote",
- "syn",
- ]
-
- [[package]]
- name = "dora-runtime"
- version = "0.1.0"
- dependencies = [
- "clap 3.1.12",
- "dora-core",
- "dora-node-api",
- "eyre",
- "fern",
- "futures",
- "futures-concurrency",
- "libloading",
- "log",
- "pyo3",
- "serde_yaml",
- "tokio",
- "tokio-stream",
- "zenoh",
- "zenoh-config",
- ]
-
- [[package]]
- name = "dora-tracing"
- version = "0.1.0"
- dependencies = [
- "opentelemetry",
- "opentelemetry-jaeger",
- "tokio",
- ]
-
- [[package]]
- name = "either"
- version = "1.6.1"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457"
-
- [[package]]
- name = "env_logger"
- version = "0.9.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "0b2cf0344971ee6c64c31be0d530793fba457d322dfec2810c453d0ef228f9c3"
- dependencies = [
- "atty",
- "humantime",
- "log",
- "regex",
- "termcolor",
- ]
-
- [[package]]
- name = "event-listener"
- version = "2.5.2"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "77f3309417938f28bf8228fcff79a4a37103981e3e186d2ccd19c74b38f4eb71"
-
- [[package]]
- name = "eyre"
- version = "0.6.8"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "4c2b6b5a29c02cdc822728b7d7b8ae1bab3e3b05d44522770ddd49722eeac7eb"
- dependencies = [
- "indenter",
- "once_cell",
- ]
-
- [[package]]
- name = "fake-simd"
- version = "0.1.2"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed"
-
- [[package]]
- name = "fastrand"
- version = "1.7.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "c3fcf0cee53519c866c09b5de1f6c56ff9d647101f81c1964fa632e148896cdf"
- dependencies = [
- "instant",
- ]
-
- [[package]]
- name = "fern"
- version = "0.6.1"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "3bdd7b0849075e79ee9a1836df22c717d1eba30451796fdc631b04565dd11e2a"
- dependencies = [
- "log",
- ]
-
- [[package]]
- name = "fixedbitset"
- version = "0.4.1"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "279fb028e20b3c4c320317955b77c5e0c9701f05a1d309905d6fc702cdc5053e"
-
- [[package]]
- name = "flume"
- version = "0.10.12"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "843c03199d0c0ca54bc1ea90ac0d507274c28abcc4f691ae8b4eaa375087c76a"
- dependencies = [
- "futures-core",
- "futures-sink",
- "nanorand",
- "pin-project",
- "spin 0.9.2",
- ]
-
- [[package]]
- name = "fnv"
- version = "1.0.7"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
-
- [[package]]
- name = "futures"
- version = "0.3.21"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "f73fe65f54d1e12b726f517d3e2135ca3125a437b6d998caf1962961f7172d9e"
- dependencies = [
- "futures-channel",
- "futures-core",
- "futures-executor",
- "futures-io",
- "futures-sink",
- "futures-task",
- "futures-util",
- ]
-
- [[package]]
- name = "futures-channel"
- version = "0.3.21"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "c3083ce4b914124575708913bca19bfe887522d6e2e6d0952943f5eac4a74010"
- dependencies = [
- "futures-core",
- "futures-sink",
- ]
-
- [[package]]
- name = "futures-concurrency"
- version = "2.0.3"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "48e98b7b5aedee7c34a5cfb1ee1681af8faf46e2f30c0b8af5ea08eba517d61c"
- dependencies = [
- "async-trait",
- "futures-core",
- "pin-project",
- ]
-
- [[package]]
- name = "futures-core"
- version = "0.3.21"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "0c09fd04b7e4073ac7156a9539b57a484a8ea920f79c7c675d05d289ab6110d3"
-
- [[package]]
- name = "futures-executor"
- version = "0.3.21"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "9420b90cfa29e327d0429f19be13e7ddb68fa1cccb09d65e5706b8c7a749b8a6"
- dependencies = [
- "futures-core",
- "futures-task",
- "futures-util",
- ]
-
- [[package]]
- name = "futures-io"
- version = "0.3.21"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "fc4045962a5a5e935ee2fdedaa4e08284547402885ab326734432bed5d12966b"
-
- [[package]]
- name = "futures-lite"
- version = "1.12.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "7694489acd39452c77daa48516b894c153f192c3578d5a839b62c58099fcbf48"
- dependencies = [
- "fastrand",
- "futures-core",
- "futures-io",
- "memchr",
- "parking",
- "pin-project-lite",
- "waker-fn",
- ]
-
- [[package]]
- name = "futures-macro"
- version = "0.3.21"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "33c1e13800337f4d4d7a316bf45a567dbcb6ffe087f16424852d97e97a91f512"
- dependencies = [
- "proc-macro2",
- "quote",
- "syn",
- ]
-
- [[package]]
- name = "futures-sink"
- version = "0.3.21"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "21163e139fa306126e6eedaf49ecdb4588f939600f0b1e770f4205ee4b7fa868"
-
- [[package]]
- name = "futures-task"
- version = "0.3.21"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "57c66a976bf5909d801bbef33416c41372779507e7a6b3a5e25e4749c58f776a"
-
- [[package]]
- name = "futures-time"
- version = "1.0.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "553673e17c187f65e79ed63a9e58b148560fd5982e1d739f37913f320139edb0"
- dependencies = [
- "async-channel",
- "async-io",
- "futures-core",
- "pin-project-lite",
- ]
-
- [[package]]
- name = "futures-util"
- version = "0.3.21"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "d8b7abd5d659d9b90c8cba917f6ec750a74e2dc23902ef9cd4cc8c8b22e6036a"
- dependencies = [
- "futures-channel",
- "futures-core",
- "futures-io",
- "futures-macro",
- "futures-sink",
- "futures-task",
- "memchr",
- "pin-project-lite",
- "pin-utils",
- "slab",
- ]
-
- [[package]]
- name = "fxhash"
- version = "0.2.1"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c"
- dependencies = [
- "byteorder",
- ]
-
- [[package]]
- name = "generic-array"
- version = "0.12.4"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "ffdf9f34f1447443d37393cc6c2b8313aebddcd96906caf34e54c68d8e57d7bd"
- dependencies = [
- "typenum",
- ]
-
- [[package]]
- name = "generic-array"
- version = "0.14.5"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "fd48d33ec7f05fbfa152300fdad764757cbded343c1aa1cff2fbaf4134851803"
- dependencies = [
- "typenum",
- "version_check",
- ]
-
- [[package]]
- name = "getrandom"
- version = "0.2.6"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "9be70c98951c83b8d2f8f60d7065fa6d5146873094452a1008da8c2f1e4205ad"
- dependencies = [
- "cfg-if",
- "js-sys",
- "libc",
- "wasi 0.10.2+wasi-snapshot-preview1",
- "wasm-bindgen",
- ]
-
- [[package]]
- name = "git-version"
- version = "0.3.5"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "f6b0decc02f4636b9ccad390dcbe77b722a77efedfa393caf8379a51d5c61899"
- dependencies = [
- "git-version-macro",
- "proc-macro-hack",
- ]
-
- [[package]]
- name = "git-version-macro"
- version = "0.3.5"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "fe69f1cbdb6e28af2bac214e943b99ce8a0a06b447d15d3e61161b0423139f3f"
- dependencies = [
- "proc-macro-hack",
- "proc-macro2",
- "quote",
- "syn",
- ]
-
- [[package]]
- name = "glob"
- version = "0.3.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"
-
- [[package]]
- name = "gloo-timers"
- version = "0.2.3"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "4d12a7f4e95cfe710f1d624fb1210b7d961a5fb05c4fd942f4feab06e61f590e"
- dependencies = [
- "futures-channel",
- "futures-core",
- "js-sys",
- "wasm-bindgen",
- ]
-
- [[package]]
- name = "h2"
- version = "0.3.13"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "37a82c6d637fc9515a4694bbf1cb2457b79d81ce52b3108bdeea58b07dd34a57"
- dependencies = [
- "bytes",
- "fnv",
- "futures-core",
- "futures-sink",
- "futures-util",
- "http",
- "indexmap",
- "slab",
- "tokio",
- "tokio-util 0.7.1",
- "tracing",
- ]
-
- [[package]]
- name = "hashbrown"
- version = "0.11.2"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e"
-
- [[package]]
- name = "heck"
- version = "0.3.3"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
- dependencies = [
- "unicode-segmentation",
- ]
-
- [[package]]
- name = "heck"
- version = "0.4.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9"
-
- [[package]]
- name = "hermit-abi"
- version = "0.1.19"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
- dependencies = [
- "libc",
- ]
-
- [[package]]
- name = "hex"
- version = "0.4.3"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
-
- [[package]]
- name = "hmac"
- version = "0.11.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "2a2a2320eb7ec0ebe8da8f744d7812d9fc4cb4d09344ac01898dbcb6a20ae69b"
- dependencies = [
- "crypto-mac",
- "digest 0.9.0",
- ]
-
- [[package]]
- name = "home"
- version = "0.5.3"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "2456aef2e6b6a9784192ae780c0f15bc57df0e918585282325e8c8ac27737654"
- dependencies = [
- "winapi",
- ]
-
- [[package]]
- name = "http"
- version = "0.2.8"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "75f43d41e26995c17e71ee126451dd3941010b0514a81a9d11f3b341debc2399"
- dependencies = [
- "bytes",
- "fnv",
- "itoa",
- ]
-
- [[package]]
- name = "http-body"
- version = "0.4.5"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1"
- dependencies = [
- "bytes",
- "http",
- "pin-project-lite",
- ]
-
- [[package]]
- name = "httparse"
- version = "1.7.1"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "496ce29bb5a52785b44e0f7ca2847ae0bb839c9bd28f69acac9b99d461c0c04c"
-
- [[package]]
- name = "httpdate"
- version = "1.0.2"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421"
-
- [[package]]
- name = "humantime"
- version = "2.1.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
-
- [[package]]
- name = "hyper"
- version = "0.14.19"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "42dc3c131584288d375f2d07f822b0cb012d8c6fb899a5b9fdb3cb7eb9b6004f"
- dependencies = [
- "bytes",
- "futures-channel",
- "futures-core",
- "futures-util",
- "h2",
- "http",
- "http-body",
- "httparse",
- "httpdate",
- "itoa",
- "pin-project-lite",
- "socket2",
- "tokio",
- "tower-service",
- "tracing",
- "want",
- ]
-
- [[package]]
- name = "hyper-timeout"
- version = "0.4.1"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "bbb958482e8c7be4bc3cf272a766a2b0bf1a6755e7a6ae777f017a31d11b13b1"
- dependencies = [
- "hyper",
- "pin-project-lite",
- "tokio",
- "tokio-io-timeout",
- ]
-
- [[package]]
- name = "indenter"
- version = "0.3.3"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "ce23b50ad8242c51a442f3ff322d56b02f08852c77e4c0b4d3fd684abc89c683"
-
- [[package]]
- name = "indexmap"
- version = "1.8.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "282a6247722caba404c065016bbfa522806e51714c34f5dfc3e4a3a46fcb4223"
- dependencies = [
- "autocfg 1.1.0",
- "hashbrown",
- ]
-
- [[package]]
- name = "indoc"
- version = "1.0.4"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "e7906a9fababaeacb774f72410e497a1d18de916322e33797bb2cd29baa23c9e"
- dependencies = [
- "unindent",
- ]
-
- [[package]]
- name = "instant"
- version = "0.1.12"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
- dependencies = [
- "cfg-if",
- ]
-
- [[package]]
- name = "integer-encoding"
- version = "3.0.3"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "0e85a1509a128c855368e135cffcde7eac17d8e1083f41e2b98c58bc1a5074be"
-
- [[package]]
- name = "ipnetwork"
- version = "0.18.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "4088d739b183546b239688ddbc79891831df421773df95e236daf7867866d355"
- dependencies = [
- "serde",
- ]
-
- [[package]]
- name = "itertools"
- version = "0.10.3"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "a9a9d19fa1e79b6215ff29b9d6880b706147f16e9b1dbb1e4e5947b5b02bc5e3"
- dependencies = [
- "either",
- ]
-
- [[package]]
- name = "itoa"
- version = "1.0.1"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "1aab8fc367588b89dcee83ab0fd66b72b50b72fa1904d7095045ace2b0c81c35"
-
- [[package]]
- name = "js-sys"
- version = "0.3.56"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "a38fc24e30fd564ce974c02bf1d337caddff65be6cc4735a1f7eab22a7440f04"
- dependencies = [
- "wasm-bindgen",
- ]
-
- [[package]]
- name = "json5"
- version = "0.4.1"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "96b0db21af676c1ce64250b5f40f3ce2cf27e4e47cb91ed91eb6fe9350b430c1"
- dependencies = [
- "pest",
- "pest_derive",
- "serde",
- ]
-
- [[package]]
- name = "keccak"
- version = "0.1.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "67c21572b4949434e4fc1e1978b99c5f77064153c59d998bf13ecd96fb5ecba7"
-
- [[package]]
- name = "kv-log-macro"
- version = "1.0.7"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
- dependencies = [
- "log",
- ]
-
- [[package]]
- name = "lazy_static"
- version = "1.4.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
- dependencies = [
- "spin 0.5.2",
- ]
-
- [[package]]
- name = "libc"
- version = "0.2.121"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "efaa7b300f3b5fe8eb6bf21ce3895e1751d9665086af2d64b42f19701015ff4f"
-
- [[package]]
- name = "libloading"
- version = "0.7.3"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "efbc0f03f9a775e9f6aed295c6a1ba2253c5757a9e03d55c6caa46a681abcddd"
- dependencies = [
- "cfg-if",
- "winapi",
- ]
-
- [[package]]
- name = "libm"
- version = "0.2.2"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "33a33a362ce288760ec6a508b94caaec573ae7d3bbbd91b87aa0bad4456839db"
-
- [[package]]
- name = "link-cplusplus"
- version = "1.0.6"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "f8cae2cd7ba2f3f63938b9c724475dfb7b9861b545a90324476324ed21dbc8c8"
- dependencies = [
- "cc",
- ]
-
- [[package]]
- name = "linked-hash-map"
- version = "0.5.4"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "7fb9b38af92608140b86b693604b9ffcc5824240a484d1ecd4795bacb2fe88f3"
-
- [[package]]
- name = "lock_api"
- version = "0.4.6"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "88943dd7ef4a2e5a4bfa2753aaab3013e34ce2533d1996fb18ef591e315e2b3b"
- dependencies = [
- "scopeguard",
- ]
-
- [[package]]
- name = "log"
- version = "0.4.17"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
- dependencies = [
- "cfg-if",
- "value-bag",
- ]
-
- [[package]]
- name = "maplit"
- version = "1.0.2"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
-
- [[package]]
- name = "memchr"
- version = "2.4.1"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "308cc39be01b73d0d18f82a0e7b2a3df85245f84af96fdddc5d202d27e47b86a"
-
- [[package]]
- name = "memoffset"
- version = "0.6.5"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"
- dependencies = [
- "autocfg 1.1.0",
- ]
-
- [[package]]
- name = "mio"
- version = "0.8.2"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "52da4364ffb0e4fe33a9841a98a3f3014fb964045ce4f7a45a398243c8d6b0c9"
- dependencies = [
- "libc",
- "log",
- "miow",
- "ntapi",
- "wasi 0.11.0+wasi-snapshot-preview1",
- "winapi",
- ]
-
- [[package]]
- name = "miow"
- version = "0.3.7"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "b9f1c5b025cda876f66ef43a113f91ebc9f4ccef34843000e0adf6ebbab84e21"
- dependencies = [
- "winapi",
- ]
-
- [[package]]
- name = "multimap"
- version = "0.8.3"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
-
- [[package]]
- name = "nanorand"
- version = "0.7.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
- dependencies = [
- "getrandom",
- ]
-
- [[package]]
- name = "nix"
- version = "0.22.3"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "e4916f159ed8e5de0082076562152a76b7a1f64a01fd9d1e0fea002c37624faf"
- dependencies = [
- "bitflags",
- "cc",
- "cfg-if",
- "libc",
- "memoffset",
- ]
-
- [[package]]
- name = "nix"
- version = "0.23.1"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "9f866317acbd3a240710c63f065ffb1e4fd466259045ccb504130b7f668f35c6"
- dependencies = [
- "bitflags",
- "cc",
- "cfg-if",
- "libc",
- "memoffset",
- ]
-
- [[package]]
- name = "ntapi"
- version = "0.3.7"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "c28774a7fd2fbb4f0babd8237ce554b73af68021b5f695a3cebd6c59bac0980f"
- dependencies = [
- "winapi",
- ]
-
- [[package]]
- name = "num-bigint-dig"
- version = "0.7.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "4547ee5541c18742396ae2c895d0717d0f886d8823b8399cdaf7b07d63ad0480"
- dependencies = [
- "autocfg 0.1.8",
- "byteorder",
- "lazy_static",
- "libm",
- "num-integer",
- "num-iter",
- "num-traits",
- "rand",
- "smallvec",
- "zeroize",
- ]
-
- [[package]]
- name = "num-integer"
- version = "0.1.44"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "d2cc698a63b549a70bc047073d2949cce27cd1c7b0a4a862d08a8031bc2801db"
- dependencies = [
- "autocfg 1.1.0",
- "num-traits",
- ]
-
- [[package]]
- name = "num-iter"
- version = "0.1.43"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "7d03e6c028c5dc5cac6e2dec0efda81fc887605bb3d884578bb6d6bf7514e252"
- dependencies = [
- "autocfg 1.1.0",
- "num-integer",
- "num-traits",
- ]
-
- [[package]]
- name = "num-traits"
- version = "0.2.14"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290"
- dependencies = [
- "autocfg 1.1.0",
- "libm",
- ]
-
- [[package]]
- name = "num_cpus"
- version = "1.13.1"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1"
- dependencies = [
- "hermit-abi",
- "libc",
- ]
-
- [[package]]
- name = "num_threads"
- version = "0.1.5"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "aba1801fb138d8e85e11d0fc70baf4fe1cdfffda7c6cd34a854905df588e5ed0"
- dependencies = [
- "libc",
- ]
-
- [[package]]
- name = "once_cell"
- version = "1.13.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "18a6dbe30758c9f83eb00cbea4ac95966305f5a7772f3f42ebfc7fc7eddbd8e1"
-
- [[package]]
- name = "opaque-debug"
- version = "0.2.3"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c"
-
- [[package]]
- name = "opaque-debug"
- version = "0.3.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"
-
- [[package]]
- name = "openssl-probe"
- version = "0.1.5"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
-
- [[package]]
- name = "opentelemetry"
- version = "0.17.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "6105e89802af13fdf48c49d7646d3b533a70e536d818aae7e78ba0433d01acb8"
- dependencies = [
- "async-trait",
- "crossbeam-channel",
- "dashmap",
- "fnv",
- "futures-channel",
- "futures-executor",
- "futures-util",
- "js-sys",
- "lazy_static",
- "percent-encoding",
- "pin-project",
- "rand",
- "thiserror",
- "tokio",
- "tokio-stream",
- ]
-
- [[package]]
- name = "opentelemetry-jaeger"
- version = "0.16.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "f8c0b12cd9e3f9b35b52f6e0dac66866c519b26f424f4bbf96e3fe8bfbdc5229"
- dependencies = [
- "async-trait",
- "lazy_static",
- "opentelemetry",
- "opentelemetry-semantic-conventions",
- "thiserror",
- "thrift",
- "tokio",
- ]
-
- [[package]]
- name = "opentelemetry-otlp"
- version = "0.10.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "9d1a6ca9de4c8b00aa7f1a153bd76cb263287155cec642680d79d98706f3d28a"
- dependencies = [
- "async-trait",
- "futures",
- "futures-util",
- "http",
- "opentelemetry",
- "prost",
- "thiserror",
- "tokio",
- "tonic",
- "tonic-build",
- ]
-
- [[package]]
- name = "opentelemetry-semantic-conventions"
- version = "0.9.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "985cc35d832d412224b2cffe2f9194b1b89b6aa5d0bef76d080dce09d90e62bd"
- dependencies = [
- "opentelemetry",
- ]
-
- [[package]]
- name = "opentelemetry-system-metrics"
- version = "0.1.1"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "a848fb2d43cc8e5adabdedc6b37a88b45653d3a23b000a3d047e6953d5af42ea"
- dependencies = [
- "indexmap",
- "opentelemetry",
- "sysinfo",
- ]
-
- [[package]]
- name = "ordered-float"
- version = "1.1.1"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "3305af35278dd29f46fcdd139e0b1fbfae2153f0e5928b39b035542dd31e37b7"
- dependencies = [
- "num-traits",
- ]
-
- [[package]]
- name = "ordered-float"
- version = "2.10.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "7940cf2ca942593318d07fcf2596cdca60a85c9e7fab408a5e21a4f9dcd40d87"
- dependencies = [
- "num-traits",
- ]
-
- [[package]]
- name = "os_str_bytes"
- version = "6.0.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "8e22443d1643a904602595ba1cd8f7d896afe56d26712531c5ff73a15b2fbf64"
-
- [[package]]
- name = "parking"
- version = "2.0.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "427c3892f9e783d91cc128285287e70a59e206ca452770ece88a76f7a3eddd72"
-
- [[package]]
- name = "parking_lot"
- version = "0.12.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "87f5ec2493a61ac0506c0f4199f99070cbe83857b0337006a30f3e6719b8ef58"
- dependencies = [
- "lock_api",
- "parking_lot_core",
- ]
-
- [[package]]
- name = "parking_lot_core"
- version = "0.9.1"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "28141e0cc4143da2443301914478dc976a61ffdb3f043058310c70df2fed8954"
- dependencies = [
- "cfg-if",
- "libc",
- "redox_syscall",
- "smallvec",
- "windows-sys",
- ]
-
- [[package]]
- name = "paste"
- version = "1.0.7"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "0c520e05135d6e763148b6426a837e239041653ba7becd2e538c076c738025fc"
-
- [[package]]
- name = "pem-rfc7468"
- version = "0.2.4"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "84e93a3b1cc0510b03020f33f21e62acdde3dcaef432edc95bea377fbd4c2cd4"
- dependencies = [
- "base64ct",
- ]
-
- [[package]]
- name = "percent-encoding"
- version = "2.1.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
-
- [[package]]
- name = "pest"
- version = "2.1.3"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "10f4872ae94d7b90ae48754df22fd42ad52ce740b8f370b03da4835417403e53"
- dependencies = [
- "ucd-trie",
- ]
-
- [[package]]
- name = "pest_derive"
- version = "2.1.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "833d1ae558dc601e9a60366421196a8d94bc0ac980476d0b67e1d0988d72b2d0"
- dependencies = [
- "pest",
- "pest_generator",
- ]
-
- [[package]]
- name = "pest_generator"
- version = "2.1.3"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "99b8db626e31e5b81787b9783425769681b347011cc59471e33ea46d2ea0cf55"
- dependencies = [
- "pest",
- "pest_meta",
- "proc-macro2",
- "quote",
- "syn",
- ]
-
- [[package]]
- name = "pest_meta"
- version = "2.1.3"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "54be6e404f5317079812fc8f9f5279de376d8856929e21c184ecf6bbd692a11d"
- dependencies = [
- "maplit",
- "pest",
- "sha-1",
- ]
-
- [[package]]
- name = "petgraph"
- version = "0.6.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "4a13a2fa9d0b63e5f22328828741e523766fff0ee9e779316902290dff3f824f"
- dependencies = [
- "fixedbitset",
- "indexmap",
- ]
-
- [[package]]
- name = "pin-project"
- version = "1.0.10"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "58ad3879ad3baf4e44784bc6a718a8698867bb991f8ce24d1bcbe2cfb4c3a75e"
- dependencies = [
- "pin-project-internal",
- ]
-
- [[package]]
- name = "pin-project-internal"
- version = "1.0.10"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "744b6f092ba29c3650faf274db506afd39944f48420f6c86b17cfe0ee1cb36bb"
- dependencies = [
- "proc-macro2",
- "quote",
- "syn",
- ]
-
- [[package]]
- name = "pin-project-lite"
- version = "0.2.8"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "e280fbe77cc62c91527259e9442153f4688736748d24660126286329742b4c6c"
-
- [[package]]
- name = "pin-utils"
- version = "0.1.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
-
- [[package]]
- name = "pkcs1"
- version = "0.2.4"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "116bee8279d783c0cf370efa1a94632f2108e5ef0bb32df31f051647810a4e2c"
- dependencies = [
- "der",
- "pem-rfc7468",
- "zeroize",
- ]
-
- [[package]]
- name = "pkcs8"
- version = "0.7.6"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "ee3ef9b64d26bad0536099c816c6734379e45bbd5f14798def6809e5cc350447"
- dependencies = [
- "der",
- "pem-rfc7468",
- "pkcs1",
- "spki",
- "zeroize",
- ]
-
- [[package]]
- name = "pnet"
- version = "0.28.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "4b6d2a0409666964722368ef5fb74b9f93fac11c18bef3308693c16c6733f103"
- dependencies = [
- "ipnetwork",
- "pnet_base",
- "pnet_datalink",
- "pnet_packet",
- "pnet_sys",
- "pnet_transport",
- ]
-
- [[package]]
- name = "pnet_base"
- version = "0.28.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "25488cd551a753dcaaa6fffc9f69a7610a412dd8954425bf7ffad5f7d1156fb8"
-
- [[package]]
- name = "pnet_datalink"
- version = "0.28.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "d4d1f8ab1ef6c914cf51dc5dfe0be64088ea5f3b08bbf5a31abc70356d271198"
- dependencies = [
- "ipnetwork",
- "libc",
- "pnet_base",
- "pnet_sys",
- "winapi",
- ]
-
- [[package]]
- name = "pnet_macros"
- version = "0.28.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "30490e0852e58402b8fae0d39897b08a24f493023a4d6cf56b2e30f31ed57548"
- dependencies = [
- "proc-macro2",
- "quote",
- "regex",
- "syn",
- ]
-
- [[package]]
- name = "pnet_macros_support"
- version = "0.28.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "d4714e10f30cab023005adce048f2d30dd4ac4f093662abf2220855655ef8f90"
- dependencies = [
- "pnet_base",
- ]
-
- [[package]]
- name = "pnet_packet"
- version = "0.28.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "8588067671d03c9f4254b2e66fecb4d8b93b5d3e703195b84f311cd137e32130"
- dependencies = [
- "glob",
- "pnet_base",
- "pnet_macros",
- "pnet_macros_support",
- ]
-
- [[package]]
- name = "pnet_sys"
- version = "0.28.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "d9a3f32b0df45515befd19eed04616f6b56a488da92afc61164ef455e955f07f"
- dependencies = [
- "libc",
- "winapi",
- ]
-
- [[package]]
- name = "pnet_transport"
- version = "0.28.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "932b2916d693bcc5fa18443dc99142e0a6fd31a6ce75a511868f7174c17e2bce"
- dependencies = [
- "libc",
- "pnet_base",
- "pnet_packet",
- "pnet_sys",
- ]
-
- [[package]]
- name = "polling"
- version = "2.2.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "685404d509889fade3e86fe3a5803bca2ec09b0c0778d5ada6ec8bf7a8de5259"
- dependencies = [
- "cfg-if",
- "libc",
- "log",
- "wepoll-ffi",
- "winapi",
- ]
-
- [[package]]
- name = "ppv-lite86"
- version = "0.2.16"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872"
-
- [[package]]
- name = "proc-macro-error"
- version = "1.0.4"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
- dependencies = [
- "proc-macro-error-attr",
- "proc-macro2",
- "quote",
- "syn",
- "version_check",
- ]
-
- [[package]]
- name = "proc-macro-error-attr"
- version = "1.0.4"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
- dependencies = [
- "proc-macro2",
- "quote",
- "version_check",
- ]
-
- [[package]]
- name = "proc-macro-hack"
- version = "0.5.19"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5"
-
- [[package]]
- name = "proc-macro2"
- version = "1.0.43"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "0a2ca2c61bc9f3d74d2886294ab7b9853abd9c1ad903a3ac7815c58989bb7bab"
- dependencies = [
- "unicode-ident",
- ]
-
- [[package]]
- name = "prost"
- version = "0.9.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
- dependencies = [
- "bytes",
- "prost-derive",
- ]
-
- [[package]]
- name = "prost-build"
- version = "0.9.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
- dependencies = [
- "bytes",
- "heck 0.3.3",
- "itertools",
- "lazy_static",
- "log",
- "multimap",
- "petgraph",
- "prost",
- "prost-types",
- "regex",
- "tempfile",
- "which",
- ]
-
- [[package]]
- name = "prost-derive"
- version = "0.9.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
- dependencies = [
- "anyhow",
- "itertools",
- "proc-macro2",
- "quote",
- "syn",
- ]
-
- [[package]]
- name = "prost-types"
- version = "0.9.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
- dependencies = [
- "bytes",
- "prost",
- ]
-
- [[package]]
- name = "pyo3"
- version = "0.16.5"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "1e6302e85060011447471887705bb7838f14aba43fcb06957d823739a496b3dc"
- dependencies = [
- "cfg-if",
- "eyre",
- "indoc",
- "libc",
- "parking_lot",
- "pyo3-build-config",
- "pyo3-ffi",
- "pyo3-macros",
- "unindent",
- ]
-
- [[package]]
- name = "pyo3-build-config"
- version = "0.16.5"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "b5b65b546c35d8a3b1b2f0ddbac7c6a569d759f357f2b9df884f5d6b719152c8"
- dependencies = [
- "once_cell",
- "target-lexicon",
- ]
-
- [[package]]
- name = "pyo3-ffi"
- version = "0.16.5"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "c275a07127c1aca33031a563e384ffdd485aee34ef131116fcd58e3430d1742b"
- dependencies = [
- "libc",
- "pyo3-build-config",
- ]
-
- [[package]]
- name = "pyo3-macros"
- version = "0.16.5"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "284fc4485bfbcc9850a6d661d627783f18d19c2ab55880b021671c4ba83e90f7"
- dependencies = [
- "proc-macro2",
- "pyo3-macros-backend",
- "quote",
- "syn",
- ]
-
- [[package]]
- name = "pyo3-macros-backend"
- version = "0.16.5"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "53bda0f58f73f5c5429693c96ed57f7abdb38fdfc28ae06da4101a257adb7faf"
- dependencies = [
- "proc-macro2",
- "quote",
- "syn",
- ]
-
- [[package]]
- name = "quinn"
- version = "0.8.3"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "d7542006acd6e057ff632307d219954c44048f818898da03113d6c0086bfddd9"
- dependencies = [
- "bytes",
- "futures-channel",
- "futures-util",
- "fxhash",
- "quinn-proto",
- "quinn-udp",
- "rustls 0.20.6",
- "thiserror",
- "tokio",
- "tracing",
- "webpki 0.22.0",
- ]
-
- [[package]]
- name = "quinn-proto"
- version = "0.8.3"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "3a13a5c0a674c1ce7150c9df7bc4a1e46c2fbbe7c710f56c0dc78b1a810e779e"
- dependencies = [
- "bytes",
- "fxhash",
- "rand",
- "ring",
- "rustls 0.20.6",
- "rustls-native-certs",
- "rustls-pemfile 0.2.1",
- "slab",
- "thiserror",
- "tinyvec",
- "tracing",
- "webpki 0.22.0",
- ]
-
- [[package]]
- name = "quinn-udp"
- version = "0.1.2"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "b3149f7237331015f1a6adf065c397d1be71e032fcf110ba41da52e7926b882f"
- dependencies = [
- "futures-util",
- "libc",
- "quinn-proto",
- "socket2",
- "tokio",
- "tracing",
- ]
-
- [[package]]
- name = "quote"
- version = "1.0.17"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "632d02bff7f874a36f33ea8bb416cd484b90cc66c1194b1a1110d067a7013f58"
- dependencies = [
- "proc-macro2",
- ]
-
- [[package]]
- name = "rand"
- version = "0.8.5"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
- dependencies = [
- "libc",
- "rand_chacha",
- "rand_core",
- ]
-
- [[package]]
- name = "rand_chacha"
- version = "0.3.1"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
- dependencies = [
- "ppv-lite86",
- "rand_core",
- ]
-
- [[package]]
- name = "rand_core"
- version = "0.6.3"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7"
- dependencies = [
- "getrandom",
- ]
-
- [[package]]
- name = "rayon"
- version = "1.5.1"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "c06aca804d41dbc8ba42dfd964f0d01334eceb64314b9ecf7c5fad5188a06d90"
- dependencies = [
- "autocfg 1.1.0",
- "crossbeam-deque",
- "either",
- "rayon-core",
- ]
-
- [[package]]
- name = "rayon-core"
- version = "1.9.1"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "d78120e2c850279833f1dd3582f730c4ab53ed95aeaaaa862a2a5c71b1656d8e"
- dependencies = [
- "crossbeam-channel",
- "crossbeam-deque",
- "crossbeam-utils",
- "lazy_static",
- "num_cpus",
- ]
-
- [[package]]
- name = "redox_syscall"
- version = "0.2.12"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "8ae183fc1b06c149f0c1793e1eb447c8b04bfe46d48e9e48bfb8d2d7ed64ecf0"
- dependencies = [
- "bitflags",
- ]
-
- [[package]]
- name = "redox_users"
- version = "0.4.2"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "7776223e2696f1aa4c6b0170e83212f47296a00424305117d013dfe86fb0fe55"
- dependencies = [
- "getrandom",
- "redox_syscall",
- "thiserror",
- ]
-
- [[package]]
- name = "regex"
- version = "1.5.5"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "1a11647b6b25ff05a515cb92c365cec08801e83423a235b51e231e1808747286"
- dependencies = [
- "aho-corasick",
- "memchr",
- "regex-syntax",
- ]
-
- [[package]]
- name = "regex-syntax"
- version = "0.6.25"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b"
-
- [[package]]
- name = "remove_dir_all"
- version = "0.5.3"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
- dependencies = [
- "winapi",
- ]
-
- [[package]]
- name = "ring"
- version = "0.16.20"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"
- dependencies = [
- "cc",
- "libc",
- "once_cell",
- "spin 0.5.2",
- "untrusted",
- "web-sys",
- "winapi",
- ]
-
- [[package]]
- name = "rsa"
- version = "0.5.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "e05c2603e2823634ab331437001b411b9ed11660fbc4066f3908c84a9439260d"
- dependencies = [
- "byteorder",
- "digest 0.9.0",
- "lazy_static",
- "num-bigint-dig",
- "num-integer",
- "num-iter",
- "num-traits",
- "pkcs1",
- "pkcs8",
- "rand",
- "subtle",
- "zeroize",
- ]
-
- [[package]]
- name = "rust-dataflow-example-node"
- version = "0.1.0"
- dependencies = [
- "dora-node-api",
- "eyre",
- "futures",
- "rand",
- "tokio",
- ]
-
- [[package]]
- name = "rust-dataflow-example-operator"
- version = "0.1.0"
- dependencies = [
- "dora-operator-api",
- ]
-
- [[package]]
- name = "rust-dataflow-example-sink"
- version = "0.1.0"
- dependencies = [
- "dora-node-api",
- "eyre",
- "futures",
- "tokio",
- ]
-
- [[package]]
- name = "rustc_version"
- version = "0.4.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
- dependencies = [
- "semver",
- ]
-
- [[package]]
- name = "rustls"
- version = "0.19.1"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "35edb675feee39aec9c99fa5ff985081995a06d594114ae14cbe797ad7b7a6d7"
- dependencies = [
- "base64",
- "log",
- "ring",
- "sct 0.6.1",
- "webpki 0.21.4",
- ]
-
- [[package]]
- name = "rustls"
- version = "0.20.6"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "5aab8ee6c7097ed6057f43c187a62418d0c05a4bd5f18b3571db50ee0f9ce033"
- dependencies = [
- "log",
- "ring",
- "sct 0.7.0",
- "webpki 0.22.0",
- ]
-
- [[package]]
- name = "rustls-native-certs"
- version = "0.6.2"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "0167bac7a9f490495f3c33013e7722b53cb087ecbe082fb0c6387c96f634ea50"
- dependencies = [
- "openssl-probe",
- "rustls-pemfile 1.0.0",
- "schannel",
- "security-framework",
- ]
-
- [[package]]
- name = "rustls-pemfile"
- version = "0.2.1"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "5eebeaeb360c87bfb72e84abdb3447159c0eaececf1bef2aecd65a8be949d1c9"
- dependencies = [
- "base64",
- ]
-
- [[package]]
- name = "rustls-pemfile"
- version = "0.3.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "1ee86d63972a7c661d1536fefe8c3c8407321c3df668891286de28abcd087360"
- dependencies = [
- "base64",
- ]
-
- [[package]]
- name = "rustls-pemfile"
- version = "1.0.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "e7522c9de787ff061458fe9a829dc790a3f5b22dc571694fc5883f448b94d9a9"
- dependencies = [
- "base64",
- ]
-
- [[package]]
- name = "ryu"
- version = "1.0.9"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "73b4b750c782965c211b42f022f59af1fbceabdd026623714f104152f1ec149f"
-
- [[package]]
- name = "schannel"
- version = "0.1.19"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "8f05ba609c234e60bee0d547fe94a4c7e9da733d1c962cf6e59efa4cd9c8bc75"
- dependencies = [
- "lazy_static",
- "winapi",
- ]
-
- [[package]]
- name = "scopeguard"
- version = "1.1.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
-
- [[package]]
- name = "scratch"
- version = "1.0.2"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "9c8132065adcfd6e02db789d9285a0deb2f3fcb04002865ab67d5fb103533898"
-
- [[package]]
- name = "sct"
- version = "0.6.1"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "b362b83898e0e69f38515b82ee15aa80636befe47c3b6d3d89a911e78fc228ce"
- dependencies = [
- "ring",
- "untrusted",
- ]
-
- [[package]]
- name = "sct"
- version = "0.7.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4"
- dependencies = [
- "ring",
- "untrusted",
- ]
-
- [[package]]
- name = "security-framework"
- version = "2.6.1"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "2dc14f172faf8a0194a3aded622712b0de276821addc574fa54fc0a1167e10dc"
- dependencies = [
- "bitflags",
- "core-foundation",
- "core-foundation-sys",
- "libc",
- "security-framework-sys",
- ]
-
- [[package]]
- name = "security-framework-sys"
- version = "2.6.1"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "0160a13a177a45bfb43ce71c01580998474f556ad854dcbca936dd2841a5c556"
- dependencies = [
- "core-foundation-sys",
- "libc",
- ]
-
- [[package]]
- name = "semver"
- version = "1.0.7"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "d65bd28f48be7196d222d95b9243287f48d27aca604e08497513019ff0502cc4"
-
- [[package]]
- name = "serde"
- version = "1.0.136"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "ce31e24b01e1e524df96f1c2fdd054405f8d7376249a5110886fb4b658484789"
- dependencies = [
- "serde_derive",
- ]
-
- [[package]]
- name = "serde_derive"
- version = "1.0.136"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "08597e7152fcd306f41838ed3e37be9eaeed2b61c42e2117266a554fab4662f9"
- dependencies = [
- "proc-macro2",
- "quote",
- "syn",
- ]
-
- [[package]]
- name = "serde_json"
- version = "1.0.79"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "8e8d9fa5c3b304765ce1fd9c4c8a3de2c8db365a5b91be52f186efc675681d95"
- dependencies = [
- "itoa",
- "ryu",
- "serde",
- ]
-
- [[package]]
- name = "serde_yaml"
- version = "0.8.23"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "a4a521f2940385c165a24ee286aa8599633d162077a54bdcae2a6fd5a7bfa7a0"
- dependencies = [
- "indexmap",
- "ryu",
- "serde",
- "yaml-rust",
- ]
-
- [[package]]
- name = "sha-1"
- version = "0.8.2"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "f7d94d0bede923b3cea61f3f1ff57ff8cdfd77b400fb8f9998949e0cf04163df"
- dependencies = [
- "block-buffer 0.7.3",
- "digest 0.8.1",
- "fake-simd",
- "opaque-debug 0.2.3",
- ]
-
- [[package]]
- name = "sha3"
- version = "0.9.1"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "f81199417d4e5de3f04b1e871023acea7389672c4135918f05aa9cbf2f2fa809"
- dependencies = [
- "block-buffer 0.9.0",
- "digest 0.9.0",
- "keccak",
- "opaque-debug 0.3.0",
- ]
-
- [[package]]
- name = "shared_memory"
- version = "0.12.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "681a9e90340f748af3a1cc52eb2c040eee29f976b763e99ad90fc0c5df6f9791"
- dependencies = [
- "cfg-if",
- "libc",
- "nix 0.22.3",
- "rand",
- "winapi",
- ]
-
- [[package]]
- name = "shellexpand"
- version = "2.1.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "83bdb7831b2d85ddf4a7b148aa19d0587eddbe8671a436b7bd1182eaad0f2829"
- dependencies = [
- "dirs-next",
- ]
-
- [[package]]
- name = "signal-hook"
- version = "0.3.13"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "647c97df271007dcea485bb74ffdb57f2e683f1306c854f468a0c244badabf2d"
- dependencies = [
- "libc",
- "signal-hook-registry",
- ]
-
- [[package]]
- name = "signal-hook-registry"
- version = "1.4.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0"
- dependencies = [
- "libc",
- ]
-
- [[package]]
- name = "slab"
- version = "0.4.5"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "9def91fd1e018fe007022791f865d0ccc9b3a0d5001e01aabb8b40e46000afb5"
-
- [[package]]
- name = "smallvec"
- version = "1.8.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "f2dd574626839106c320a323308629dcb1acfc96e32a8cba364ddc61ac23ee83"
-
- [[package]]
- name = "socket2"
- version = "0.4.4"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "66d72b759436ae32898a2af0a14218dbf55efde3feeb170eb623637db85ee1e0"
- dependencies = [
- "libc",
- "winapi",
- ]
-
- [[package]]
- name = "spin"
- version = "0.5.2"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
-
- [[package]]
- name = "spin"
- version = "0.9.2"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "511254be0c5bcf062b019a6c89c01a664aa359ded62f78aa72c6fc137c0590e5"
- dependencies = [
- "lock_api",
- ]
-
- [[package]]
- name = "spki"
- version = "0.4.1"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "5c01a0c15da1b0b0e1494112e7af814a678fec9bd157881b49beac661e9b6f32"
- dependencies = [
- "der",
- ]
-
- [[package]]
- name = "stop-token"
- version = "0.7.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "af91f480ee899ab2d9f8435bfdfc14d08a5754bd9d3fef1f1a1c23336aad6c8b"
- dependencies = [
- "async-channel",
- "cfg-if",
- "futures-core",
- "pin-project-lite",
- ]
-
- [[package]]
- name = "strsim"
- version = "0.8.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
-
- [[package]]
- name = "strsim"
- version = "0.10.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
-
- [[package]]
- name = "subtle"
- version = "2.4.1"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"
-
- [[package]]
- name = "syn"
- version = "1.0.99"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "58dbef6ec655055e20b86b15a8cc6d439cca19b667537ac6a1369572d151ab13"
- dependencies = [
- "proc-macro2",
- "quote",
- "unicode-ident",
- ]
-
- [[package]]
- name = "synstructure"
- version = "0.12.6"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f"
- dependencies = [
- "proc-macro2",
- "quote",
- "syn",
- "unicode-xid",
- ]
-
- [[package]]
- name = "sysinfo"
- version = "0.24.5"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "7d80929a3b477bce3a64360ca82bfb361eacce1dcb7b1fb31e8e5e181e37c212"
- dependencies = [
- "cfg-if",
- "core-foundation-sys",
- "libc",
- "ntapi",
- "once_cell",
- "rayon",
- "winapi",
- ]
-
- [[package]]
- name = "target-lexicon"
- version = "0.12.4"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "c02424087780c9b71cc96799eaeddff35af2bc513278cda5c99fc1f5d026d3c1"
-
- [[package]]
- name = "tempfile"
- version = "3.3.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4"
- dependencies = [
- "cfg-if",
- "fastrand",
- "libc",
- "redox_syscall",
- "remove_dir_all",
- "winapi",
- ]
-
- [[package]]
- name = "termcolor"
- version = "1.1.3"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755"
- dependencies = [
- "winapi-util",
- ]
-
- [[package]]
- name = "textwrap"
- version = "0.11.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
- dependencies = [
- "unicode-width",
- ]
-
- [[package]]
- name = "textwrap"
- version = "0.15.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "b1141d4d61095b28419e22cb0bbf02755f5e54e0526f97f1e3d1d160e60885fb"
-
- [[package]]
- name = "thiserror"
- version = "1.0.30"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "854babe52e4df1653706b98fcfc05843010039b406875930a70e4d9644e5c417"
- dependencies = [
- "thiserror-impl",
- ]
-
- [[package]]
- name = "thiserror-impl"
- version = "1.0.30"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "aa32fd3f627f367fe16f893e2597ae3c05020f8bba2666a4e6ea73d377e5714b"
- dependencies = [
- "proc-macro2",
- "quote",
- "syn",
- ]
-
- [[package]]
- name = "threadpool"
- version = "1.8.1"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa"
- dependencies = [
- "num_cpus",
- ]
-
- [[package]]
- name = "thrift"
- version = "0.15.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "b82ca8f46f95b3ce96081fe3dd89160fdea970c254bb72925255d1b62aae692e"
- dependencies = [
- "byteorder",
- "integer-encoding",
- "log",
- "ordered-float 1.1.1",
- "threadpool",
- ]
-
- [[package]]
- name = "time"
- version = "0.3.9"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "c2702e08a7a860f005826c6815dcac101b19b5eb330c27fe4a5928fec1d20ddd"
- dependencies = [
- "libc",
- "num_threads",
- ]
-
- [[package]]
- name = "tinyvec"
- version = "1.5.1"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "2c1c1d5a42b6245520c249549ec267180beaffcc0615401ac8e31853d4b6d8d2"
- dependencies = [
- "tinyvec_macros",
- ]
-
- [[package]]
- name = "tinyvec_macros"
- version = "0.1.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
-
- [[package]]
- name = "tokio"
- version = "1.20.1"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "7a8325f63a7d4774dd041e363b2409ed1c5cbbd0f867795e661df066b2b0a581"
- dependencies = [
- "autocfg 1.1.0",
- "bytes",
- "libc",
- "memchr",
- "mio",
- "num_cpus",
- "once_cell",
- "parking_lot",
- "pin-project-lite",
- "signal-hook-registry",
- "socket2",
- "tokio-macros",
- "winapi",
- ]
-
- [[package]]
- name = "tokio-io-timeout"
- version = "1.2.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "30b74022ada614a1b4834de765f9bb43877f910cc8ce4be40e89042c9223a8bf"
- dependencies = [
- "pin-project-lite",
- "tokio",
- ]
-
- [[package]]
- name = "tokio-macros"
- version = "1.7.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "b557f72f448c511a979e2564e55d74e6c4432fc96ff4f6241bc6bded342643b7"
- dependencies = [
- "proc-macro2",
- "quote",
- "syn",
- ]
-
- [[package]]
- name = "tokio-stream"
- version = "0.1.8"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "50145484efff8818b5ccd256697f36863f587da82cf8b409c53adf1e840798e3"
- dependencies = [
- "futures-core",
- "pin-project-lite",
- "tokio",
- ]
-
- [[package]]
- name = "tokio-util"
- version = "0.6.10"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "36943ee01a6d67977dd3f84a5a1d2efeb4ada3a1ae771cadfaa535d9d9fc6507"
- dependencies = [
- "bytes",
- "futures-core",
- "futures-sink",
- "log",
- "pin-project-lite",
- "tokio",
- ]
-
- [[package]]
- name = "tokio-util"
- version = "0.7.1"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "0edfdeb067411dba2044da6d1cb2df793dd35add7888d73c16e3381ded401764"
- dependencies = [
- "bytes",
- "futures-core",
- "futures-sink",
- "pin-project-lite",
- "tokio",
- "tracing",
- ]
-
- [[package]]
- name = "tonic"
- version = "0.6.2"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "ff08f4649d10a70ffa3522ca559031285d8e421d727ac85c60825761818f5d0a"
- dependencies = [
- "async-stream",
- "async-trait",
- "base64",
- "bytes",
- "futures-core",
- "futures-util",
- "h2",
- "http",
- "http-body",
- "hyper",
- "hyper-timeout",
- "percent-encoding",
- "pin-project",
- "prost",
- "prost-derive",
- "tokio",
- "tokio-stream",
- "tokio-util 0.6.10",
- "tower",
- "tower-layer",
- "tower-service",
- "tracing",
- "tracing-futures",
- ]
-
- [[package]]
- name = "tonic-build"
- version = "0.6.2"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "9403f1bafde247186684b230dc6f38b5cd514584e8bec1dd32514be4745fa757"
- dependencies = [
- "proc-macro2",
- "prost-build",
- "quote",
- "syn",
- ]
-
- [[package]]
- name = "tower"
- version = "0.4.12"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "9a89fd63ad6adf737582df5db40d286574513c69a11dac5214dc3b5603d6713e"
- dependencies = [
- "futures-core",
- "futures-util",
- "indexmap",
- "pin-project",
- "pin-project-lite",
- "rand",
- "slab",
- "tokio",
- "tokio-util 0.7.1",
- "tower-layer",
- "tower-service",
- "tracing",
- ]
-
- [[package]]
- name = "tower-layer"
- version = "0.3.1"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "343bc9466d3fe6b0f960ef45960509f84480bf4fd96f92901afe7ff3df9d3a62"
-
- [[package]]
- name = "tower-service"
- version = "0.3.1"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "360dfd1d6d30e05fda32ace2c8c70e9c0a9da713275777f5a4dbb8a1893930c6"
-
- [[package]]
- name = "tracing"
- version = "0.1.33"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "80b9fa4360528139bc96100c160b7ae879f5567f49f1782b0b02035b0358ebf3"
- dependencies = [
- "cfg-if",
- "log",
- "pin-project-lite",
- "tracing-attributes",
- "tracing-core",
- ]
-
- [[package]]
- name = "tracing-attributes"
- version = "0.1.20"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "2e65ce065b4b5c53e73bb28912318cb8c9e9ad3921f1d669eb0e68b4c8143a2b"
- dependencies = [
- "proc-macro2",
- "quote",
- "syn",
- ]
-
- [[package]]
- name = "tracing-core"
- version = "0.1.23"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "aa31669fa42c09c34d94d8165dd2012e8ff3c66aca50f3bb226b68f216f2706c"
- dependencies = [
- "lazy_static",
- ]
-
- [[package]]
- name = "tracing-futures"
- version = "0.2.5"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2"
- dependencies = [
- "pin-project",
- "tracing",
- ]
-
- [[package]]
- name = "try-lock"
- version = "0.2.3"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642"
-
- [[package]]
- name = "typenum"
- version = "1.15.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987"
-
- [[package]]
- name = "ucd-trie"
- version = "0.1.3"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "56dee185309b50d1f11bfedef0fe6d036842e3fb77413abef29f8f8d1c5d4c1c"
-
- [[package]]
- name = "uhlc"
- version = "0.4.1"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "9d74cc14aac0f650dae365e42250073bc0f89602bad5751d6159642be37690d6"
- dependencies = [
- "hex",
- "humantime",
- "lazy_static",
- "log",
- "serde",
- "uuid",
- ]
-
- [[package]]
- name = "unicode-ident"
- version = "1.0.3"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "c4f5b37a154999a8f3f98cc23a628d850e154479cd94decf3414696e12e31aaf"
-
- [[package]]
- name = "unicode-segmentation"
- version = "1.9.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "7e8820f5d777f6224dc4be3632222971ac30164d4a258d595640799554ebfd99"
-
- [[package]]
- name = "unicode-width"
- version = "0.1.9"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "3ed742d4ea2bd1176e236172c8429aaf54486e7ac098db29ffe6529e0ce50973"
-
- [[package]]
- name = "unicode-xid"
- version = "0.2.2"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3"
-
- [[package]]
- name = "unindent"
- version = "0.1.8"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "514672a55d7380da379785a4d70ca8386c8883ff7eaae877be4d2081cebe73d8"
-
- [[package]]
- name = "untrusted"
- version = "0.7.1"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
-
- [[package]]
- name = "unzip-n"
- version = "0.1.2"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "c2e7e85a0596447f0f2ac090e16bc4c516c6fe91771fb0c0ccf7fa3dae896b9c"
- dependencies = [
- "proc-macro2",
- "quote",
- "syn",
- ]
-
- [[package]]
- name = "uuid"
- version = "0.8.2"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "bc5cf98d8186244414c848017f0e2676b3fcb46807f6668a97dfe67359a3c4b7"
- dependencies = [
- "getrandom",
- ]
-
- [[package]]
- name = "validated_struct"
- version = "2.1.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "feef04c049b4beae3037a2a31b8da40d8cebec0b97456f24c7de0ede4ed9efed"
- dependencies = [
- "json5",
- "serde",
- "serde_json",
- "validated_struct_macros",
- ]
-
- [[package]]
- name = "validated_struct_macros"
- version = "2.1.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "9d4444a980afa9ef0d29c2a3f4d952ec0495a7a996a9c78b52698b71bc21edb4"
- dependencies = [
- "proc-macro2",
- "quote",
- "syn",
- "unzip-n",
- ]
-
- [[package]]
- name = "value-bag"
- version = "1.0.0-alpha.9"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "2209b78d1249f7e6f3293657c9779fe31ced465df091bbd433a1cf88e916ec55"
- dependencies = [
- "ctor",
- "version_check",
- ]
-
- [[package]]
- name = "vec_map"
- version = "0.8.2"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
-
- [[package]]
- name = "version_check"
- version = "0.9.4"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
-
- [[package]]
- name = "waker-fn"
- version = "1.1.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca"
-
- [[package]]
- name = "want"
- version = "0.3.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"
- dependencies = [
- "log",
- "try-lock",
- ]
-
- [[package]]
- name = "wasi"
- version = "0.10.2+wasi-snapshot-preview1"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6"
-
- [[package]]
- name = "wasi"
- version = "0.11.0+wasi-snapshot-preview1"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
-
- [[package]]
- name = "wasm-bindgen"
- version = "0.2.79"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "25f1af7423d8588a3d840681122e72e6a24ddbcb3f0ec385cac0d12d24256c06"
- dependencies = [
- "cfg-if",
- "wasm-bindgen-macro",
- ]
-
- [[package]]
- name = "wasm-bindgen-backend"
- version = "0.2.79"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "8b21c0df030f5a177f3cba22e9bc4322695ec43e7257d865302900290bcdedca"
- dependencies = [
- "bumpalo",
- "lazy_static",
- "log",
- "proc-macro2",
- "quote",
- "syn",
- "wasm-bindgen-shared",
- ]
-
- [[package]]
- name = "wasm-bindgen-futures"
- version = "0.4.29"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "2eb6ec270a31b1d3c7e266b999739109abce8b6c87e4b31fcfcd788b65267395"
- dependencies = [
- "cfg-if",
- "js-sys",
- "wasm-bindgen",
- "web-sys",
- ]
-
- [[package]]
- name = "wasm-bindgen-macro"
- version = "0.2.79"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "2f4203d69e40a52ee523b2529a773d5ffc1dc0071801c87b3d270b471b80ed01"
- dependencies = [
- "quote",
- "wasm-bindgen-macro-support",
- ]
-
- [[package]]
- name = "wasm-bindgen-macro-support"
- version = "0.2.79"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "bfa8a30d46208db204854cadbb5d4baf5fcf8071ba5bf48190c3e59937962ebc"
- dependencies = [
- "proc-macro2",
- "quote",
- "syn",
- "wasm-bindgen-backend",
- "wasm-bindgen-shared",
- ]
-
- [[package]]
- name = "wasm-bindgen-shared"
- version = "0.2.79"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "3d958d035c4438e28c70e4321a2911302f10135ce78a9c7834c0cab4123d06a2"
-
- [[package]]
- name = "web-sys"
- version = "0.3.56"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "c060b319f29dd25724f09a2ba1418f142f539b2be99fbf4d2d5a8f7330afb8eb"
- dependencies = [
- "js-sys",
- "wasm-bindgen",
- ]
-
- [[package]]
- name = "webpki"
- version = "0.21.4"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "b8e38c0608262c46d4a56202ebabdeb094cef7e560ca7a226c6bf055188aa4ea"
- dependencies = [
- "ring",
- "untrusted",
- ]
-
- [[package]]
- name = "webpki"
- version = "0.22.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "f095d78192e208183081cc07bc5515ef55216397af48b873e5edcd72637fa1bd"
- dependencies = [
- "ring",
- "untrusted",
- ]
-
- [[package]]
- name = "wepoll-ffi"
- version = "0.1.2"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "d743fdedc5c64377b5fc2bc036b01c7fd642205a0d96356034ae3404d49eb7fb"
- dependencies = [
- "cc",
- ]
-
- [[package]]
- name = "which"
- version = "4.2.5"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "5c4fb54e6113b6a8772ee41c3404fb0301ac79604489467e0a9ce1f3e97c24ae"
- dependencies = [
- "either",
- "lazy_static",
- "libc",
- ]
-
- [[package]]
- name = "winapi"
- version = "0.3.9"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
- dependencies = [
- "winapi-i686-pc-windows-gnu",
- "winapi-x86_64-pc-windows-gnu",
- ]
-
- [[package]]
- name = "winapi-i686-pc-windows-gnu"
- version = "0.4.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
-
- [[package]]
- name = "winapi-util"
- version = "0.1.5"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
- dependencies = [
- "winapi",
- ]
-
- [[package]]
- name = "winapi-x86_64-pc-windows-gnu"
- version = "0.4.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
-
- [[package]]
- name = "windows-sys"
- version = "0.32.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "3df6e476185f92a12c072be4a189a0210dcdcf512a1891d6dff9edb874deadc6"
- dependencies = [
- "windows_aarch64_msvc",
- "windows_i686_gnu",
- "windows_i686_msvc",
- "windows_x86_64_gnu",
- "windows_x86_64_msvc",
- ]
-
- [[package]]
- name = "windows_aarch64_msvc"
- version = "0.32.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "d8e92753b1c443191654ec532f14c199742964a061be25d77d7a96f09db20bf5"
-
- [[package]]
- name = "windows_i686_gnu"
- version = "0.32.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "6a711c68811799e017b6038e0922cb27a5e2f43a2ddb609fe0b6f3eeda9de615"
-
- [[package]]
- name = "windows_i686_msvc"
- version = "0.32.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "146c11bb1a02615db74680b32a68e2d61f553cc24c4eb5b4ca10311740e44172"
-
- [[package]]
- name = "windows_x86_64_gnu"
- version = "0.32.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "c912b12f7454c6620635bbff3450962753834be2a594819bd5e945af18ec64bc"
-
- [[package]]
- name = "windows_x86_64_msvc"
- version = "0.32.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "504a2476202769977a040c6364301a3f65d0cc9e3fb08600b2bda150a0488316"
-
- [[package]]
- name = "yaml-rust"
- version = "0.4.5"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "56c1936c4cc7a1c9ab21a1ebb602eb942ba868cbd44a99cb7cdc5892335e1c85"
- dependencies = [
- "linked-hash-map",
- ]
-
- [[package]]
- name = "zenoh"
- version = "0.6.0-dev.0"
- source = "git+https://github.com/eclipse-zenoh/zenoh.git#79a136e4fd90b11ff5d775ced981af53c4f1071b"
- dependencies = [
- "async-global-executor",
- "async-std",
- "async-trait",
- "base64",
- "env_logger",
- "event-listener",
- "flume",
- "futures",
- "git-version",
- "hex",
- "lazy_static",
- "log",
- "ordered-float 2.10.0",
- "petgraph",
- "rand",
- "regex",
- "rustc_version",
- "serde",
- "serde_json",
- "socket2",
- "stop-token",
- "uhlc",
- "uuid",
- "vec_map",
- "zenoh-buffers",
- "zenoh-cfg-properties",
- "zenoh-collections",
- "zenoh-config",
- "zenoh-core",
- "zenoh-crypto",
- "zenoh-link",
- "zenoh-plugin-trait",
- "zenoh-protocol",
- "zenoh-protocol-core",
- "zenoh-sync",
- "zenoh-transport",
- "zenoh-util",
- ]
-
- [[package]]
- name = "zenoh-buffers"
- version = "0.6.0-dev.0"
- source = "git+https://github.com/eclipse-zenoh/zenoh.git#79a136e4fd90b11ff5d775ced981af53c4f1071b"
- dependencies = [
- "async-std",
- "bincode",
- "hex",
- "log",
- "serde",
- "shared_memory",
- "zenoh-collections",
- "zenoh-core",
- ]
-
- [[package]]
- name = "zenoh-cfg-properties"
- version = "0.6.0-dev.0"
- source = "git+https://github.com/eclipse-zenoh/zenoh.git#79a136e4fd90b11ff5d775ced981af53c4f1071b"
- dependencies = [
- "zenoh-core",
- "zenoh-macros",
- ]
-
- [[package]]
- name = "zenoh-collections"
- version = "0.6.0-dev.0"
- source = "git+https://github.com/eclipse-zenoh/zenoh.git#79a136e4fd90b11ff5d775ced981af53c4f1071b"
- dependencies = [
- "async-std",
- "async-trait",
- "flume",
- "log",
- "zenoh-core",
- "zenoh-sync",
- ]
-
- [[package]]
- name = "zenoh-config"
- version = "0.6.0-dev.0"
- source = "git+https://github.com/eclipse-zenoh/zenoh.git#79a136e4fd90b11ff5d775ced981af53c4f1071b"
- dependencies = [
- "flume",
- "json5",
- "num_cpus",
- "serde",
- "serde_json",
- "serde_yaml",
- "validated_struct",
- "zenoh-cfg-properties",
- "zenoh-core",
- "zenoh-protocol-core",
- "zenoh-util",
- ]
-
- [[package]]
- name = "zenoh-core"
- version = "0.6.0-dev.0"
- source = "git+https://github.com/eclipse-zenoh/zenoh.git#79a136e4fd90b11ff5d775ced981af53c4f1071b"
- dependencies = [
- "anyhow",
- "lazy_static",
- ]
-
- [[package]]
- name = "zenoh-crypto"
- version = "0.6.0-dev.0"
- source = "git+https://github.com/eclipse-zenoh/zenoh.git#79a136e4fd90b11ff5d775ced981af53c4f1071b"
- dependencies = [
- "aes",
- "hmac",
- "rand",
- "rand_chacha",
- "sha3",
- "zenoh-core",
- ]
-
- [[package]]
- name = "zenoh-link"
- version = "0.6.0-dev.0"
- source = "git+https://github.com/eclipse-zenoh/zenoh.git#79a136e4fd90b11ff5d775ced981af53c4f1071b"
- dependencies = [
- "async-std",
- "async-trait",
- "zenoh-cfg-properties",
- "zenoh-config",
- "zenoh-core",
- "zenoh-link-commons",
- "zenoh-link-quic",
- "zenoh-link-tcp",
- "zenoh-link-tls",
- "zenoh-link-udp",
- "zenoh-link-unixsock_stream",
- "zenoh-protocol-core",
- ]
-
- [[package]]
- name = "zenoh-link-commons"
- version = "0.6.0-dev.0"
- source = "git+https://github.com/eclipse-zenoh/zenoh.git#79a136e4fd90b11ff5d775ced981af53c4f1071b"
- dependencies = [
- "async-std",
- "async-trait",
- "flume",
- "zenoh-buffers",
- "zenoh-cfg-properties",
- "zenoh-core",
- "zenoh-protocol",
- "zenoh-protocol-core",
- ]
-
- [[package]]
- name = "zenoh-link-quic"
- version = "0.6.0-dev.0"
- source = "git+https://github.com/eclipse-zenoh/zenoh.git#79a136e4fd90b11ff5d775ced981af53c4f1071b"
- dependencies = [
- "async-std",
- "async-trait",
- "futures",
- "log",
- "quinn",
- "rustls 0.20.6",
- "rustls-native-certs",
- "rustls-pemfile 0.3.0",
- "webpki 0.22.0",
- "zenoh-cfg-properties",
- "zenoh-config",
- "zenoh-core",
- "zenoh-link-commons",
- "zenoh-protocol-core",
- "zenoh-sync",
- "zenoh-util",
- ]
-
- [[package]]
- name = "zenoh-link-tcp"
- version = "0.6.0-dev.0"
- source = "git+https://github.com/eclipse-zenoh/zenoh.git#79a136e4fd90b11ff5d775ced981af53c4f1071b"
- dependencies = [
- "async-std",
- "async-trait",
- "log",
- "zenoh-core",
- "zenoh-link-commons",
- "zenoh-protocol-core",
- "zenoh-sync",
- "zenoh-util",
- ]
-
- [[package]]
- name = "zenoh-link-tls"
- version = "0.6.0-dev.0"
- source = "git+https://github.com/eclipse-zenoh/zenoh.git#79a136e4fd90b11ff5d775ced981af53c4f1071b"
- dependencies = [
- "async-rustls",
- "async-std",
- "async-trait",
- "futures",
- "log",
- "zenoh-cfg-properties",
- "zenoh-config",
- "zenoh-core",
- "zenoh-link-commons",
- "zenoh-protocol-core",
- "zenoh-sync",
- "zenoh-util",
- ]
-
- [[package]]
- name = "zenoh-link-udp"
- version = "0.6.0-dev.0"
- source = "git+https://github.com/eclipse-zenoh/zenoh.git#79a136e4fd90b11ff5d775ced981af53c4f1071b"
- dependencies = [
- "async-std",
- "async-trait",
- "log",
- "socket2",
- "zenoh-collections",
- "zenoh-core",
- "zenoh-link-commons",
- "zenoh-protocol-core",
- "zenoh-sync",
- "zenoh-util",
- ]
-
- [[package]]
- name = "zenoh-link-unixsock_stream"
- version = "0.6.0-dev.0"
- source = "git+https://github.com/eclipse-zenoh/zenoh.git#79a136e4fd90b11ff5d775ced981af53c4f1071b"
- dependencies = [
- "async-std",
- "async-trait",
- "futures",
- "log",
- "nix 0.23.1",
- "uuid",
- "zenoh-core",
- "zenoh-link-commons",
- "zenoh-protocol-core",
- "zenoh-sync",
- ]
-
- [[package]]
- name = "zenoh-logger"
- version = "0.1.0"
- dependencies = [
- "zenoh",
- "zenoh-config",
- ]
-
- [[package]]
- name = "zenoh-macros"
- version = "0.6.0-dev.0"
- source = "git+https://github.com/eclipse-zenoh/zenoh.git#79a136e4fd90b11ff5d775ced981af53c4f1071b"
- dependencies = [
- "proc-macro2",
- "quote",
- "rustc_version",
- "syn",
- "unzip-n",
- ]
-
- [[package]]
- name = "zenoh-plugin-trait"
- version = "0.6.0-dev.0"
- source = "git+https://github.com/eclipse-zenoh/zenoh.git#79a136e4fd90b11ff5d775ced981af53c4f1071b"
- dependencies = [
- "libloading",
- "log",
- "serde_json",
- "zenoh-core",
- "zenoh-macros",
- "zenoh-util",
- ]
-
- [[package]]
- name = "zenoh-protocol"
- version = "0.6.0-dev.0"
- source = "git+https://github.com/eclipse-zenoh/zenoh.git#79a136e4fd90b11ff5d775ced981af53c4f1071b"
- dependencies = [
- "log",
- "uhlc",
- "zenoh-buffers",
- "zenoh-core",
- "zenoh-protocol-core",
- ]
-
- [[package]]
- name = "zenoh-protocol-core"
- version = "0.6.0-dev.0"
- source = "git+https://github.com/eclipse-zenoh/zenoh.git#79a136e4fd90b11ff5d775ced981af53c4f1071b"
- dependencies = [
- "hex",
- "lazy_static",
- "serde",
- "uhlc",
- "uuid",
- "zenoh-core",
- ]
-
- [[package]]
- name = "zenoh-sync"
- version = "0.6.0-dev.0"
- source = "git+https://github.com/eclipse-zenoh/zenoh.git#79a136e4fd90b11ff5d775ced981af53c4f1071b"
- dependencies = [
- "async-std",
- "event-listener",
- "flume",
- "futures",
- "tokio",
- "zenoh-core",
- ]
-
- [[package]]
- name = "zenoh-transport"
- version = "0.6.0-dev.0"
- source = "git+https://github.com/eclipse-zenoh/zenoh.git#79a136e4fd90b11ff5d775ced981af53c4f1071b"
- dependencies = [
- "async-executor",
- "async-global-executor",
- "async-std",
- "async-trait",
- "flume",
- "log",
- "paste",
- "rand",
- "rsa",
- "serde",
- "zenoh-buffers",
- "zenoh-cfg-properties",
- "zenoh-collections",
- "zenoh-config",
- "zenoh-core",
- "zenoh-crypto",
- "zenoh-link",
- "zenoh-protocol",
- "zenoh-protocol-core",
- "zenoh-sync",
- ]
-
- [[package]]
- name = "zenoh-util"
- version = "0.6.0-dev.0"
- source = "git+https://github.com/eclipse-zenoh/zenoh.git#79a136e4fd90b11ff5d775ced981af53c4f1071b"
- dependencies = [
- "async-std",
- "clap 2.34.0",
- "futures",
- "hex",
- "home",
- "humantime",
- "lazy_static",
- "libc",
- "libloading",
- "log",
- "pnet",
- "shellexpand",
- "winapi",
- "zenoh-cfg-properties",
- "zenoh-collections",
- "zenoh-core",
- "zenoh-crypto",
- "zenoh-sync",
- ]
-
- [[package]]
- name = "zeroize"
- version = "1.4.3"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "d68d9dcec5f9b43a30d38c49f91dfedfaac384cb8f085faca366c26207dd1619"
- dependencies = [
- "zeroize_derive",
- ]
-
- [[package]]
- name = "zeroize_derive"
- version = "1.3.2"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "3f8f187641dad4f680d25c4bfc4225b418165984179f26ca76ec4fb6441d3a17"
- dependencies = [
- "proc-macro2",
- "quote",
- "syn",
- "synstructure",
- ]
|