# 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-validate" version = "0.6.1" authors = ["Pat Hickey "] description = "Parse and validate webassembly files against witx interface" 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/lucet-validate", "/opt/fst-lucet-validate/bin/lucet-validate", "755"], ["target/release/liblucet_validate.rlib", "/opt/fst-lucet-validate/lib/", "644"], ["LICENSE", "/opt/fst-lucet-validate/share/doc/lucet-validate/", "644"], ["../wasi/phases/old/snapshot_0/witx/typenames.witx", "/opt/fst-lucet-validate/share/wasi/snapshot_0/typenames.witx", "644"], ["../wasi/phases/old/snapshot_0/witx/wasi_unstable.witx", "/opt/fst-lucet-validate/share/wasi/snapshot_0/wasi_unstable.witx", "644"]] depends = "$auto" maintainer = "Lucet team " name = "fst-lucet-validate" priority = "optional" [lib] crate-type = ["rlib"] [[bin]] name = "lucet-validate" path = "src/main.rs" [dependencies.clap] version = "2" [dependencies.cranelift-entity] version = "0.51.0" [dependencies.thiserror] version = "1.0.4" [dependencies.wasmparser] version = "0.39.1" [dependencies.witx] version = "0.6.0" [dev-dependencies.tempfile] version = "3.0" [dev-dependencies.wabt] version = "0.9.2"