midenc-driver 0.7.0

The driver for midenc, the Miden 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-driver"
version = "0.7.0"
authors = ["Miden contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The driver for midenc, the Miden 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]
alloc = [
    "clap/help",
    "clap/usage",
    "clap/error-context",
    "clap/suggestions",
]
default = ["std"]
std = [
    "alloc",
    "log/std",
    "clap/color",
]

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

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

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

[dependencies.midenc-compile]
version = "0.7.0"

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

[dependencies.midenc-session]
version = "0.7.0"

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