[package] name = "wiggle-borrow" version = "0.27.0" authors = ["Pat Hickey ", "Jakub Konka ", "Alex Crichton "] edition = "2018" license = "Apache-2.0 WITH LLVM-exception" description = "A run-time borrow checker for use with Wiggle" categories = ["wasm"] keywords = ["webassembly", "wasm"] repository = "https://github.com/bytecodealliance/wasmtime" include = ["src/**/*", "LICENSE"] [dependencies] wiggle = { path = "..", version = "0.27.0" } [badges] maintenance = { status = "actively-developed" }