# 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-core" version = "0.11.0" authors = ["Miden contributors"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Miden VM core components" homepage = "https://polygon.technology/polygon-miden" documentation = "https://docs.rs/miden-core/0.11.0" readme = "README.md" keywords = [ "instruction-set", "miden", "program", ] categories = [ "emulators", "no-std", ] license = "MIT" repository = "https://github.com/0xPolygonMiden/miden-vm" [lib] name = "miden_core" path = "src/lib.rs" doctest = false bench = false [dependencies.lock_api] version = "0.4" features = ["arc_lock"] [dependencies.math] version = "0.10" default-features = false package = "winter-math" [dependencies.memchr] version = "2.7" default-features = false [dependencies.miden-crypto] version = "0.12" default-features = false [dependencies.miden-formatting] version = "0.1" default-features = false [dependencies.miette] version = "7.1" features = [ "fancy-no-syscall", "derive", ] optional = true default-features = false package = "miden-miette" [dependencies.num-derive] version = "0.4" default-features = false [dependencies.num-traits] version = "0.2" default-features = false [dependencies.parking_lot] version = "0.12" optional = true [dependencies.thiserror] version = "1.0" default-features = false package = "miden-thiserror" [dependencies.winter-utils] version = "0.10" default-features = false package = "winter-utils" [dev-dependencies.loom] version = "0.7" [dev-dependencies.proptest] version = "1.5" [dev-dependencies.rand-utils] version = "0.10" package = "winter-rand-utils" [features] default = ["std"] diagnostics = ["dep:miette"] std = [ "dep:parking_lot", "memchr/std", "miden-crypto/std", "miden-formatting/std", "math/std", "winter-utils/std", "thiserror/std", ] [target."cfg(loom)".dependencies.loom] version = "0.7" [lints.rust.unexpected_cfgs] level = "warn" priority = 0 check-cfg = ["cfg(loom)"]