spin-executor 5.2.0

Spin SDK async executor
Documentation
# 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 are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
rust-version = "1.86"
name = "spin-executor"
version = "5.2.0"
authors = ["Spin Framework Maintainers <cncf-spin-maintainers@lists.cncf.io>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = """
Spin SDK async executor
"""
homepage = "https://spinframework.dev/rust-components"
documentation = "https://docs.rs/spin-executor"
readme = "README.md"
license = "Apache-2.0 WITH LLVM-exception"
repository = "https://github.com/spinframework/spin-rust-sdk"

[lib]
name = "spin_executor"
path = "src/lib.rs"

[dependencies.futures]
version = "0.3.31"

[dependencies.once_cell]
version = "1.21.3"

[dependencies.wasi]
version = "=0.13.1"