[package] name = "uplc" description = "Utilities for working with Untyped Plutus Core" version = "0.0.20" edition = "2021" repository = "https://github.com/txpipe/aiken/crates/uplc" homepage = "https://github.com/txpipe/aiken" license = "Apache-2.0" authors = ["Lucas Rosa ", "Kasey White "] exclude = ["test_data/*"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] cryptoxide = "0.4.2" flat-rs = { path = "../flat", version = "0.0.20" } hex = "0.4.3" pallas-addresses = "0.14.0-alpha.3" pallas-codec = "0.14.0-alpha.3" pallas-crypto = "0.14.0-alpha.3" pallas-primitives = "0.14.0-alpha.3" pallas-traverse = "0.14.0-alpha.3" peg = "0.8.0" pretty = "0.11.3" thiserror = "1.0.31" anyhow = "1.0.57" serde = { version = "1.0.144", features = ["derive"] } serde_json = "1.0.85" [dev-dependencies] hex = "0.4.3" proptest = "1.0.0" [features] unstable = []