# 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-stdlib" version = "0.11.0" authors = ["Miden contributors"] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Miden VM standard library" homepage = "https://polygon.technology/polygon-miden" documentation = "https://docs.rs/miden-stdlib/0.11.0" readme = "README.md" keywords = [ "miden", "program", "stdlib", ] categories = [ "cryptography", "mathematics", ] license = "MIT" repository = "https://github.com/0xPolygonMiden/miden-vm" [lib] name = "miden_stdlib" path = "src/lib.rs" doctest = false bench = false [[test]] name = "mast_forest_merge" path = "tests/mast_forest_merge.rs" [[test]] name = "stdlib" path = "tests/main.rs" [[bench]] name = "compilation" path = "benches/compilation.rs" harness = false [dependencies.assembly] version = "0.11" default-features = false package = "miden-assembly" [dev-dependencies.blake3] version = "1.5" [dev-dependencies.criterion] version = "0.5" [dev-dependencies.miden-air] version = "0.11" default-features = false package = "miden-air" [dev-dependencies.num] version = "0.4" [dev-dependencies.num-bigint] version = "0.4" [dev-dependencies.pretty_assertions] version = "1.4" [dev-dependencies.processor] version = "0.11" features = ["testing"] default-features = false package = "miden-processor" [dev-dependencies.rand] version = "0.8" default-features = false [dev-dependencies.serde_json] version = "1.0" [dev-dependencies.sha2] version = "0.10" [dev-dependencies.sha3] version = "0.10" [dev-dependencies.winter-air] version = "0.10" package = "winter-air" [dev-dependencies.winter-fri] version = "0.10" package = "winter-fri" [build-dependencies.assembly] version = "0.11" package = "miden-assembly" [features] default = ["std"] std = ["assembly/std"] with-debug-info = []