# 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 = "2021" rust-version = "1.66.1" name = "uplc-minimal-pallas" version = "1.0.37-alpha" authors = [ "Lucas Rosa ", "Kasey White ", ] exclude = ["test_data/*"] description = "Utilities for working with Untyped Plutus Core" homepage = "https://github.com/aiken-lang/aiken" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/aiken-lang/aiken" [dependencies.blst] version = "0.3.11" [dependencies.cryptoxide] version = "0.4.4" [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.22.0" [dependencies.pallas-codec] version = "0.22.0" features = ["num-bigint"] [dependencies.pallas-crypto] version = "0.22.0" [dependencies.pallas-primitives] version = "0.22.0" [dependencies.pallas-traverse] version = "0.22.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.94" [dependencies.strum] version = "0.24.1" [dependencies.strum_macros] version = "0.24.3" [dependencies.thiserror] version = "1.0.39" [dev-dependencies.hex] version = "0.4.3" [dev-dependencies.indoc] version = "2.0.1" [dev-dependencies.pretty_assertions] version = "1.3.0" [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"