scale_signature_http 0.2.5

default http signature for Scale Runtime
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "byteorder"
version = "1.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"

[[package]]
name = "polyglot_rs"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e647c81742ae86fa262d121f4b31f1b09b2ac33e880088d60d91223fd8ee984"
dependencies = [
 "byteorder",
]

[[package]]
name = "scale_signature"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d0388af57855a8f85dae301814c9c614a4182439e501a660205b826fd958f0a1"

[[package]]
name = "scale_signature_http"
version = "0.2.5"
dependencies = [
 "polyglot_rs",
 "scale_signature",
]