# 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.82" name = "miden-tx" version = "0.6.2" authors = ["Miden contributors"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Miden rollup transaction compiler, executor, and prover" homepage = "https://polygon.technology/polygon-miden" readme = "README.md" keywords = [ "miden", "transaction", ] categories = ["no-std"] license = "MIT" repository = "https://github.com/0xPolygonMiden/miden-base" [lib] name = "miden_tx" path = "src/lib.rs" [[test]] name = "miden-tx" path = "tests/integration/main.rs" [dependencies.async-trait] version = "0.1" [dependencies.miden-lib] version = "0.6" default-features = false [dependencies.miden-objects] version = "0.6" default-features = false [dependencies.miden-prover] version = "0.11" default-features = false [dependencies.miden-verifier] version = "0.11" default-features = false [dependencies.rand] version = "0.8" default-features = false [dependencies.rand_chacha] version = "0.3" optional = true default-features = false [dependencies.vm-processor] version = "0.11" default-features = false package = "miden-processor" [dependencies.winter-maybe-async] version = "0.10" [dev-dependencies.assembly] version = "0.11" default-features = false package = "miden-assembly" [dev-dependencies.rand_chacha] version = "0.3" default-features = false [features] async = ["winter-maybe-async/async"] concurrent = [ "miden-lib/concurrent", "miden-objects/concurrent", "miden-prover/concurrent", "std", ] default = ["std"] std = [ "miden-lib/std", "miden-objects/std", "miden-prover/std", "miden-verifier/std", "vm-processor/std", ] testing = [ "miden-objects/testing", "miden-lib/testing", "vm-processor/testing", "dep:rand_chacha", ]