27 lines
611 B
TOML
27 lines
611 B
TOML
[package]
|
|
name = "cardano-tx-builder"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
description.workspace = true
|
|
# license.workspace = true // TBC
|
|
authors.workspace = true
|
|
repository.workspace = true
|
|
homepage.workspace = true
|
|
documentation.workspace = true
|
|
rust-version.workspace = true
|
|
|
|
[package.metadata.release]
|
|
release = false
|
|
|
|
[dependencies]
|
|
anyhow = "1.0.100"
|
|
bech32 = "0.11.0"
|
|
cryptoxide = "0.5.1"
|
|
hex = "0.4.3"
|
|
minicbor = { version = "0.25.1", features = ["alloc", "derive"] }
|
|
pallas-addresses = "0.33.0"
|
|
pallas-crypto = "0.33.0"
|
|
pallas-codec = "0.33.0"
|
|
pallas-primitives = "0.33.0"
|
|
uplc = "1.1.19"
|