Skip to content
Snippets Groups Projects
Cargo.lock 312 KiB
Newer Older
 "rustls-native-certs 0.6.3",
[[package]]
name = "hyper-rustls"
version = "0.27.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08afdbb5c31130e3034af566421053ab03787c640246a446327f550d11bcb333"
dependencies = [
 "futures-util",
 "http 1.1.0",
 "rustls-pki-types",
 "tokio",
 "tokio-rustls 0.26.0",
 "tower-service",
[[package]]
name = "hyper-util"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "41296eb09f183ac68eec06e03cdbea2e759633d4067b2f6552fc2e009bcad08b"
dependencies = [
 "bytes",
 "futures-channel",
 "futures-util",
 "http 1.1.0",
 "http-body 1.0.1",
 "hyper 1.4.1",
[[package]]
name = "iana-time-zone"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "235e081f3925a06703c2d0117ea8b91f042756fd6e7a6e5d901e8ca1a996b220"
dependencies = [
 "android_system_properties",
 "core-foundation-sys",
 "iana-time-zone-haiku",
 "js-sys",
 "wasm-bindgen",
]

[[package]]
name = "iana-time-zone-haiku"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
[[package]]
name = "ident_case"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"

Shawn Tabrizi's avatar
Shawn Tabrizi committed
[[package]]
name = "idna"
Shawn Tabrizi's avatar
Shawn Tabrizi committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8"
Shawn Tabrizi's avatar
Shawn Tabrizi committed
dependencies = [
 "matches",
 "unicode-bidi",
 "unicode-normalization",
[[package]]
name = "idna"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7d20d6b07bfbc108882d88ed8e37d39636dcc260e15e30c45e6ba089610b917c"
dependencies = [
 "unicode-bidi",
 "unicode-normalization",
]

source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6"
dependencies = [
 "unicode-bidi",
 "unicode-normalization",
]

Dan Forbes's avatar
Dan Forbes committed
[[package]]
name = "if-addrs"
Dan Forbes's avatar
Dan Forbes committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cabb0019d51a643781ff15c9c8a3e5dedc365c47211270f4e8f82812fedd8f0a"
Dan Forbes's avatar
Dan Forbes committed
dependencies = [
 "libc",
Dan Forbes's avatar
Dan Forbes committed
]

[[package]]
name = "if-watch"
Dan Forbes's avatar
Dan Forbes committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d6b0422c86d7ce0e97169cc42e04ae643caf278874a7a3c87b8150a220dc7e1e"
Dan Forbes's avatar
Dan Forbes committed
dependencies = [
 "core-foundation",
 "fnv",
 "if-addrs",
 "ipnet",
 "log",
 "rtnetlink",
 "system-configuration",
[[package]]
name = "igd-next"
version = "0.14.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "064d90fec10d541084e7b39ead8875a5a80d9114a2b18791565253bae25f49e4"
dependencies = [
 "async-trait",
 "attohttpc",
 "bytes",
 "futures 0.3.30",
 "http 0.2.12",
[[package]]
name = "ignore"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6d89fd380afde86567dfba715db065673989d6253f42b88179abd3eae47bda4b"
dependencies = [
 "globset",
 "log",
 "memchr",
 "same-file",
 "walkdir",
 "winapi-util",
]

Shawn Tabrizi's avatar
Shawn Tabrizi committed
[[package]]
name = "impl-codec"
version = "0.6.0"
Shawn Tabrizi's avatar
Shawn Tabrizi committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ba6a270039626615617f3f36d15fc827041df3b78c439da2cadfa47455a77f2f"
Shawn Tabrizi's avatar
Shawn Tabrizi committed
dependencies = [
Ricardo Rius's avatar
Ricardo Rius committed
[[package]]
name = "impl-serde"
Ricardo Rius's avatar
Ricardo Rius committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ebc88fc67028ae3db0c853baa36269d398d5f45b6982f95549ff5def78c935cd"
Ricardo Rius's avatar
Ricardo Rius committed
dependencies = [
Shawn Tabrizi's avatar
Shawn Tabrizi committed
[[package]]
name = "impl-trait-for-tuples"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "11d7a9f6330b71fea57921c9b61c47ee6e84f72d394754eff6163ae67e7395eb"
dependencies = [
 "proc-macro2",
Dan Forbes's avatar
Dan Forbes committed
 "quote",
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "923d117408f1e49d914f1a379a309cffe4f18c05cf4e3d12e613a15fc81bd0dd"
dependencies = [
 "include_dir_macros",
]

[[package]]
name = "include_dir_macros"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7cab85a7ed0bd5f0e76d93846e0147172bed2e2d3f859bcc33a8d9699cad1a75"
Shawn Tabrizi's avatar
Shawn Tabrizi committed
[[package]]
name = "indexmap"
Shawn Tabrizi's avatar
Shawn Tabrizi committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
Shawn Tabrizi's avatar
Shawn Tabrizi committed
dependencies = [
Dan Forbes's avatar
Dan Forbes committed
 "autocfg",
Éloïs's avatar
Éloïs committed
 "serde",
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "68b900aa2f7301e21c36462b170ee99994de34dff39a4a6a528e80e7376d07e5"
]

[[package]]
name = "indexmap-nostd"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8e04e2fd2b8188ea827b32ef11de88377086d690286ab35747ef7f9bf3ccb590"

[[package]]
name = "inflections"
version = "1.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a257582fdcde896fd96463bf2d40eefea0580021c0712a0e2b028b60b47a837a"

source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff"
 "inotify-sys",
 "libc",
]

[[package]]
name = "inotify-sys"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
dependencies = [
 "libc",
]

[[package]]
name = "inout"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5"
dependencies = [
[[package]]
name = "instant"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
dependencies = [
Shawn Tabrizi's avatar
Shawn Tabrizi committed
[[package]]
name = "integer-sqrt"
Dan Forbes's avatar
Dan Forbes committed
version = "0.1.5"
Shawn Tabrizi's avatar
Shawn Tabrizi committed
source = "registry+https://github.com/rust-lang/crates.io-index"
Dan Forbes's avatar
Dan Forbes committed
checksum = "276ec31bcb4a9ee45f58bec6f9ec700ae4cf4f4f8f2fa7e06cb406bd5ffdd770"
dependencies = [
[[package]]
name = "inventory"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f958d3d68f4167080a18141e10381e7634563984a537f2a49a30fd8e53ac5767"
Éloïs's avatar
Éloïs committed
[[package]]
name = "io-lifetimes"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2"
[[package]]
name = "ip_network"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aa2f047c0a98b2f299aa5d6d7088443570faae494e9ae1305e48be000c9e0eb1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b58db92f96b720de98181bbbe63c831e87005ab460c1bf306eb2622b4707997f"
Shawn Tabrizi's avatar
Shawn Tabrizi committed
[[package]]
name = "ipnet"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "187674a687eed5fe42285b40c6291f9a01517d415fad1c3cbc6a9f778af7fcd4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "261f68e344040fbd0edea105bef17c66edf46f984ddb1115b775ce31be948f4b"
Shawn Tabrizi's avatar
Shawn Tabrizi committed
[[package]]
name = "is_terminal_polyfill"
Shawn Tabrizi's avatar
Shawn Tabrizi committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
[[package]]
name = "itertools"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
dependencies = [
 "either",
]

[[package]]
name = "itertools"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
dependencies = [
 "either",
]

[[package]]
name = "itoa"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b"
[[package]]
name = "jni"
version = "0.19.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c6df18c2e3db7e453d3c6ac5b3e9d5182664d28788126d39b91f2d1e22b017ec"
dependencies = [
 "cesu8",
 "combine 4.6.7",
 "jni-sys",
 "log",
 "thiserror",
 "walkdir",
]

[[package]]
name = "jni-sys"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"

Shawn Tabrizi's avatar
Shawn Tabrizi committed
[[package]]
Shawn Tabrizi's avatar
Shawn Tabrizi committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0"
Shawn Tabrizi's avatar
Shawn Tabrizi committed
dependencies = [
Éloïs's avatar
Éloïs committed
[[package]]
Éloïs's avatar
Éloïs committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1868808506b929d7b0cfa8f75951347aa71bb21144b7791bae35d9bccfcfe37a"
Éloïs's avatar
Éloïs committed
dependencies = [
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cfdb12a2381ea5b2e68c3469ec604a007b367778cdb14d09612c8069ebd616ad"
 "jsonrpsee-client-transport 0.22.5",
 "jsonrpsee-core 0.22.5",
 "jsonrpsee-types 0.22.5",
]

[[package]]
name = "jsonrpsee"
version = "0.23.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "62b089779ad7f80768693755a031cc14a7766aba707cbe886674e3f79e9b7e47"
dependencies = [
 "jsonrpsee-core 0.23.2",
 "jsonrpsee-types 0.23.2",
 "jsonrpsee-ws-client",
]

[[package]]
name = "jsonrpsee"
version = "0.24.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "126b48a5acc3c52fbd5381a77898cb60e145123179588a29e7ac48f9c06e401b"
dependencies = [
 "jsonrpsee-core 0.24.5",
 "jsonrpsee-proc-macros",
 "jsonrpsee-server",
 "jsonrpsee-types 0.24.5",
 "tokio",
 "tracing",
]

[[package]]
name = "jsonrpsee-client-transport"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4978087a58c3ab02efc5b07c5e5e2803024536106fd5506f558db172c889b3aa"
 "rustls-native-certs 0.7.3",
 "thiserror",
 "tokio",
 "tokio-rustls 0.25.0",
 "tokio-util",
 "tracing",
 "url",
[[package]]
name = "jsonrpsee-client-transport"
version = "0.23.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08163edd8bcc466c33d79e10f695cdc98c00d1e6ddfb95cec41b6b0279dd5432"
dependencies = [
 "base64 0.22.1",
 "futures-util",
 "http 1.1.0",
 "jsonrpsee-core 0.23.2",
 "pin-project",
 "rustls-pki-types",
 "rustls-platform-verifier",
 "soketto 0.8.0",
 "thiserror",
 "tokio",
 "tokio-rustls 0.26.0",
 "tokio-util",
 "tracing",
 "url",
]

Éloïs's avatar
Éloïs committed
[[package]]
name = "jsonrpsee-core"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b4b257e1ec385e07b0255dde0b933f948b5c8b8c28d42afda9587c3a967b896d"
dependencies = [
 "anyhow",
 "async-trait",
 "beef",
 "futures-timer",
 "futures-util",
 "jsonrpsee-types 0.22.5",
 "serde",
 "serde_json",
 "thiserror",
 "tokio",
 "tokio-stream",
 "tracing",
]

[[package]]
name = "jsonrpsee-core"
version = "0.23.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "79712302e737d23ca0daa178e752c9334846b08321d439fd89af9a384f8c830b"
dependencies = [
 "anyhow",
 "async-trait",
 "beef",
 "futures-timer",
 "futures-util",
 "jsonrpsee-types 0.23.2",
 "pin-project",
 "serde",
 "serde_json",
 "thiserror",
 "tokio",
 "tokio-stream",
 "tracing",
]

[[package]]
name = "jsonrpsee-core"
version = "0.24.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b0e503369a76e195b65af35058add0e6900b794a4e9a9316900ddd3a87a80477"
dependencies = [
 "async-trait",
 "bytes",
 "futures-util",
 "http 1.1.0",
 "http-body 1.0.1",
 "http-body-util",
 "jsonrpsee-types 0.24.5",
 "parking_lot 0.12.3",
 "rand",
 "rustc-hash 2.0.0",
 "serde",
 "serde_json",
 "thiserror",
 "tokio",
 "tracing",
]

[[package]]
name = "jsonrpsee-http-client"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1ccf93fc4a0bfe05d851d37d7c32b7f370fe94336b52a2f0efc5f1981895c2e5"
 "jsonrpsee-core 0.22.5",
 "jsonrpsee-types 0.22.5",
Éloïs's avatar
Éloïs committed
 "serde",
 "serde_json",
 "thiserror",
 "tokio",
Éloïs's avatar
Éloïs committed
 "tracing",
name = "jsonrpsee-proc-macros"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fc660a9389e2748e794a40673a4155d501f32db667757cdb80edeff0306b489b"
Éloïs's avatar
Éloïs committed
dependencies = [
 "proc-macro-crate 3.2.0",
Éloïs's avatar
Éloïs committed
 "proc-macro2",
 "quote",
Éloïs's avatar
Éloïs committed
]

[[package]]
Éloïs's avatar
Éloïs committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "af6e6c9b6d975edcb443565d648b605f3e85a04ec63aa6941811a8894cc9cded"
Éloïs's avatar
Éloïs committed
dependencies = [
 "jsonrpsee-core 0.24.5",
 "jsonrpsee-types 0.24.5",
Éloïs's avatar
Éloïs committed
 "serde",
 "serde_json",
 "tokio",
 "tokio-stream",
 "tokio-util",
 "tower",
Éloïs's avatar
Éloïs committed
 "tracing",
]

[[package]]
name = "jsonrpsee-types"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "150d6168405890a7a3231a3c74843f58b8959471f6df76078db2619ddee1d07d"
dependencies = [
 "anyhow",
 "beef",
 "serde",
 "serde_json",
 "thiserror",
]

[[package]]
name = "jsonrpsee-types"
version = "0.23.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d9c465fbe385238e861fdc4d1c85e04ada6c1fd246161d26385c1b311724d2af"
dependencies = [
 "beef",
 "http 1.1.0",
 "serde",
 "serde_json",
 "thiserror",
]

[[package]]
name = "jsonrpsee-types"
version = "0.24.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d8fb16314327cbc94fdf7965ef7e4422509cd5597f76d137bd104eb34aeede67"
dependencies = [
 "http 1.1.0",
 "serde",
 "serde_json",
 "thiserror",
]

[[package]]
name = "jsonrpsee-ws-client"
version = "0.23.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1c28759775f5cb2f1ea9667672d3fe2b0e701d1f4b7b67954e60afe7fd058b5e"
dependencies = [
 "http 1.1.0",
 "jsonrpsee-client-transport 0.23.2",
 "jsonrpsee-core 0.23.2",
 "jsonrpsee-types 0.23.2",
 "url",
]

Éloïs's avatar
Éloïs committed
[[package]]
name = "k256"
Éloïs's avatar
Éloïs committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f6e3919bbaa2945715f0bb6d3934a173d1e9a59ac23767fbaaef277265a7411b"
dependencies = [
Shawn Tabrizi's avatar
Shawn Tabrizi committed
[[package]]
name = "keccak"
Shawn Tabrizi's avatar
Shawn Tabrizi committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ecc2af9a1119c51f12a14607e783cb977bde58bc069ff0c3da1095e635d70654"
dependencies = [
 "cpufeatures",
]
Shawn Tabrizi's avatar
Shawn Tabrizi committed

[[package]]
name = "keystream"
version = "1.0.0"
Shawn Tabrizi's avatar
Shawn Tabrizi committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c33070833c9ee02266356de0c43f723152bd38bd96ddf52c82b3af10c9138b28"

[[package]]
name = "kqueue"
version = "1.0.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7447f1ca1b7b563588a205fe93dea8df60fd981423a768bc1c0ded35ed147d0c"
Shawn Tabrizi's avatar
Shawn Tabrizi committed
dependencies = [
name = "kqueue-sys"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
dependencies = [
 "bitflags 1.3.2",
 "libc",
]
Shawn Tabrizi's avatar
Shawn Tabrizi committed
[[package]]
name = "kvdb"
Joshy Orndorff's avatar
Joshy Orndorff committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e7d770dcb02bf6835887c3a979b5107a04ff4bbde97a5f0928d27404a155add9"
Shawn Tabrizi's avatar
Shawn Tabrizi committed
dependencies = [
 "smallvec",
Shawn Tabrizi's avatar
Shawn Tabrizi committed
]

[[package]]
name = "kvdb-memorydb"
Joshy Orndorff's avatar
Joshy Orndorff committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bf7a85fe66f9ff9cd74e169fdd2c94c6e1e74c412c99a73b4df3200b5d3760b2"
Shawn Tabrizi's avatar
Shawn Tabrizi committed
dependencies = [
[[package]]
name = "lazy-regex"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8d8e41c97e6bc7ecb552016274b99fbb5d035e8de288c582d9b933af6677bfda"
dependencies = [
 "lazy-regex-proc_macros",
 "once_cell",
 "regex",
]

[[package]]
name = "lazy-regex-proc_macros"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "76e1d8b05d672c53cb9c7b920bbba8783845ae4f0b076e02a3db1d02c81b4163"
dependencies = [
 "proc-macro2",
 "quote",
 "regex",
Shawn Tabrizi's avatar
Shawn Tabrizi committed
[[package]]
name = "lazy_static"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
Shawn Tabrizi's avatar
Shawn Tabrizi committed

[[package]]
name = "libc"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "561d97a539a36e26a9a5fad1ea11a3039a67714694aaa379433e580854bc3dc5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058"
Shawn Tabrizi's avatar
Shawn Tabrizi committed
[[package]]
name = "libp2p"
Shawn Tabrizi's avatar
Shawn Tabrizi committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e94495eb319a85b70a68b85e2389a95bb3555c71c49025b78c691a854a7e6464"
dependencies = [
 "futures-timer",
 "libp2p-allow-block-list",
 "libp2p-connection-limits",
 "libp2p-core",
 "libp2p-dns",
 "libp2p-identify",
 "libp2p-kad",
 "libp2p-mdns",
 "libp2p-metrics",
 "libp2p-noise",
Dan Forbes's avatar
Dan Forbes committed
 "libp2p-ping",
Dan Forbes's avatar
Dan Forbes committed
 "libp2p-request-response",
 "libp2p-swarm",
 "libp2p-tcp",
Dan Forbes's avatar
Dan Forbes committed
 "libp2p-wasm-ext",
 "libp2p-websocket",
 "libp2p-yamux",
 "pin-project",
 "rw-stream-sink",
 "thiserror",
Shawn Tabrizi's avatar
Shawn Tabrizi committed
[[package]]
name = "libp2p-allow-block-list"
Shawn Tabrizi's avatar
Shawn Tabrizi committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "55b46558c5c0bf99d3e2a1a38fd54ff5476ca66dd1737b12466a1824dd219311"
dependencies = [
 "libp2p-core",
 "libp2p-identity",
 "libp2p-swarm",
 "void",
]

[[package]]
name = "libp2p-connection-limits"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2f5107ad45cb20b2f6c3628c7b6014b996fcb13a88053f4569c872c6e30abf58"
dependencies = [
 "libp2p-core",
 "libp2p-identity",
 "libp2p-swarm",
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dd44289ab25e4c9230d9246c475a22241e301b23e8f4061d3bdef304a1a99713"
 "futures-timer",
 "instant",
 "libp2p-identity",
 "log",
 "multistream-select",
 "once_cell",
 "rw-stream-sink",
 "smallvec",
 "thiserror",
Shawn Tabrizi's avatar
Shawn Tabrizi committed
[[package]]
name = "libp2p-dns"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e6a18db73084b4da2871438f6239fef35190b05023de7656e877c18a00541a3b"
dependencies = [
 "smallvec",
Shawn Tabrizi's avatar
Shawn Tabrizi committed
]

[[package]]
name = "libp2p-identify"
Shawn Tabrizi's avatar
Shawn Tabrizi committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "45a96638a0a176bec0a4bcaebc1afa8cf909b114477209d7456ade52c61cd9cd"
Shawn Tabrizi's avatar
Shawn Tabrizi committed
dependencies = [
 "asynchronous-codec",
 "futures-timer",
 "libp2p-core",
 "libp2p-identity",
 "libp2p-swarm",
 "log",
 "quick-protobuf",
 "quick-protobuf-codec",
 "smallvec",
 "thiserror",
 "void",
]

[[package]]
name = "libp2p-identity"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "55cca1eb2bc1fd29f099f3daaab7effd01e1a54b7c577d0ed082521034d912e8"
 "bs58 0.5.1",
 "ed25519-dalek",
 "hkdf",
 "multihash 0.19.1",
Shawn Tabrizi's avatar
Shawn Tabrizi committed
]

[[package]]
name = "libp2p-kad"
Shawn Tabrizi's avatar
Shawn Tabrizi committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "16ea178dabba6dde6ffc260a8e0452ccdc8f79becf544946692fff9d412fc29d"
dependencies = [
 "asynchronous-codec",
 "bytes",
 "futures-timer",
 "instant",
 "libp2p-core",
 "libp2p-identity",
 "libp2p-swarm",
 "log",
 "quick-protobuf-codec",
 "rand",
 "smallvec",
Shawn Tabrizi's avatar
Shawn Tabrizi committed
]

[[package]]
name = "libp2p-mdns"
Shawn Tabrizi's avatar
Shawn Tabrizi committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "42a2567c305232f5ef54185e9604579a894fd0674819402bb0ac0246da82f52a"
Shawn Tabrizi's avatar
Shawn Tabrizi committed
dependencies = [
 "data-encoding",
Dan Forbes's avatar
Dan Forbes committed
 "if-watch",
 "libp2p-core",
 "libp2p-identity",
 "libp2p-swarm",
 "log",
 "smallvec",
[[package]]
name = "libp2p-metrics"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "239ba7d28f8d0b5d77760dc6619c05c7e88e74ec8fbbe97f856f20a56745e620"
dependencies = [
 "libp2p-identify",
 "libp2p-kad",