amaru-uplc 0.1.0

A UPLC Evaluator as a CEK machine
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 = "2021"
name = "amaru-uplc"
version = "0.1.0"
authors = [
    "PRAGMA <hello@pragma.io>",
    "Lucas Rosa <x@rvcas.dev>",
]
build = "build.rs"
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A UPLC Evaluator as a CEK machine"
homepage = "https://github.com/pragma-uplc/uplc"
documentation = "https://docs.rs/amaru-uplc"
readme = false
license = "Apache-2.0"
repository = "https://github.com/pragma-org/uplc"

[features]
alloc_profiler = []

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

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

[[bench]]
name = "simple"
path = "benches/simple/main.rs"
harness = false

[[bench]]
name = "turbo"
path = "benches/turbo/main.rs"
harness = false

[[bench]]
name = "use_cases"
path = "benches/use_cases/main.rs"
harness = false

[dependencies.append-only-vec]
version = "0.1.8"

[dependencies.blst]
version = "0.3.13"

[dependencies.bumpalo]
version = "3.16.0"
features = ["collections"]

[dependencies.chumsky]
version = "=1.0.0-alpha.8"
features = ["pratt"]

[dependencies.cryptoxide]
version = "0.4.4"
features = ["ripemd160"]

[dependencies.divan]
version = "0.1.21"

[dependencies.hamming]
version = "0.1.3"

[dependencies.hex]
version = "0.4.3"

[dependencies.minicbor]
version = "0.25.1"
features = ["std"]

[dependencies.num]
version = "0.4.3"

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

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

[dependencies.once_cell]
version = "1.20.2"

[dependencies.secp256k1]
version = "0.30.0"

[dependencies.thiserror]
version = "1.0.63"

[dev-dependencies.criterion]
version = "0.7.0"
features = ["html_reports"]

[dev-dependencies.insta]
version = "1.40.0"

[dev-dependencies.itertools]
version = "0.13.0"

[dev-dependencies.ouroboros]
version = "0.18.4"

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

[dev-dependencies.rayon]
version = "1.11.0"

[build-dependencies.walkdir]
version = "2.5.0"