pallas/pallas-network/Cargo.toml
Renovate Bot c01771f9ff
Some checks failed
Validate / Check-1 (push) Failing after 1s
Validate / Test Suite-1 (push) Failing after 1s
Validate / Lints (push) Failing after 1s
Validate / Check (push) Has been cancelled
Validate / Check-2 (push) Has been cancelled
Validate / Test Suite (push) Has been cancelled
Validate / Test Suite-2 (push) Has been cancelled
chore(deps): update rust crate tokio to 1.38.2 [security]
2026-06-29 06:25:00 +00:00

28 lines
887 B
TOML

[package]
name = "pallas-network"
description = "Ouroboros networking stack using async IO"
version = "0.32.1"
edition = "2021"
repository = "https://github.com/txpipe/pallas"
homepage = "https://github.com/txpipe/pallas"
documentation = "https://docs.rs/pallas-upstream"
license = "Apache-2.0"
readme = "README.md"
authors = ["Santiago Carmuega <santiago@carmuega.me>", "Pi Lanningham <pi.lanningham@gmail.com>"]
[dependencies]
byteorder = "1.4.3"
hex = "0.4.3"
itertools = "0.13.0"
pallas-codec = { version = "=0.32.1", path = "../pallas-codec" }
pallas-crypto = { version = "=0.32.1", path = "../pallas-crypto" }
rand = "0.8.5"
socket2 = "0.5.5"
thiserror = "1.0.31"
tokio = { version = "1.38.2", features = ["rt", "net", "io-util", "time", "sync", "macros"] }
tracing = "0.1.37"
[dev-dependencies]
tracing-subscriber = "0.3.16"
tokio = { version = "1.38.2", features = ["full"] }