# 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" name = "lmntalc" version = "0.12.0" authors = ["QRWells "] description = "A compiler for the LMNtal language" readme = "README.md" license = "MIT" repository = "https://gitlab.ueda.info.waseda.ac.jp/wang/lmntalc" [lib] name = "lmntalc" path = "src/lib.rs" [[bin]] name = "lmntalc" path = "src/main.rs" doc = false [dependencies.ariadne] version = "0.4" features = ["auto-color"] [dependencies.clap] version = "4.5" features = ["derive"] [dependencies.once_cell] version = "1.19" [dependencies.owo-colors] version = "4" [dependencies.petgraph] version = "0.6" features = ["serde-1"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.termtree] version = "0.4"