midenc 0.9.2

The compiler frontend/executable for Miden
# 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.97"
name = "midenc"
version = "0.9.2"
authors = ["Miden contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The compiler frontend/executable for Miden"
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"

[[bin]]
name = "midenc"
path = "src/main.rs"

[dependencies.human-panic]
version = "2.0"

[dependencies.midenc-driver]
version = "0.9.2"
features = ["std"]

[dependencies.midenc-log]
version = "0.9.2"
features = ["kv"]