Newer
Older
name = "hashbrown"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e1de41fb8dba9714efd92241565cdff73f78508c95697dd56787d3cba27e2353"
[[package]]
name = "hashbrown"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8e6073d0ca812575946eb5f35ff68dbe519907b25c42530389ff946dc84c6ead"
"ahash",
"autocfg 0.1.7",
[[package]]
name = "heck"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "20564e78d53d2bb135c343b3f47714a56af2061f1c928fdb541dc7b9fdd94205"
dependencies = [
]
[[package]]
name = "hermit-abi"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eff2656d88f158ce120947499e971d743c05dbcbed62e5bd2f38f1698bbc3772"
[[package]]
name = "hex"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "76cdda6bf525062a0c9e8f14ee2b37935c86b8efb6c8b69b3c83dfb518a914af"
Stanislav Tkach
committed
[[package]]
name = "hex-literal"
Stanislav Tkach
committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "961de220ec9a91af2e1e5bd80d02109155695e516771762381ef8581317066e0"
Stanislav Tkach
committed
dependencies = [
"hex-literal-impl",
"proc-macro-hack",
Stanislav Tkach
committed
]
[[package]]
name = "hex-literal-impl"
Stanislav Tkach
committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9d4c5c844e2fee0bf673d54c2c177f1713b3d2af2ff6e666b49cb7572e6cf42d"
Stanislav Tkach
committed
dependencies = [
Stanislav Tkach
committed
]
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5dcb5e64cda4c23119ab41ba960d1e170a774c8e4b9d9e6a9bc18aabf5e59695"
[[package]]
name = "hmac-drbg"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c6e570451493f10f6581b48cdd530413b63ea9e780f544bfd3bdcaa0d89d1a7b"
"digest",
"generic-array",
"hmac",
[[package]]
name = "http"
version = "0.1.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d6ccf5ede3a895d8856620237b2f02972c1bbc78d2965ad7fe8838d4a0ed41f0"
"bytes 0.4.12",
"fnv",
"itoa",
[[package]]
name = "http"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b708cc7f06493459026f53b9a61a7a121a5d1ec6238dee58ea4941132b30156b"
"bytes 0.5.4",
"fnv",
"itoa",
[[package]]
name = "http-body"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6741c859c1b2463a423a1dbce98d418e6c3c3fc720fb0d45528657320920292d"
"bytes 0.4.12",
"futures 0.1.29",
"http 0.1.21",
"tokio-buf",
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "13d5ff830006f7646652e057693569bfe0d51760c0085a071769d142a205111b"
"bytes 0.5.4",
"http 0.2.0",
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cd179ae861f0c2e53da70d892f5f3029f9594be0c41dc5269cd371691b1dc2f9"
[[package]]
name = "humantime"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f"
dependencies = [
]
[[package]]
name = "hyper"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0a0652d9a2609a968c14be1a9ea00bf4b1d64e2e1f53a1b51b6fff3a6e829273"
dependencies = [
"base64 0.9.3",
"httparse",
"language-tags",
"log 0.3.9",
"mime",
"num_cpus",
"time",
"traitobject",
"typeable",
"unicase 1.4.2",
"url 1.7.2",
[[package]]
name = "hyper"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9dbe6ed1438e1f8ad955a4701e9a944938e9519f6888d12d8558b645e247d5f6"
dependencies = [
"bytes 0.4.12",
"futures 0.1.29",
"futures-cpupool",
"h2 0.1.26",
"http 0.1.21",
"http-body 0.1.0",
"httparse",
"iovec",
"itoa",
"log 0.4.8",
"net2",
"rustc_version",
"time",
"tokio 0.1.22",
"tokio-buf",
"tokio-io",
"tokio-reactor",
"tokio-tcp",
"tokio-threadpool",
"tokio-timer",
"want 0.2.0",
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fa1c527bbc634be72aa7ba31e4e4def9bbb020f5416916279b7c705cd838893e"
"bytes 0.5.4",
"futures-channel",
"futures-core",
"futures-util",
"h2 0.2.1",
"http 0.2.0",
"http-body 0.3.1",
"httparse",
"itoa",
"log 0.4.8",
"pin-project",
"time",
"tokio 0.2.11",
"tower-service",
"want 0.3.0",
name = "hyper-rustls"
version = "0.17.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "719d85c7df4a7f309a77d145340a063ea929dcb2e025bae46a80345cffec2952"
"bytes 0.4.12",
"ct-logs",
"futures 0.1.29",
"hyper 0.12.35",
"rustls",
"tokio-io",
"tokio-rustls",
"webpki",
"webpki-roots 0.17.0",
[[package]]
name = "hyper-tls"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3a800d6aa50af4b5850b2b0f659625ce9504df908e9733b635720483be26174f"
"bytes 0.4.12",
"futures 0.1.29",
"hyper 0.12.35",
"native-tls",
"tokio-io",
[[package]]
name = "idna"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "38f09e0f0b1fb55fdee1f17470ad800da77af5186a1a76c026b679358b7e844e"
"matches",
"unicode-bidi",
"unicode-normalization",
[[package]]
name = "idna"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "02e2673c30ee86b5b96a9cb52ad15718aa1f966f5ab9ad54a8b95d5ca33120a9"
"matches",
"unicode-bidi",
"unicode-normalization",
[[package]]
name = "impl-codec"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1be51a921b067b0eaca2fad532d9400041561aa922221cc65f95a85641c6bf53"
dependencies = [
]
[[package]]
name = "impl-rlp"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f7a72f11830b52333f36e3b09a288333888bf54380fd0ac0790a3c31ab0f3c5"
[[package]]
name = "impl-serde"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "58e3cae7e99c7ff5a995da2cf78dd0a5383740eda71d98cf7b1910c301ac69b8"
[[package]]
name = "impl-serde"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5bbe9ea9b182f0fb1cabbd61f4ff9b7b7b9197955e95a7e4c27de5055eb29ff8"
[[package]]
name = "impl-trait-for-tuples"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7ef5550a42e3740a0e71f909d4c861056a284060af885ae7aa6242820f920d9d"
dependencies = [
"proc-macro2 1.0.8",
"quote 1.0.2",
"syn",
]
[[package]]
name = "indexmap"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "076f042c5b7b98f31d205f1249267e12a6518c1481e9dae9764af19b707d2292"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f65877bf7d44897a473350b1046277941cee20b263397e90869c50b6e766088b"
[[package]]
name = "interleaved-ordered"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "141340095b15ed7491bd3d4ced9d20cebfb826174b6bb03386381f62b01e3d77"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a859057dc563d1388c1e816f98a1892629075fc046ed06e845b883bb8b2916fb"
[[package]]
name = "itertools"
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f56a2d0bc861f9165be4eb3442afd3c236d8a98afd426f65d92324ae1091a484"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b8b7a7c0c47db5545ed3fef7468ee7bb5b74691498139e4b3f6a20685dc6dd8e"
[[package]]
name = "jobserver"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c71313ebb9439f74b00d9d2dcec36440beaf57a6aa0623068441dd7cd81a7f2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7889c7c36282151f6bf465be4700359318aef36baa951462382eae49e9577cf9"
[[package]]
name = "jsonrpc-client-transports"
version = "14.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0a9ae166c4d1f702d297cd76d4b55758ace80272ffc6dbb139fdc1bf810de40b"
"failure",
"futures 0.1.29",
"hyper 0.12.35",
"hyper-tls",
"jsonrpc-core",
"jsonrpc-pubsub",
"log 0.4.8",
"serde",
"serde_json",
"tokio 0.1.22",
"url 1.7.2",
"websocket",
version = "14.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fe3b688648f1ef5d5072229e2d672ecb92cbff7d1c79bcf3fd5898f3f3df0970"
"futures 0.1.29",
"log 0.4.8",
"serde",
"serde_derive",
"serde_json",
[[package]]
name = "jsonrpc-core-client"
version = "14.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "080dc110be17701097df238fad3c816d4a478a1899dfbcf8ec8957dd40ec7304"
[[package]]
name = "jsonrpc-derive"
version = "14.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8609af8f63b626e8e211f52441fcdb6ec54f1a446606b10d5c89ae9bf8a20058"
dependencies = [
"proc-macro-crate",
"proc-macro2 1.0.8",
"quote 1.0.2",
"syn",
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "816d63997ea45d3634608edbef83ddb35e661f7c0b27b5b72f237e321f0e9807"
"hyper 0.12.35",
"jsonrpc-core",
"jsonrpc-server-utils",
"log 0.4.8",
"net2",
]
[[package]]
name = "jsonrpc-pubsub"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5b31c9b90731276fdd24d896f31bb10aecf2e5151733364ae81123186643d939"
"jsonrpc-core",
"log 0.4.8",
]
[[package]]
name = "jsonrpc-server-utils"
version = "14.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "95b7635e618a0edbbe0d2a2bbbc69874277c49383fcf6c3c0414491cfb517d22"
"bytes 0.4.12",
"globset",
"jsonrpc-core",
"lazy_static",
"log 0.4.8",
"tokio 0.1.22",
"tokio-codec",
"unicase 2.6.0",
[[package]]
name = "jsonrpc-ws-server"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b94e5773b2ae66e0e02c80775ce6bbba6f15d5bb47c14ec36a36fcf94f8df851"
"jsonrpc-core",
"jsonrpc-server-utils",
"log 0.4.8",
[[package]]
name = "keccak"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "67c21572b4949434e4fc1e1978b99c5f77064153c59d998bf13ecd96fb5ecba7"
[[package]]
name = "keccak-hasher"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3468207deea1359a0e921591ae9b4c928733d94eb9d6a2eeda994cfd59f42cf8"
"hash-db",
"hash256-std-hasher",
"tiny-keccak 1.5.0",
[[package]]
name = "kernel32-sys"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
"winapi 0.2.8",
"winapi-build",
[[package]]
name = "kv-log-macro"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8c54d9f465d530a752e6ebdc217e081a7a614b48cb200f6f0aee21ba6bc9aabb"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "03080afe6f42cd996da9f568d6add5d7fb5ee2ea7fb7802d2d2cbd836958fd87"
[[package]]
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b9355274e5a9e0a7e8ef43916950eae3949024de2a8dffe4d5a6c13974a37c8e"
"parking_lot 0.10.0",
]
[[package]]
name = "kvdb-rocksdb"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "af36fd66ccd99f3f771ae39b75aaba28b952372b6debfb971134bf1f03466ab2"
"fs-swap",
"interleaved-ordered",
"kvdb",
"log 0.4.8",
"num_cpus",
"owning_ref",
"parking_lot 0.10.0",
"regex",
"rocksdb",
"smallvec 1.2.0",
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a985c47b4c46429e96033ebf6eaed784a81ceccb4e5df13d63f3b9078a4df81"
"js-sys",
"kvdb",
"kvdb-memorydb",
"log 0.4.8",
"send_wrapper 0.3.0",
"wasm-bindgen",
"web-sys",
[[package]]
name = "language-tags"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a91d884b6667cd606bb5a69aa0c99ba811a115fc68915e7056ec08a46e93199a"
[[package]]
name = "lazy_static"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
[[package]]
name = "lazycell"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b294d6fa9ee409a054354afc4352b0b9ef7ca222c69b8812cbea9e7d2bf3783f"
version = "0.2.66"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d515b1f41455adea1313a4a2ac8a8a477634fbae63cc6100e3aebb207ce61558"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f2b111a074963af1d37a139918ac6d49ad1d0d5e47f72fd55388619691a7d753"
[[package]]
name = "libp2p"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f84847789ab24b3fc5971a68656ac85886df640986d9ce3264c0327694eae471"
dependencies = [
"bytes 0.5.4",
2626
2627
2628
2629
2630
2631
2632
2633
2634
2635
2636
2637
2638
2639
2640
2641
2642
2643
2644
2645
2646
"lazy_static",
"libp2p-core",
"libp2p-core-derive",
"libp2p-deflate",
"libp2p-dns",
"libp2p-floodsub",
"libp2p-gossipsub",
"libp2p-identify",
"libp2p-kad",
"libp2p-mdns",
"libp2p-mplex",
"libp2p-noise",
"libp2p-ping",
"libp2p-plaintext",
"libp2p-secio",
"libp2p-swarm",
"libp2p-tcp",
"libp2p-uds",
"libp2p-wasm-ext",
"libp2p-websocket",
"libp2p-yamux",
"parity-multiaddr",
"parity-multihash",
"parking_lot 0.10.0",
"pin-project",
"smallvec 1.2.0",
"wasm-timer",
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dbafb2706b8082233f66dc13e196f9cf9b4c229f2cd7c96b2b16617ad6ee330b"
dependencies = [
"asn1_der",
"futures-timer 2.0.2",
"lazy_static",
"libsecp256k1",
"log 0.4.8",
"multistream-select",
"parity-multiaddr",
"parity-multihash",
"parking_lot 0.10.0",
"pin-project",
"prost",
"prost-build",
"rand 0.7.3",
"ring",
"rw-stream-sink",
"sha2",
"smallvec 1.2.0",
"thiserror",
"untrusted",
"void",
"zeroize 1.1.0",
[[package]]
name = "libp2p-core-derive"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6c320266be0a7760e23484d635acdb83844b2d74d3612d93b41c393c9bcf004e"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3be32697b42d040b325c3737f827ea04ede569ec956b7807700dd8d89d8210f9"
[[package]]
name = "libp2p-dns"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f11c979b882f25d85726b15637d5bbc722dfa1be576605c54e99b8cf56906be3"
"libp2p-core",
"log 0.4.8",
]
[[package]]
name = "libp2p-floodsub"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4bdf6fba9272ad47dde94bade89540fdb16e24ae9ff7fb714c1c80a035165f28"
"libp2p-core",
"libp2p-swarm",
"prost",
"prost-build",
"rand 0.7.3",
"smallvec 1.2.0",
name = "libp2p-gossipsub"
version = "0.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6e6ecd058bf769d27ebec530544b081e08b0a1088e3186da8cc58d59915784d0"
dependencies = [
"base64 0.11.0",
"futures_codec",
"libp2p-core",
"libp2p-swarm",
"log 0.4.8",
"lru 0.4.3",
"prost",
"prost-build",
"rand 0.7.3",
"sha2",
"smallvec 1.2.0",
[[package]]
name = "libp2p-identify"
version = "0.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9d1a6261b804111c2dbf53f8ca03f66edc5ad1c29b78a61cf0cc5354052e28e9"
"libp2p-core",
"libp2p-swarm",
"log 0.4.8",
"prost",
"prost-build",
"smallvec 1.2.0",
"wasm-timer",
[[package]]
name = "libp2p-kad"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0c6ea6fece0d99599afb1b2082ca8937944cdd6b0946a88d54cb3ae7a38d1253"
dependencies = [
"arrayvec 0.5.1",
"bytes 0.5.4",
"either",
"fnv",
"futures_codec",
"libp2p-core",
"libp2p-swarm",
"log 0.4.8",
"prost",
"prost-build",
"rand 0.7.3",
"sha2",
"smallvec 1.2.0",
"uint",
]
[[package]]
name = "libp2p-mdns"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "074312353355df310affa105ec71b16fd7e52f5c6ae61d3dcbb3e79e8fdc9e5f"
"async-std",
"data-encoding",
"dns-parser",
"either",
"lazy_static",
"libp2p-core",
"libp2p-swarm",
"log 0.4.8",
"net2",
"rand 0.7.3",
"smallvec 1.2.0",
"void",
"wasm-timer",
]
[[package]]
name = "libp2p-mplex"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "89d0b44dfdef80cc2be4b42d127de1c793905eca2459415a5c57d6b4fbd8ec30"
"futures_codec",
"libp2p-core",
"log 0.4.8",
"parking_lot 0.10.0",
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0845e8208d814cd41c26c90a6a2f2b720c31b588209cecc49a44c881a09f417f"
"lazy_static",
"libp2p-core",
"log 0.4.8",
"prost",
"prost-build",
"rand 0.7.3",
"ring",
"snow",
"x25519-dalek",
"zeroize 1.1.0",
[[package]]
name = "libp2p-ping"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "16ecced2949ae93b6ff29565303ecd1bef15c4e4efb689033ee744922561a36b"
"libp2p-core",
"libp2p-swarm",
"log 0.4.8",
"rand 0.7.3",
"void",
"wasm-timer",
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "195fda6b6a948a242fd30570e0e3418ae8e0a20055ea75d45458e1079a8efb05"
"futures_codec",
"libp2p-core",
"log 0.4.8",
"prost",
"prost-build",
"rw-stream-sink",
]
[[package]]
name = "libp2p-secio"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ceef68ca377b264f84d64c88739a8fa118b5db1e8f18297351dff75314504a5f"
dependencies = [
"aes-ctr",
"ctr",
"hmac",
"js-sys",
"lazy_static",
"libp2p-core",
"log 0.4.8",
"parity-send-wrapper",
"pin-project",
"prost",
"prost-build",
"quicksink",
"rand 0.7.3",
"ring",
"rw-stream-sink",
"sha2",
"static_assertions",
"twofish",
"wasm-bindgen",
"wasm-bindgen-futures",
"web-sys",
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "14ea00be81bc3985e36abad263ce2ad1b6aeb862aa743563eb70ad42880c05ae"
"libp2p-core",
"log 0.4.8",
"smallvec 1.2.0",
"void",
"wasm-timer",
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9e65ef381570df31cb047dfbc11483ab0fe7e6abbdcf2bdc2c60b5d11133d241"
dependencies = [
"futures-timer 2.0.2",
"get_if_addrs",
"ipnet",
"libp2p-core",
"log 0.4.8",
]
[[package]]
name = "libp2p-uds"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e4f4f7989b35f33d4b9738aab2f031310eb20fec513cab44d12b1bc985a8074"
"libp2p-core",
"log 0.4.8",
[[package]]
name = "libp2p-wasm-ext"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b4d457adb91a5e2212343218a554394cd8ced64a79fb8e36e7aed2a16d49495"
"js-sys",
"libp2p-core",
"parity-send-wrapper",
"wasm-bindgen",
"wasm-bindgen-futures",
[[package]]
name = "libp2p-websocket"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bba425f2af1fdb7dece88b9ae05ca9430dfb0b72b2c078e73ded6f1556084509"
dependencies = [
"async-tls",
"bytes 0.5.4",
"either",
"libp2p-core",
"log 0.4.8",
"quicksink",
"rustls",
"rw-stream-sink",
"soketto",
"url 2.1.1",