# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "rgm" version = "0.2.1" authors = ["XBagon "] description = "A simple register machine simulator" readme = "README.md" keywords = ["register-machine", "simulator", "vm"] categories = ["crates.io/category_slugs", "parser-implementations", "emulators", "command-line-utilities"] license = "MIT" repository = "https://gitlab.com/XBagon/rgm" [dependencies.derive_more] version = "0.13.0" [dependencies.num-bigint] version = "0.2.0" [dependencies.num-traits] version = "0.2.6" [dependencies.pest] version = "2.0.2" [dependencies.pest_derive] version = "2.0.1" [dependencies.structopt] version = "0.2.13" [badges.appveyor] repository = "XBagon/rgm" service = "gitlab" [badges.gitlab] repository = "XBagon/rgm"