pallas/pallas-configs/Cargo.toml
Renovate Bot 28fcb06cdf
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 serde_with to 3.21.0 [security]
2026-07-16 06:52:26 +00:00

27 lines
953 B
TOML

[package]
name = "pallas-configs"
description = "Config structs and utilities matching the Haskell implementation"
version = "0.32.1"
edition = "2021"
repository = "https://github.com/txpipe/pallas"
homepage = "https://github.com/txpipe/pallas"
documentation = "https://docs.rs/pallas-configs"
license = "Apache-2.0"
readme = "README.md"
authors = ["Santiago Carmuega <santiago@carmuega.me>"]
[dependencies]
hex = "0.4.3"
pallas-addresses = { version = "=0.32.1", path = "../pallas-addresses" }
pallas-crypto = { version = "=0.32.1", path = "../pallas-crypto" }
pallas-codec = { version = "=0.32.1", path = "../pallas-codec" }
pallas-primitives = { version = "=0.32.1", path = "../pallas-primitives" }
serde = { version = "1.0.136", optional = true, features = ["derive"] }
serde_json = { version = "1.0.79", optional = true }
base64 = "0.22.0"
serde_with = "3.21.0"
num-rational = "0.4.1"
[features]
json = ["serde", "serde_json"]
default = ["json"]