# 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-network" version = "0.31.0" authors = [ "Santiago Carmuega ", "Pi Lanningham ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Ouroboros networking stack using async IO" homepage = "https://github.com/txpipe/pallas" documentation = "https://docs.rs/pallas-upstream" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/txpipe/pallas" [lib] name = "pallas_network" path = "src/lib.rs" [[test]] name = "plexer" path = "tests/plexer.rs" [[test]] name = "protocols" path = "tests/protocols.rs" [dependencies.byteorder] version = "1.4.3" [dependencies.hex] version = "0.4.3" [dependencies.itertools] version = "0.13.0" [dependencies.pallas-codec] version = "=0.31.0" [dependencies.pallas-crypto] version = "=0.31.0" [dependencies.rand] version = "0.8.5" [dependencies.socket2] version = "0.5.5" [dependencies.thiserror] version = "1.0.31" [dependencies.tokio] version = "1" features = [ "rt", "net", "io-util", "time", "sync", "macros", ] [dependencies.tracing] version = "0.1.37" [dev-dependencies.tokio] version = "1" features = ["full"] [dev-dependencies.tracing-subscriber] version = "0.3.16"