version = 3
[[package]]
name = "byteorder"
version = "1.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
[[package]]
name = "cfg-if"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
name = "cryptoxide"
version = "0.3.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "42014d4c82e74bc17aaccc4bd75d3615d2b8236198de81c51bed5ddefaae6435"
[[package]]
name = "either"
version = "1.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457"
[[package]]
name = "half"
version = "1.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eabb4a44450da02c90444cf74558da904edde8fb4e9035a9a6a4e15445af0bd7"
[[package]]
name = "hex"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
[[package]]
name = "itertools"
version = "0.10.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a9a9d19fa1e79b6215ff29b9d6880b706147f16e9b1dbb1e4e5947b5b02bc5e3"
dependencies = [
"either",
]
[[package]]
name = "log"
version = "0.4.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710"
dependencies = [
"cfg-if",
]
[[package]]
name = "minicbor"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f87f3e31e61ba3695668b1de137268177e1f7e38743d5f6e811c50e7ce4c047b"
dependencies = [
"half",
]
[[package]]
name = "minicbor-derive"
version = "0.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c280fe98714667f968ab3a18e47e3eecb274cd6c64f6431c6f451bc561a2cee6"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "pallas"
version = "0.3.7"
dependencies = [
"pallas-alonzo",
"pallas-blockfetch",
"pallas-chainsync",
"pallas-handshake",
"pallas-localstate",
"pallas-machines",
"pallas-multiplexer",
"pallas-txsubmission",
]
[[package]]
name = "pallas-alonzo"
version = "0.3.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9b7395e2eadab98828eaa149acb846ad4aac69e5fa56f88c0b9bd89f776480ef"
dependencies = [
"cryptoxide",
"hex",
"log",
"minicbor",
"minicbor-derive",
]
[[package]]
name = "pallas-blockfetch"
version = "0.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4130ea7c71df6e494e48f64e1f69adb84d2f7fd4503e4ea839129b07e0af5b65"
dependencies = [
"log",
"minicbor",
"pallas-machines",
"pallas-multiplexer",
]
[[package]]
name = "pallas-chainsync"
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b614a318270f6704bfec8ff103cdd44385c9a435ee9a440a606fbed0909b621b"
dependencies = [
"hex",
"log",
"minicbor",
"pallas-machines",
"pallas-multiplexer",
]
[[package]]
name = "pallas-handshake"
version = "0.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1939a6f766078d1b264187e3d95464890ec205a3fb241a85579fb4ad780f83a5"
dependencies = [
"itertools",
"log",
"minicbor",
"pallas-machines",
"pallas-multiplexer",
]
[[package]]
name = "pallas-localstate"
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f0fad2dea9dec8c16dccc679056eca3439e75af48bc1cbc59d9f4ed08fd2c49d"
dependencies = [
"hex",
"log",
"minicbor",
"pallas-machines",
"pallas-multiplexer",
]
[[package]]
name = "pallas-machines"
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5f35ae7792afc2f8007505dc4734df1adcafb0471402e701f867cf3ac78cbbc8"
dependencies = [
"hex",
"log",
"minicbor",
"pallas-multiplexer",
]
[[package]]
name = "pallas-multiplexer"
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9f39035d10bd537178a7bc772b176a5fbd9dc98f131023465d07eba0cfcfd433"
dependencies = [
"byteorder",
"hex",
"log",
]
[[package]]
name = "pallas-txsubmission"
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "57c6a00a0ceb07af43879239ac8361fc94bc6c856adb4da30dfa200e17a8d861"
dependencies = [
"hex",
"itertools",
"log",
"minicbor",
"pallas-machines",
"pallas-multiplexer",
]
[[package]]
name = "proc-macro2"
version = "1.0.36"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c7342d5883fbccae1cc37a2353b09c87c9b0f3afd73f5fb9bba687a1f733b029"
dependencies = [
"unicode-xid",
]
[[package]]
name = "quote"
version = "1.0.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "47aa80447ce4daf1717500037052af176af5d38cc3e571d9ec1c7353fc10c87d"
dependencies = [
"proc-macro2",
]
[[package]]
name = "syn"
version = "1.0.85"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a684ac3dcd8913827e18cd09a68384ee66c1de24157e3c556c9ab16d85695fb7"
dependencies = [
"proc-macro2",
"quote",
"unicode-xid",
]
[[package]]
name = "unicode-xid"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3"