wasmer-types 7.2.0

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 = "2024"
rust-version = "1.93"
name = "wasmer-types"
version = "7.2.0"
authors = ["Wasmer Engineering Team <engineering@wasmer.io>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Wasmer Common Types"
homepage = "https://wasmer.io/"
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"

[package.metadata.docs.rs]
rustc-args = [
    "--cfg",
    "docsrs",
]

[features]
artifact-size = ["dep:loupe"]
core = []
default = ["std"]
detect-wasm-features = ["dep:wasmparser"]
enable-serde = [
    "serde",
    "serde/std",
    "serde_bytes",
    "indexmap/serde",
]
std = []

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

[[bench]]
name = "store_id_alloc"
path = "benches/store_id_alloc.rs"
harness = false

[dependencies.bytecheck]
version = "0.8.2"

[dependencies.crc32fast]
version = "1.5.0"

[dependencies.enum-iterator]
version = "2.3.0"

[dependencies.enumset]
version = "1.1.0"

[dependencies.getrandom]
version = "0.4.1"
features = ["wasm_js"]

[dependencies.hex]
version = "0.4"

[dependencies.indexmap]
version = "2"

[dependencies.itertools]
version = "0.15"

[dependencies.loupe]
version = "0.2.0"
optional = true

[dependencies.more-asserts]
version = "0.3.1"

[dependencies.rkyv]
version = "0.8.13"
features = [
    "indexmap-2",
    "bytes-1",
]

[dependencies.serde]
version = "1"
features = [
    "derive",
    "rc",
]
optional = true
default-features = false

[dependencies.serde_bytes]
version = "0.11"
optional = true

[dependencies.sha2]
version = "0.11.0"

[dependencies.target-lexicon]
version = "0.13.3"
default-features = false

[dependencies.thiserror]
version = "2.0.17"

[dependencies.wasmparser]
version = "0.252.0"
features = [
    "validate",
    "features",
    "simd",
]
optional = true
default-features = false

[dev-dependencies.criterion]
version = "0.8.1"
default-features = false

[dev-dependencies.memoffset]
version = "0.9.1"