40 40 | [[package]]
|
41 41 | name = "async-stream"
|
42 42 | version = "0.3.6"
|
43 43 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
44 44 | checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476"
|
45 45 | dependencies = [
|
46 46 | "async-stream-impl",
|
47 47 | "futures-core",
|
48 48 | "pin-project-lite",
|
49 49 | ]
|
50 50 |
|
51 51 | [[package]]
|
52 52 | name = "async-stream-impl"
|
53 53 | version = "0.3.6"
|
54 54 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
55 55 | checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d"
|
56 56 | dependencies = [
|
57 57 | "proc-macro2",
|
58 58 | "quote",
|
59 59 | "syn 2.0.104",
|