# 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 = "b3" version = "0.1.9" authors = ["Adel Prokurov "] description = "A Rust port of B3 WebKit codegen backend" readme = "README.md" keywords = [ "jit", "compiler", "codegen", "llvm", ] categories = ["compilers"] license = "BSD-2-Clause" repository = "https://github.com/playxe/b3-rs" [[bench]] name = "brainfuck" harness = false [[bench]] name = "factorial" harness = false [dependencies.cfg-if] version = "1.0" [dependencies.cool-bitvector] version = "0.1.1" [dependencies.indexmap] version = "2.0" [dependencies.libc] version = "0.2" [dependencies.macroassembler] version = "1.0.3" [dependencies.num-integer] version = "0.1" [dependencies.num-traits] version = "0.2" [dependencies.once_cell] version = "1.8" [dependencies.paste] version = "1.0" [dependencies.tinyvec] version = "1.6" features = ["alloc"] [dev-dependencies.cranelift] version = "0.95" [dev-dependencies.cranelift-jit] version = "0.95" [dev-dependencies.cranelift-module] version = "0.95" [dev-dependencies.criterion] version = "0.5" [dev-dependencies.mimalloc] version = "0.1" [dev-dependencies.pico-args] version = "0.5" [dev-dependencies.target-lexicon] version = "0.12" [features] disassembly = [ "macroassembler/x86-disasm", "macroassembler/arm-disasm", ]