# 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-objects" version = "0.6.2" authors = ["Miden contributors"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Core components of the Miden rollup" homepage = "https://polygon.technology/polygon-miden" readme = "README.md" keywords = [ "miden", "objects", ] categories = ["no-std"] license = "MIT" repository = "https://github.com/0xPolygonMiden/miden-base" [lib] name = "miden_objects" path = "src/lib.rs" bench = false [[bench]] name = "account_seed" path = "benches/account_seed.rs" harness = false [dependencies.assembly] version = "0.11" default-features = false package = "miden-assembly" [dependencies.log] version = "0.4" optional = true [dependencies.miden-crypto] version = "0.12" default-features = false [dependencies.miden-verifier] version = "0.11" default-features = false [dependencies.rand] version = "0.8" optional = true default-features = false [dependencies.vm-core] version = "0.11" default-features = false package = "miden-core" [dependencies.vm-processor] version = "0.11" default-features = false package = "miden-processor" [dependencies.winter-rand-utils] version = "0.10" optional = true [dev-dependencies.criterion] version = "0.5" features = ["html_reports"] default-features = false [dev-dependencies.rstest] version = "0.22" [dev-dependencies.tempfile] version = "3.12" [features] concurrent = ["std"] default = ["std"] std = [ "assembly/std", "miden-crypto/std", "miden-verifier/std", "vm-core/std", "vm-processor/std", ] testing = [ "dep:winter-rand-utils", "dep:rand", ] [target.'cfg(target_arch = "wasm32")'.dependencies.getrandom] version = "0.2" features = ["js"]