# 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 = "lemu" version = "0.2.20" authors = ["bend-n "] description = "M-LOG runner" readme = "README.md" keywords = [ "mindustry", "logic", "emulator", "executor", ] license = "MIT" repository = "https://github.com/bend-n/mindus.git" [[bin]] name = "lemu" path = "src/main.rs" doc = false required-features = ["bin"] [dependencies.beef] version = "0.5" [dependencies.comat] version = "0.1.2" optional = true [dependencies.enum_dispatch] version = "0.3" [dependencies.fimg] version = "0.4.26" default-features = false [dependencies.lerr] version = "0.1.5" optional = true [dependencies.logos] version = "0.14.0" [dependencies.rust-fuzzy-search] version = "0.1.1" optional = true [dependencies.thiserror] version = "1.0" [dependencies.vecto] version = "0.1.1" [features] bin = [ "fimg/save", "diagnose", ] debug = ["comat"] default = ["bin"] diagnose = [ "rust-fuzzy-search", "lerr", "comat", ]