[package] name = "pallas-handshake" description = "Implementation of the Ouroboros network handshake mini-protocol" version = "0.4.0" edition = "2021" repository = "https://github.com/txpipe/pallas" homepage = "https://github.com/txpipe/pallas" documentation = "https://docs.rs/pallas-handshake" license = "Apache-2.0" readme = "README.md" authors = [ "Santiago Carmuega " ] [dependencies] pallas-multiplexer = { version = "0.4.0", path = "../pallas-multiplexer/" } pallas-machines = { version = "0.4.0", path = "../pallas-machines/" } minicbor = { version="0.13", features=["half", "std"] } itertools = "0.10.1" log = "0.4.14" [dev-dependencies] net2 = "0.2.37" env_logger = "0.9.0"