pallas/pallas-primitives/Cargo.toml
Santiago Carmuega fafd31fcc6 Release 0.5.0
pallas@0.5.0
pallas-crypto@0.5.0
pallas-miniprotocols@0.5.0
pallas-multiplexer@0.5.0
pallas-primitives@0.5.0

Generated by cargo-workspaces
2022-02-24 19:01:26 -03:00

22 lines
644 B
TOML

[package]
name = "pallas-primitives"
description = "Ledger primitives and cbor codec for the different Cardano eras"
version = "0.5.0"
edition = "2021"
repository = "https://github.com/txpipe/pallas"
homepage = "https://github.com/txpipe/pallas"
documentation = "https://docs.rs/pallas-byron"
license = "Apache-2.0"
readme = "README.md"
authors = [
"Santiago Carmuega <santiago@carmuega.me>",
"Lucas Rosa <x@rvcas.dev>",
]
[dependencies]
minicbor = { version = "0.13", features = ["std", "half"] }
minicbor-derive = "0.8.0"
hex = "0.4.3"
log = "0.4.14"
pallas-crypto = { version = "0.5.0", path = "../pallas-crypto" }
base58 = "0.2.0"