# 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-lib" version = "0.6.2" authors = ["Miden contributors"] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Standard library of the Miden rollup" homepage = "https://polygon.technology/polygon-miden" readme = "README.md" keywords = [ "miden", "transaction", "kernel", ] categories = ["no-std"] license = "MIT" repository = "https://github.com/0xPolygonMiden/miden-base" [lib] name = "miden_lib" path = "src/lib.rs" [dependencies.miden-objects] version = "0.6" default-features = false [dependencies.miden-stdlib] version = "0.11" default-features = false [dev-dependencies.miden-objects] version = "0.6" features = ["testing"] default-features = false [dev-dependencies.vm-processor] version = "0.11" features = ["testing"] default-features = false package = "miden-processor" [build-dependencies.assembly] version = "0.11" default-features = false package = "miden-assembly" [build-dependencies.miden-stdlib] version = "0.11" default-features = false [build-dependencies.regex] version = "1.10" [build-dependencies.walkdir] version = "2.5" [features] concurrent = [ "miden-objects/concurrent", "std", ] default = ["std"] std = [ "assembly/std", "miden-objects/std", "miden-stdlib/std", "vm-processor/std", ] testing = ["miden-objects/testing"] with-debug-info = ["miden-stdlib/with-debug-info"]