miden-assembly-syntax 0.20.4

Parsing and semantic analysis of the Miden Assembly language
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-assembly-syntax"
version = "0.20.4"
authors = ["Miden contributors"]
build = "build.rs"
exclude = [".github/"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Parsing and semantic analysis of the Miden Assembly language"
homepage = "https://miden.xyz"
documentation = "https://docs.rs/miden-assembly-syntax"
readme = "README.md"
keywords = [
    "assembly",
    "language",
    "syntax",
    "miden",
]
categories = [
    "compilers",
    "no-std",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/0xMiden/miden-vm"

[features]
arbitrary = [
    "dep:proptest",
    "dep:proptest-derive",
    "miden-core/arbitrary",
]
default = ["std"]
logging = ["dep:env_logger"]
serde = [
    "dep:serde",
    "dep:serde-untagged",
    "miden-core/serde",
    "miden-debug-types/serde",
    "midenc-hir-type/serde",
    "semver/serde",
    "smallvec/serde",
]
std = [
    "aho-corasick/std",
    "miden-core/std",
    "miden-debug-types/std",
    "miden-utils-diagnostics/std",
    "thiserror/std",
    "proptest/std",
]
testing = [
    "arbitrary",
    "logging",
]

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

[dependencies.aho-corasick]
version = "1.1"
default-features = false

[dependencies.env_logger]
version = "0.11"
optional = true

[dependencies.lalrpop-util]
version = "0.22"
default-features = false

[dependencies.log]
version = "0.4"
default-features = false

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

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

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

[dependencies.midenc-hir-type]
version = "0.4"
default-features = false

[dependencies.proptest]
version = "1.8"
features = [
    "no_std",
    "alloc",
]
optional = true
default-features = false

[dependencies.proptest-derive]
version = "0.7"
optional = true
default-features = false

[dependencies.regex]
version = "1.12"
features = [
    "unicode",
    "perf",
]
default-features = false

[dependencies.semver]
version = "1.0"
default-features = false

[dependencies.serde]
version = "1.0"
features = [
    "alloc",
    "derive",
    "rc",
]
optional = true
default-features = false

[dependencies.serde-untagged]
version = "0.1"
optional = true

[dependencies.smallvec]
version = "1.15"
features = [
    "union",
    "const_generics",
    "const_new",
]
default-features = false

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

[dev-dependencies.env_logger]
version = "0.11"

[dev-dependencies.pretty_assertions]
version = "1.4"

[dev-dependencies.proptest]
version = "1.8"
features = [
    "no_std",
    "alloc",
]
default-features = false

[dev-dependencies.serde_json]
version = "1.0"
features = ["alloc"]
default-features = false

[build-dependencies.lalrpop]
version = "0.22"
default-features = false

[build-dependencies.rustc_version]
version = "0.4"