wasmer-types-unc 2.4.1

Wasmer Common Types
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 = "2018"
name = "wasmer-types-unc"
version = "2.4.1"
authors = ["Wasmer Engineering Team <engineering@wasmer.io>"]
description = "Wasmer Common Types"
readme = "README.md"
keywords = [
    "wasm",
    "webassembly",
    "types",
]
categories = [
    "wasm",
    "no-std",
    "data-structures",
]
license = "MIT OR Apache-2.0 WITH LLVM-exception"
repository = "https://github.com/wasmerio/wasmer"
resolver = "2"

[lib]
name = "wasmer_types"

[dependencies.indexmap]
version = "1.6"

[dependencies.rkyv]
version = "0.7.20"

[dependencies.thiserror]
version = "1.0"

[features]
core = []
default = ["std"]
experimental-reference-types-extern-ref = []
std = []