# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "pallas-handshake" version = "0.4.0" authors = ["Santiago Carmuega "] description = "Implementation of the Ouroboros network handshake mini-protocol" homepage = "https://github.com/txpipe/pallas" documentation = "https://docs.rs/pallas-handshake" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/txpipe/pallas" [dependencies.itertools] version = "0.10.1" [dependencies.log] version = "0.4.14" [dependencies.minicbor] version = "0.13" features = ["half", "std"] [dependencies.pallas-machines] version = "0.4.0" [dependencies.pallas-multiplexer] version = "0.4.0" [dev-dependencies.env_logger] version = "0.9.0" [dev-dependencies.net2] version = "0.2.37"