# 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 = "wasmtime-wiggle" version = "0.26.1" authors = ["Pat Hickey ", "Jakub Konka ", "Alex Crichton "] include = ["src/**/*", "LICENSE"] description = "Integrate Wiggle code generator with Wasmtime" keywords = ["webassembly", "wasm"] categories = ["wasm"] license = "Apache-2.0 WITH LLVM-exception" repository = "https://github.com/bytecodealliance/wasmtime" resolver = "2" [[test]] name = "atoms_async" path = "tests/atoms_async.rs" required-features = ["async", "wasmtime/wat"] [dependencies.wasmtime] version = "0.26.1" default-features = false [dependencies.wasmtime-wiggle-macro] version = "0.26.1" [dependencies.wiggle] version = "0.26.1" [dependencies.wiggle-borrow] version = "0.26.1" [dependencies.witx] version = "0.9.0" optional = true [dev-dependencies.anyhow] version = "1" [dev-dependencies.proptest] version = "1.0.0" [features] async = ["wasmtime/async", "wasmtime-wiggle-macro/async"] default = ["wiggle_metadata", "async"] tracing_log = ["wiggle/tracing_log"] wiggle_metadata = ["witx", "wiggle/wiggle_metadata"] [badges.maintenance] status = "actively-developed"