wars-rt 0.8.1

Wasm to Rust converter
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"
name = "wars-rt"
version = "0.8.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Wasm to Rust converter"
readme = false
license = "CC0-1.0"
resolver = "3"

[features]
dumpster = [
    "dep:dumpster",
    "std",
]
ic-stable-structures = ["dep:ic-stable-structures"]
std = [
    "anyhow/std",
    "spin/std",
]

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

[dependencies.anyhow]
version = "1.0.86"
default-features = false

[dependencies.castaway]
version = "0.2.2"

[dependencies.derive_more]
version = "0.99.17"

[dependencies.dumpster]
version = "1.0.0"
optional = true

[dependencies.either]
version = "1.13.0"
default-features = false

[dependencies.ic-stable-structures]
version = "0.6.5"
optional = true

[dependencies.paste]
version = "1.0.15"

[dependencies.portal-pc-tramp]
version = "0.3.0+portal"

[dependencies.spin]
version = "0.9.8"

[dependencies.tuple_list]
version = "0.1.3"