Skip to content
Cargo.lock 321 KiB
Newer Older
[[package]]
name = "tower-service"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
[[package]]
name = "tracing"
version = "0.1.37"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8"
dependencies = [
 "pin-project-lite 0.2.9",
 "tracing-attributes",
 "tracing-core",
]

[[package]]
name = "tracing-attributes"
version = "0.1.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4017f8f45139870ca7e672686113917c71c7a6e02d4924eda67186083c03081a"
dependencies = [
 "proc-macro2 1.0.51",
 "quote 1.0.23",
]

[[package]]
name = "tracing-core"
version = "0.1.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "24eb03ba0eab1fd845050058ce5e616558e8f8d8fca633e6b163fe25c797213a"
[[package]]
name = "tracing-futures"
version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2"
[[package]]
name = "tracing-gum"
source = "git+https://github.com/paritytech/polkadot?branch=master#4f331d74c3004d9765b735ec66acc92edea62c7f"
dependencies = [
 "polkadot-node-jaeger",
 "polkadot-primitives",
 "tracing",
 "tracing-gum-proc-macro",
]

[[package]]
name = "tracing-gum-proc-macro"
source = "git+https://github.com/paritytech/polkadot?branch=master#4f331d74c3004d9765b735ec66acc92edea62c7f"
dependencies = [
 "expander 0.0.6",
 "proc-macro2 1.0.51",
 "quote 1.0.23",
[[package]]
name = "tracing-log"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "78ddad33d2d10b1ed7eb9d1f518a5674713876e97e5bb9b7345a7984fbb4f922"
dependencies = [
 "lazy_static",
 "log",
 "tracing-core",
]

[[package]]
name = "tracing-serde"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bc6b213177105856957181934e4920de57730fc69bf42c37ee5bb664d406d9e1"
dependencies = [
 "serde",
 "tracing-core",
]

[[package]]
name = "tracing-subscriber"
version = "0.2.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0e0d2eaa99c3c2e41547cfa109e910a68ea03823cccad4a0525dcbc9b01e8c71"
 "chrono",
 "lazy_static",
 "matchers",
 "parking_lot 0.11.2",
 "regex",
 "serde",
 "serde_json",
 "sharded-slab",
 "tracing-core",
 "tracing-log",
 "tracing-serde",
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "004e1e8f92535694b4cb1444dc5a8073ecf0815e3357f729638b9f8fc4062908"
dependencies = [
 "hash-db",
 "hashbrown 0.12.3",
 "log",
 "rustc-hex",
 "smallvec",
]

[[package]]
name = "trie-db"
version = "0.26.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "879380c0061b165ba1f036325b7f3478bc1a947814d9fc36d22c5d8e960b11bd"
dependencies = [
 "hash-db",
 "hashbrown 0.13.2",
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a36c5ca3911ed3c9a5416ee6c679042064b93fc637ded67e25f92e68d783891"
Hernando Castano's avatar
Hernando Castano committed
[[package]]
name = "trust-dns-proto"
version = "0.22.0"
Hernando Castano's avatar
Hernando Castano committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4f7f83d1e4a0e4358ac54c5c3681e5d7da5efc5a7a632c90bb6d6669ddd9bc26"
Hernando Castano's avatar
Hernando Castano committed
dependencies = [
 "async-trait",
 "cfg-if 1.0.0",
 "data-encoding",
 "enum-as-inner",
 "futures-channel",
 "futures-io",
 "futures-util",
Hernando Castano's avatar
Hernando Castano committed
 "ipnet",
 "lazy_static",
Hernando Castano's avatar
Hernando Castano committed
 "thiserror",
 "tinyvec",
 "tracing",
Hernando Castano's avatar
Hernando Castano committed
]

[[package]]
name = "trust-dns-resolver"
version = "0.22.0"
Hernando Castano's avatar
Hernando Castano committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aff21aa4dcefb0a1afbfac26deb0adc93888c7d295fb63ab273ef276ba2b7cfe"
Hernando Castano's avatar
Hernando Castano committed
dependencies = [
 "cfg-if 1.0.0",
 "futures-util",
 "ipconfig",
 "lazy_static",
 "lru-cache",
Hernando Castano's avatar
Hernando Castano committed
 "resolv-conf",
Hernando Castano's avatar
Hernando Castano committed
 "thiserror",
 "tracing",
Hernando Castano's avatar
Hernando Castano committed
 "trust-dns-proto",
]

[[package]]
name = "try-lock"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed"
[[package]]
name = "try-runtime-cli"
version = "0.10.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#51cf2e790f118f6cfe8d94fb9ca96bc580bd7c98"
 "frame-remote-externalities",
 "hex",
 "log",
 "parity-scale-codec",
 "sc-cli",
 "serde_json",
 "sp-core",
 "sp-debug-derive",
 "sp-externalities",
 "sp-io",
 "sp-keystore",
 "sp-runtime",
 "sp-state-machine",
 "substrate-rpc-client",
[[package]]
name = "tt-call"
version = "1.0.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f4f195fd851901624eee5a58c4bb2b4f06399148fcd0ed336e6f1cb60a9881df"
[[package]]
name = "turn"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4712ee30d123ec7ae26d1e1b218395a16c87cdbaf4b3925d170d684af62ea5e8"
dependencies = [
 "async-trait",
 "base64 0.13.1",
 "futures",
 "log",
 "md-5",
 "rand 0.8.5",
 "ring",
 "stun",
 "thiserror",
 "tokio",
 "webrtc-util",
]

[[package]]
name = "twox-hash"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675"
dependencies = [
 "cfg-if 1.0.0",
 "digest 0.10.6",
 "static_assertions",
version = "1.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba"
[[package]]
name = "ucd-trie"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9e79c4d996edb816c91e4308506774452e55e95c3c9de07b6729e17e15a5ef81"
[[package]]
name = "uint"
version = "0.9.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "76f64bba2c53b04fcab63c01a7d7427eadc821e3bc48c34dc9ba29c501164b52"
dependencies = [
 "byteorder",
 "crunchy",
 "hex",
 "static_assertions",
]

[[package]]
name = "unicode-bidi"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d54675592c1dbefd78cbd98db9bacd89886e1ca50692a0692baefffdeb92dd58"
[[package]]
name = "unicode-ident"
version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "84a22b9f218b40614adcb3f4ff08b703773ad44fa9423e4e0d346d5db86e4ebc"
[[package]]
name = "unicode-normalization"
version = "0.1.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"
Tomasz Drwięga's avatar
Tomasz Drwięga committed
 "tinyvec",
[[package]]
name = "unicode-segmentation"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36"
[[package]]
name = "unicode-width"
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"
[[package]]
name = "unicode-xid"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc"

[[package]]
name = "unicode-xid"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c"
Tomasz Drwięga's avatar
Tomasz Drwięga committed

[[package]]
name = "universal-hash"
Tomasz Drwięga's avatar
Tomasz Drwięga committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9f214e8f697e925001e66ec2c6e37a4ef93f0f78c2eed7814394e10c62025b05"
Tomasz Drwięga's avatar
Tomasz Drwięga committed
dependencies = [
 "generic-array 0.14.6",
[[package]]
name = "unsigned-varint"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d86a8dc7f45e4c1b0d30e43038c38f274e77af056aa5f74b93c2cf9eb3c1c836"
 "asynchronous-codec",
 "bytes",
 "futures-io",
 "futures-util",
[[package]]
name = "untrusted"
Tomasz Drwięga's avatar
Tomasz Drwięga committed
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
Tomasz Drwięga's avatar
Tomasz Drwięga committed
checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0d68c799ae75762b8c3fe375feb6600ef5602c883c5d21eb51c09f22b83c4643"
 "form_urlencoded",
[[package]]
name = "uuid"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1674845326ee10d37ca60470760d4288a6f80f304007d92e5c53bab78c9cfd79"
dependencies = [
 "getrandom 0.2.8",
]

[[package]]
name = "valuable"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"

[[package]]
name = "value-bag"
Branislav Kontur's avatar
Branislav Kontur committed
version = "1.0.0-alpha.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
Branislav Kontur's avatar
Branislav Kontur committed
checksum = "2209b78d1249f7e6f3293657c9779fe31ced465df091bbd433a1cf88e916ec55"
Hernando Castano's avatar
Hernando Castano committed
[[package]]
name = "vcpkg"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
Tomasz Drwięga's avatar
Tomasz Drwięga committed
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
Tomasz Drwięga's avatar
Tomasz Drwięga committed
checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
version = "0.9.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"

[[package]]
name = "void"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"

[[package]]
name = "waitgroup"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d1f50000a783467e6c0200f9d10642f4bc424e39efc1b770203e88b488f79292"
dependencies = [
 "atomic-waker",
]

[[package]]
name = "waker-fn"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca"
[[package]]
name = "walkdir"
version = "2.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56"
dependencies = [
 "same-file",
[[package]]
name = "want"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"
dependencies = [
[[package]]
name = "wasi"
version = "0.9.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"

[[package]]
name = "wasi"
version = "0.10.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"

[[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"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "31f8dcbc21f30d9b8f2ea926ecb58f6b91192c17e9d33594b3df58b2007ca53b"
dependencies = [
 "cfg-if 1.0.0",
 "wasm-bindgen-macro",
]

[[package]]
name = "wasm-bindgen-backend"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "95ce90fd5bcc06af55a641a86428ee4229e44e07033963a2290a8e241607ccb9"
dependencies = [
 "bumpalo",
 "proc-macro2 1.0.51",
 "quote 1.0.23",
 "wasm-bindgen-shared",
]

[[package]]
name = "wasm-bindgen-futures"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f219e0d211ba40266969f6dbdd90636da12f75bee4fc9d6c23d1260dadb51454"
dependencies = [
 "cfg-if 1.0.0",
 "js-sys",
 "wasm-bindgen",
 "web-sys",
]

[[package]]
name = "wasm-bindgen-macro"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4c21f77c0bedc37fd5dc21f897894a5ca01e7bb159884559461862ae90c0b4c5"
dependencies = [
 "quote 1.0.23",
 "wasm-bindgen-macro-support",
]

[[package]]
name = "wasm-bindgen-macro-support"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2aff81306fcac3c7515ad4e177f521b5c9a15f2b08f4e32d823066102f35a5f6"
dependencies = [
 "proc-macro2 1.0.51",
 "quote 1.0.23",
 "wasm-bindgen-backend",
 "wasm-bindgen-shared",
]

[[package]]
name = "wasm-bindgen-shared"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0046fef7e28c3804e5e38bfa31ea2a0f73905319b677e57ebe37e49358989b5d"
name = "wasm-instrument"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aa1dafb3e60065305741e83db35c6c2584bb3725b692b5b66148a38d72ace6cd"
dependencies = [
name = "wasm-opt"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "84a303793cbc01fb96551badfc7367db6007396bba6bac97936b3c8b6f7fdb41"
dependencies = [
 "anyhow",
 "libc",
 "strum",
 "strum_macros",
 "tempfile",
 "thiserror",
 "wasm-opt-cxx-sys",
 "wasm-opt-sys",
]

[[package]]
name = "wasm-opt-cxx-sys"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d9c9deb56f8a9f2ec177b3bd642a8205621835944ed5da55f2388ef216aca5a4"
 "anyhow",
 "cxx",
 "cxx-build",
 "wasm-opt-sys",
]

[[package]]
name = "wasm-opt-sys"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4432e28b542738a9776cedf92e8a99d8991c7b4667ee2c7ccddfb479dd2856a7"
dependencies = [
 "anyhow",
 "cc",
 "cxx",
 "cxx-build",
 "regex",
[[package]]
name = "wasm-timer"
version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "be0ecb0db480561e9a7642b5d3e4187c128914e58aa84330b9493e3eb68c5e7f"
dependencies = [
 "pin-utils",
 "wasm-bindgen",
 "wasm-bindgen-futures",
 "web-sys",
]

[[package]]
name = "wasmi"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "06c326c93fbf86419608361a2c925a31754cf109da1b8b55737070b4d6669422"
dependencies = [
 "parity-wasm",
 "wasmi-validation",
]

[[package]]
name = "wasmi-validation"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "91ff416ad1ff0c42e5a926ed5d5fab74c0f098749aa0ad8b2a34b982ce0e867b"
dependencies = [
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "57d20cb3c59b788653d99541c646c561c9dd26506f25c0cebfe810659c54c6d7"
dependencies = [
[[package]]
name = "wasmparser"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ab5d3e08b13876f96dd55608d03cd4883a0545884932d5adf11925876c96daef"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4ad5af6ba38311282f2a21670d96e78266e8c8e2f38cbcd52c254df6ccbc7731"
 "bincode",
 "cfg-if 1.0.0",
 "indexmap",
Hernando Castano's avatar
Hernando Castano committed
 "psm",
 "rayon",
 "wasmparser",
 "wasmtime-cache",
 "wasmtime-cranelift",
 "wasmtime-environ",
 "wasmtime-jit",
 "wasmtime-runtime",
 "windows-sys 0.36.1",
]

[[package]]
name = "wasmtime-asm-macros"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "45de63ddfc8b9223d1adc8f7b2ee5f35d1f6d112833934ad7ea66e4f4339e597"
[[package]]
name = "wasmtime-cache"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bcd849399d17d2270141cfe47fa0d91ee52d5f8ea9b98cf7ddde0d53e5f79882"
dependencies = [
 "anyhow",
 "base64 0.13.1",
 "bincode",
 "directories-next",
 "file-per-thread-logger",
 "log",
 "rustix 0.35.13",
 "zstd",
]

[[package]]
name = "wasmtime-cranelift"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4bd91339b742ff20bfed4532a27b73c86b5bcbfedd6bea2dcdf2d64471e1b5c6"
dependencies = [
 "anyhow",
 "cranelift-codegen",
 "cranelift-entity",
 "cranelift-frontend",
 "cranelift-native",
 "cranelift-wasm",
 "gimli 0.26.2",
 "target-lexicon",
 "thiserror",
 "wasmparser",
 "wasmtime-environ",
]

[[package]]
name = "wasmtime-environ"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ebb881c61f4f627b5d45c54e629724974f8a8890d455bcbe634330cc27309644"
 "anyhow",
 "gimli 0.26.2",
 "target-lexicon",
 "wasmparser",
 "wasmtime-types",
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1985c628011fe26adf5e23a5301bdc79b245e0e338f14bb58b39e4e25e4d8681"
 "addr2line 0.17.0",
 "bincode",
 "cfg-if 1.0.0",
 "gimli 0.26.2",
 "rustix 0.35.13",
 "target-lexicon",
 "thiserror",
 "wasmtime-environ",
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f671b588486f5ccec8c5a3dba6b4c07eac2e66ab8c60e6f4e53717c77f709731"
 "rustix 0.35.13",
[[package]]
name = "wasmtime-runtime"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ee8f92ad4b61736339c29361da85769ebc200f184361959d1792832e592a1afd"
Hernando Castano's avatar
Hernando Castano committed
 "anyhow",
 "cfg-if 1.0.0",
Hernando Castano's avatar
Hernando Castano committed
 "mach",
 "memoffset 0.6.5",
 "rustix 0.35.13",
[[package]]
name = "wasmtime-types"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d23d61cb4c46e837b431196dd06abb11731541021916d03476a178b54dc07aeb"
dependencies = [
 "cranelift-entity",
 "serde",
 "thiserror",
 "wasmparser",
]

[[package]]
name = "web-sys"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e33b99f4b23ba3eec1a53ac264e35a755f00e966e0065077d6027c0f575b0b97"
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 = "webpki-roots"
version = "0.22.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6c71e40d7d2c34a5106301fb632274ca37242cd0c9d3e64dbece371a40a2d87"
 "webpki 0.22.0",
]

[[package]]
name = "webrtc"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2d3bc9049bdb2cea52f5fd4f6f728184225bdb867ed0dc2410eab6df5bdd67bb"
dependencies = [
 "arc-swap",
 "async-trait",
 "bytes",
 "hex",
 "interceptor",
 "lazy_static",
 "log",
 "rand 0.8.5",
 "rcgen 0.9.3",
 "regex",
 "ring",
 "rtcp",
 "rtp",
 "rustls 0.19.1",
 "sdp",
 "serde",
 "serde_json",
 "sha2 0.10.6",
 "stun",
 "thiserror",
 "time 0.3.20",
 "tokio",
 "turn",
 "url",
 "waitgroup",
 "webrtc-data",
 "webrtc-dtls",
 "webrtc-ice",
 "webrtc-mdns",
 "webrtc-media",
 "webrtc-sctp",
 "webrtc-srtp",
 "webrtc-util",
]

[[package]]
name = "webrtc-data"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0ef36a4d12baa6e842582fe9ec16a57184ba35e1a09308307b67d43ec8883100"
dependencies = [
 "bytes",
 "derive_builder",
 "log",
 "thiserror",
 "tokio",
 "webrtc-sctp",
 "webrtc-util",
]

[[package]]
name = "webrtc-dtls"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7021987ae0a2ed6c8cd33f68e98e49bb6e74ffe9543310267b48a1bbe3900e5f"
dependencies = [
 "aes 0.6.0",
 "aes-gcm 0.8.0",
 "async-trait",
 "bincode",
 "block-modes",
 "byteorder",
 "ccm",
 "curve25519-dalek 3.2.0",
 "der-parser 8.1.0",
 "elliptic-curve",
 "hkdf",
 "hmac 0.10.1",
 "log",
 "oid-registry 0.6.1",
 "p256",
 "p384",
 "rand 0.8.5",
 "rand_core 0.6.4",
 "rcgen 0.9.3",
 "ring",
 "rustls 0.19.1",
 "sec1",
 "serde",
 "sha-1",
 "sha2 0.9.9",
 "signature",
 "subtle",
 "thiserror",
 "tokio",
 "webpki 0.21.4",
 "webrtc-util",
 "x25519-dalek 2.0.0-pre.1",
 "x509-parser 0.13.2",
]

[[package]]
name = "webrtc-ice"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "494483fbb2f5492620871fdc78b084aed8807377f6e3fe88b2e49f0a9c9c41d7"
dependencies = [
 "arc-swap",
 "async-trait",
 "crc",
 "log",
 "rand 0.8.5",
 "serde",
 "serde_json",
 "stun",
 "thiserror",
 "tokio",
 "turn",
 "url",
 "uuid",
 "waitgroup",
 "webrtc-mdns",
 "webrtc-util",
]

[[package]]
name = "webrtc-mdns"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f08dfd7a6e3987e255c4dbe710dde5d94d0f0574f8a21afa95d171376c143106"
dependencies = [
 "log",
 "socket2",
 "thiserror",
 "tokio",
 "webrtc-util",
]

[[package]]