uplc 1.1.23

Utilities for working with Untyped Plutus Core
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
rust-version = "1.94.1"
name = "uplc"
version = "1.1.23"
authors = [
    "Lucas Rosa <x@rvcas.dev>",
    "Kasey White <kwhitemsg@gmail.com>",
]
build = false
exclude = ["test_data/*"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Utilities for working with Untyped Plutus Core"
homepage = "https://github.com/aiken-lang/aiken"
documentation = "https://aiken-lang.org"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/aiken-lang/aiken"
resolver = "2"

[lib]
name = "uplc"
path = "src/lib.rs"

[[test]]
name = "conformance"
path = "tests/conformance.rs"

[[test]]
name = "integ_tests"
path = "tests/integ_tests.rs"

[[test]]
name = "pretty_tests"
path = "tests/pretty_tests.rs"

[dependencies.bitvec]
version = "1.0.1"

[dependencies.blst]
version = "0.3.11"

[dependencies.cryptoxide]
version = "0.4.4"

[dependencies.hamming]
version = "0.1.3"

[dependencies.hex]
version = "0.4.3"

[dependencies.indexmap]
version = "1.9.2"

[dependencies.itertools]
version = "0.10.5"

[dependencies.miette]
version = "5.5.0"

[dependencies.num-bigint]
version = "0.4.3"

[dependencies.num-integer]
version = "0.1.45"

[dependencies.num-traits]
version = "0.2.15"

[dependencies.once_cell]
version = "1.18.0"

[dependencies.pallas-addresses]
version = "0.35.0"

[dependencies.pallas-codec]
version = "0.35.0"
features = ["num-bigint"]

[dependencies.pallas-crypto]
version = "0.35.0"

[dependencies.pallas-primitives]
version = "0.35.0"

[dependencies.pallas-traverse]
version = "0.35.0"

[dependencies.peg]
version = "0.8.1"

[dependencies.pretty]
version = "0.11.3"

[dependencies.serde]
version = "1.0.152"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.148"

[dependencies.strum]
version = "0.26.3"
features = ["derive"]

[dependencies.thiserror]
version = "1.0.39"

[dev-dependencies.difference]
version = "2.0.0"

[dev-dependencies.hex]
version = "0.4.3"

[dev-dependencies.indoc]
version = "2.0.1"

[dev-dependencies.insta]
version = "1.30.0"
features = [
    "yaml",
    "json",
    "redactions",
]

[dev-dependencies.pretty_assertions]
version = "1.3.0"

[dev-dependencies.test-case]
version = "3.3.1"

[dev-dependencies.walkdir]
version = "2.3.2"

[target.'cfg(not(target_family="wasm"))'.dependencies.secp256k1]
version = "0.26.0"

[target.'cfg(target_family="wasm")'.dependencies.k256]
version = "0.13.0"