[package] name = "pallas-miniprotocols" description = "Implementation of the Ouroboros network mini-protocols state-machines" version = "0.18.3" edition = "2021" repository = "https://github.com/txpipe/pallas" homepage = "https://github.com/txpipe/pallas" documentation = "https://docs.rs/pallas-machines" license = "Apache-2.0" readme = "README.md" authors = ["Santiago Carmuega "] [dependencies] pallas-codec = { version = "=0.18.3", path = "../pallas-codec/" } pallas-multiplexer = { version = "=0.18.3", path = "../pallas-multiplexer/" } hex = "0.4.3" itertools = "0.10.3" thiserror = "1.0.31" tracing = "0.1.37"