pallas/pallas-hardano/Cargo.toml
Renovate Bot 087db20a21
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 tracing-subscriber to 0.3.20 [security]
2026-06-29 06:24:54 +00:00

23 lines
694 B
TOML

[package]
name = "pallas-hardano"
description = "Pallas interoperability with the Haskel Cardano node implementation"
version = "0.32.1"
edition = "2021"
repository = "https://github.com/txpipe/pallas"
homepage = "https://github.com/txpipe/pallas"
documentation = "https://docs.rs/pallas-hardano"
license = "Apache-2.0"
readme = "README.md"
authors = ["Santiago Carmuega <santiago@carmuega.me>"]
[dependencies]
thiserror = "1.0.49"
binary-layout = "3.2.0"
tap = "1.0.1"
tracing = "0.1.40"
pallas-traverse = { version = "=0.32.1", path = "../pallas-traverse" }
pallas-network = { version = "=0.32.1", path = "../pallas-network" }
[dev-dependencies]
tracing-subscriber = "0.3.20"
hex = "0.4.3"