# 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-internals" version = "0.6.1" authors = ["Lucet team "] description = "Pure Rust runtime for Lucet WebAssembly toolchain (internals)" homepage = "https://github.com/fastly/lucet" categories = ["wasm"] license = "Apache-2.0 WITH LLVM-exception" repository = "https://github.com/fastly/lucet" [dependencies.anyhow] version = "1.0" [dependencies.bincode] version = "1.1.4" [dependencies.bitflags] version = "1.0" [dependencies.byteorder] version = "1.3" [dependencies.getrandom] version = "=0.1.3" [dependencies.lazy_static] version = "1.1" [dependencies.libc] version = "0.2.65" [dependencies.libloading] version = "0.5" [dependencies.lucet-module] version = "=0.6.1" [dependencies.lucet-runtime-macros] version = "=0.6.1" [dependencies.memoffset] version = "0.5.2" [dependencies.nix] version = "0.15" [dependencies.num-derive] version = "0.3.0" [dependencies.num-traits] version = "0.2" [dependencies.raw-cpuid] version = "6.0.0" [dependencies.thiserror] version = "1.0.4" [dev-dependencies.byteorder] version = "1.2" [build-dependencies.cc] version = "1.0"