# 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.56" name = "mijit" version = "0.2.4" authors = ["apt1002"] description = "Experimental JIT compiler generator" homepage = "https://github.com/apt1002/mijit/" readme = "README.md" license = "BSD-2-Clause-Patent" repository = "https://github.com/apt1002/mijit/" [lib] name = "mijit" crate_type = ["rlib"] [dependencies.indexmap] version = "1.9.3" [dependencies.memmap] version = "0.7.0" [dependencies.memoffset] version = "0.8" [dev-dependencies.bad64] version = "0.6.0" [dev-dependencies.iced-x86] version = "1.18.0" features = [ "std", "decoder", "nasm", ] default-features = false [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.rand_pcg] version = "0.3.1"