# 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" version = "0.6.1" authors = ["Lucet team "] description = "Fastly's runtime for the WebAssembly System Interface (WASI)" homepage = "https://github.com/fastly/lucet" categories = ["wasm"] license = "Apache-2.0 WITH LLVM-exception" repository = "https://github.com/fastly/lucet" [package.metadata.deb] assets = [["target/release/liblucet_wasi.a", "/opt/fst-lucet-wasi/lib/", "644"], ["target/release/liblucet_wasi.rlib", "/opt/fst-lucet-wasi/lib/", "644"], ["target/release/liblucet_wasi.so", "/opt/fst-lucet-wasi/lib/", "755"], ["include/*.h", "/opt/fst-lucet-wasi/include/", "644"], ["LICENSE", "/opt/fst-lucet-wasi/share/doc/lucet-wasi/", "644"], ["LICENSE.wasmtime", "/opt/fst-lucet-wasi/share/doc/lucet-wasi/", "644"], ["LICENSE.cloudabi-utils", "/opt/fst-lucet-wasi/share/doc/lucet-wasi/", "644"], ["bindings.json", "/opt/fst-lucet-wasi/share/", "644"]] depends = "$auto" maintainer = "Adam C. Foltzer " name = "fst-lucet-wasi" priority = "optional" [lib] name = "lucet_wasi" crate-type = ["rlib", "staticlib", "cdylib"] [dependencies.anyhow] version = "1" [dependencies.cast] version = "0.2" [dependencies.clap] version = "2.23" [dependencies.human-size] version = "0.4" [dependencies.libc] version = "0.2.65" [dependencies.lucet-module] version = "=0.6.1" [dependencies.lucet-runtime] version = "=0.6.1" [dependencies.lucet-runtime-internals] version = "=0.6.1" [dependencies.nix] version = "0.15" [dependencies.rand] version = "0.6" [dependencies.wasi-common] version = "0.7" [dev-dependencies.lucet-wasi-sdk] version = "=0.6.1" [dev-dependencies.lucetc] version = "=0.6.1" [dev-dependencies.tempfile] version = "3.0" [build-dependencies.bindgen] version = "0.51.1" optional = true [features] update-bindings = ["bindgen"]