# 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 = "2021" rust-version = "1.80" name = "midenc-driver" version = "0.0.7" authors = ["Miden contributors"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "The driver for midenc, the Miden compiler" homepage = "https://github.com/0xPolygonMiden/compiler" documentation = "https://github.com/0xPolygonMiden/compiler" readme = "README.md" keywords = [ "compiler", "miden", ] categories = ["compilers"] license = "MIT" repository = "https://github.com/0xPolygonMiden/compiler" [lib] name = "midenc_driver" path = "src/lib.rs" [dependencies.clap] version = "4.1" features = [ "derive", "std", "env", "help", ] default-features = false [dependencies.log] version = "0.4" [dependencies.midenc-compile] version = "0.0.7" [dependencies.midenc-debug] version = "0.0.7" optional = true [dependencies.midenc-hir] version = "0.0.7" [dependencies.midenc-session] version = "0.0.7" [dependencies.thiserror] version = "1.0" package = "miden-thiserror" [features] all = [ "std", "debug", ] alloc = [ "clap/help", "clap/usage", "clap/error-context", "clap/suggestions", ] debug = ["dep:midenc-debug"] default = ["all"] std = [ "alloc", "log/std", "clap/std", "clap/color", "clap/env", ]