# 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 = "wasmer-llvm-backend" version = "0.17.1" authors = ["The Wasmer Engineering Team "] description = "Wasmer runtime LLVM compiler backend" readme = "README.md" keywords = ["wasm", "webassembly", "compiler", "JIT", "llvm"] categories = ["wasm"] license = "MIT" repository = "https://github.com/wasmerio/wasmer" [dependencies.byteorder] version = "1" [dependencies.goblin] version = "0.1" [dependencies.libc] version = "0.2.60" [dependencies.smallvec] version = "1" [dependencies.wasmer-runtime-core] version = "0.17.1" features = ["generate-debug-information-no-export-symbols"] [dependencies.wasmparser] version = "0.51.3" [dev-dependencies.wabt] version = "0.9.1" [build-dependencies.cc] version = "1.0" [build-dependencies.lazy_static] version = "1.4" [build-dependencies.regex] version = "1.2" [build-dependencies.rustc_version] version = "0.2" [build-dependencies.semver] version = "0.9" [features] test = [] [target."cfg(target_arch = \"aarch64\")".dependencies.inkwell] version = "0.1.0-llvm8sample" features = ["llvm8-0", "target-aarch64"] default-features = false [target."cfg(target_arch = \"x86_64\")".dependencies.inkwell] version = "0.1.0-llvm8sample" features = ["llvm8-0", "target-x86"] default-features = false [target."cfg(unix)".dependencies.nix] version = "0.15" [target."cfg(windows)".dependencies.winapi] version = "0.3" features = ["memoryapi"]