# 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-py" version = "0.15.0" authors = ["The Wasmtime Project Developers"] description = "Python extension for Wasmtime" readme = "README.md" keywords = ["webassembly", "wasm"] categories = ["wasm", "python"] license = "Apache-2.0 WITH LLVM-exception" repository = "https://github.com/bytecodealliance/wasmtime" [lib] name = "_wasmtime" crate-type = ["cdylib"] test = false doc = false [dependencies.anyhow] version = "1.0.19" [dependencies.pyo3] version = "0.8.0" features = ["extension-module"] [dependencies.region] version = "2.0.0" [dependencies.target-lexicon] version = "0.10.0" default-features = false [dependencies.wasmparser] version = "0.51.2" [dependencies.wasmtime] version = "0.15.0" [dependencies.wasmtime-wasi] version = "0.15.0" [badges.maintenance] status = "actively-developed"