# 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 = "rm1masm" version = "1.0.3" authors = ["Kenta Arai @isKenta14"] description = "MICRO-1 micro assembler written in Rust" readme = "README.md" license = "MIT" repository = "https://github.com/Kenta11/rm1masm" [profile.release] strip = true [dependencies.ariadne] version = "0.1.5" [dependencies.chumsky] version = "0.8.0" [dependencies.clap] version = "2.33.3" [dependencies.logos] version = "0.12.0"