# 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 = "lucet-runtime-tests" version = "0.6.1" authors = ["Lucet team "] description = "Pure Rust runtime for Lucet WebAssembly toolchain (tests)" homepage = "https://github.com/fastly/lucet" categories = ["wasm"] license = "Apache-2.0 WITH LLVM-exception" repository = "https://github.com/fastly/lucet" [lib] test = false [dependencies.anyhow] version = "1" [dependencies.lazy_static] version = "1.1" [dependencies.lucet-module] version = "=0.6.1" [dependencies.lucet-runtime-internals] version = "=0.6.1" [dependencies.lucet-wasi-sdk] version = "=0.6.1" [dependencies.lucetc] version = "=0.6.1" [dependencies.tempfile] version = "3.0" [build-dependencies.cc] version = "1.0"