# 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" name = "spin-contrib-http" version = "0.0.8" authors = ["Thorsten Hans "] exclude = ["examples/*"] description = "Bunch of helpers for building HTTP services using Fermyon Spin" homepage = "https://github.com/ThorstenHans/spin-contrib-http" readme = "README.md" keywords = [ "spin", "wasm", "wasi", "webassembly", ] license = "MIT" repository = "https://github.com/ThorstenHans/spin-contrib-http" [lib] name = "spin_contrib_http" [dependencies.anyhow] version = "1" [dependencies.http] version = "1.1.0" [dependencies.spin-sdk] version = "3.0.1"