# 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-session" version = "0.0.7" authors = ["Miden contributors"] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Session management for the Midenc 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_session" path = "src/lib.rs" [dependencies.clap] version = "4.1" features = [ "derive", "std", "env", "help", ] optional = true default-features = false [dependencies.inventory] version = "0.3" [dependencies.log] version = "0.4" [dependencies.miden-assembly] version = "0.10.3" [dependencies.miden-base-sys] version = "0.0.7" features = ["masl-lib"] [dependencies.miden-core] version = "0.10.3" [dependencies.miden-stdlib] version = "0.10.3" features = ["with-debug-info"] [dependencies.midenc-hir-macros] version = "0.0.7" [dependencies.midenc-hir-symbol] version = "0.0.7" [dependencies.parking_lot] version = "0.12" optional = true [dependencies.serde] version = "1.0.208" features = [ "serde_derive", "alloc", "rc", ] optional = true [dependencies.serde_repr] version = "0.1.19" optional = true [dependencies.termcolor] version = "1.4.1" optional = true [dependencies.thiserror] version = "1.0" package = "miden-thiserror" [features] default = ["std"] serde = [ "dep:serde", "dep:serde_repr", "midenc-hir-symbol/serde", ] std = [ "dep:termcolor", "dep:parking_lot", "dep:clap", ]