pallas@0.4.0 pallas-alonzo@0.4.0 pallas-blockfetch@0.4.0 pallas-chainsync@0.4.0 pallas-crypto@0.4.0 pallas-handshake@0.4.0 pallas-localstate@0.4.0 pallas-machines@0.4.0 pallas-multiplexer@0.4.0 pallas-txsubmission@0.4.0 Generated by cargo-workspaces
20 lines
571 B
TOML
20 lines
571 B
TOML
[package]
|
|
name = "pallas-alonzo"
|
|
description = "Ledger primitives and cbor codec for the Alonzo era"
|
|
version = "0.4.0"
|
|
edition = "2021"
|
|
repository = "https://github.com/txpipe/pallas"
|
|
homepage = "https://github.com/txpipe/pallas"
|
|
documentation = "https://docs.rs/pallas-alonzo"
|
|
license = "Apache-2.0"
|
|
readme = "README.md"
|
|
authors = [
|
|
"Santiago Carmuega <santiago@carmuega.me>"
|
|
]
|
|
|
|
[dependencies]
|
|
minicbor = { version = "0.13", features = ["std"] }
|
|
minicbor-derive = "0.8.0"
|
|
hex = "0.4.3"
|
|
log = "0.4.14"
|
|
pallas-crypto = { version = "0.4.0", path = "../pallas-crypto" }
|