midenc-session 0.7.0

Session management for the Midenc compiler
# 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.92"
name = "midenc-session"
version = "0.7.0"
authors = ["Miden contributors"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Session management for the Midenc compiler"
homepage = "https://github.com/0xMiden/compiler"
documentation = "https://github.com/0xMiden/compiler"
readme = "README.md"
keywords = [
    "compiler",
    "miden",
]
categories = ["compilers"]
license = "MIT"
repository = "https://github.com/0xMiden/compiler"
resolver = "2"

[features]
default = ["std"]
std = [
    "dep:termcolor",
    "dep:parking_lot",
    "dep:clap",
    "anyhow/std",
    "miden-assembly/std",
    "miden-protocol/std",
]

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

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

[dependencies.clap]
version = "4.5"
features = [
    "derive",
    "std",
    "env",
    "help",
    "suggestions",
    "error-context",
]
optional = true
default-features = false

[dependencies.inventory]
version = "0.3"

[dependencies.log]
version = "0.4"
features = ["kv"]

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

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

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

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

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

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

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

[dependencies.midenc-hir-macros]
version = "0.7.0"

[dependencies.midenc-hir-symbol]
version = "0.7.0"

[dependencies.parking_lot]
version = "0.12"
optional = true

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

[dependencies.termcolor]
version = "1.4.1"
optional = true

[dependencies.thiserror]
version = "1.0"
package = "miden-thiserror"