# 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-wasi-sdk" version = "0.6.1" authors = ["Lucet team "] description = "A Rust interface to the wasi-sdk compiler and linker" homepage = "https://github.com/fastly/lucet" categories = ["wasm"] license = "Apache-2.0 WITH LLVM-exception" repository = "https://github.com/fastly/lucet" [dependencies.failure] version = "0.1" [dependencies.lucet-module] version = "=0.6.1" [dependencies.lucetc] version = "=0.6.1" [dependencies.tempfile] version = "3.0" [dependencies.thiserror] version = "1.0.4" [dev-dependencies.anyhow] version = "1" [dev-dependencies.lucet-validate] version = "=0.6.1" [dev-dependencies.target-lexicon] version = "0.9"