# 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.74" name = "hc-wasmer-types" version = "4.3.6-hc.1" authors = ["Wasmer Engineering Team "] 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" [package.metadata.docs.rs] rustc-args = [ "--cfg", "docsrs", ] [dependencies.bytecheck] version = "0.6.8" [dependencies.enum-iterator] version = "0.7.0" [dependencies.enumset] version = "1.1.0" [dependencies.getrandom] version = "0.2.14" features = ["js"] [dependencies.hex] version = "^0.4" [dependencies.indexmap] version = "1.6" [dependencies.more-asserts] version = "0.2" [dependencies.rkyv] version = "0.7.40" features = [ "indexmap", "validation", "strict", ] [dependencies.serde] version = "1.0" features = [ "derive", "rc", ] optional = true default-features = false [dependencies.serde_bytes] version = "0.11" optional = true [dependencies.sha2] version = "0.10" [dependencies.target-lexicon] version = "0.12.2" default-features = false [dependencies.thiserror] version = "1.0" [dependencies.xxhash-rust] version = "0.8.8" features = ["xxh64"] [dev-dependencies.memoffset] version = "0.9.0" [features] core = [] default = ["std"] enable-serde = [ "serde", "serde/std", "serde_bytes", "indexmap/serde-1", ] std = []