miden-standards 0.13.3

Standards of the Miden protocol
Documentation
# 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 = "2024"
rust-version = "1.90"
name = "miden-standards"
version = "0.13.3"
authors = ["Miden contributors"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Standards of the Miden protocol"
homepage = "https://miden.xyz"
readme = "README.md"
keywords = [
    "kernel",
    "miden",
    "transaction",
]
categories = ["no-std"]
license = "MIT"
repository = "https://github.com/0xMiden/miden-base"

[features]
default = ["std"]
std = [
    "miden-assembly/std",
    "miden-core-lib/std",
    "miden-processor/std",
    "miden-protocol/std",
]
testing = [
    "dep:rand",
    "miden-assembly/testing",
    "miden-protocol/testing",
]

[lib]
name = "miden_standards"
path = "src/lib.rs"

[dependencies.miden-processor]
version = "0.20"
default-features = false

[dependencies.miden-protocol]
version = "0.13"
default-features = false

[dependencies.rand]
version = "0.9"
optional = true
default-features = false

[dependencies.thiserror]
version = "2.0"
default-features = false

[dev-dependencies.anyhow]
version = "1.0"

[dev-dependencies.assert_matches]
version = "1.5"
default-features = false

[dev-dependencies.miden-processor]
version = "0.20"
features = ["testing"]
default-features = false

[dev-dependencies.miden-protocol]
version = "0.13"
features = ["testing"]
default-features = false

[build-dependencies.fs-err]
version = "3"

[build-dependencies.miden-assembly]
version = "0.20"
default-features = false

[build-dependencies.miden-core]
version = "0.20"
default-features = false

[build-dependencies.miden-core-lib]
version = "0.20"
default-features = false

[build-dependencies.miden-protocol]
version = "0.13"
default-features = false

[build-dependencies.regex]
version = "1.11"

[build-dependencies.walkdir]
version = "2.5"