# 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 = "polywrap-wasm-rs" version = "0.12.2" authors = [ "Kobby Pentangeli ", "Jordan Ellis ", "Nestor Amesty ", ] description = "Polywrap's Rust-Wasm Runtime" homepage = "https://polywrap.io" documentation = "https://docs.polywrap.io" readme = "README.md" keywords = [ "polywrap", "wasm", "webassembly", ] categories = ["wasm"] license = "MIT" repository = "https://github.com/polywrap/monorepo" [profile.release] opt-level = "s" lto = true panic = "abort" [lib] crate-type = [ "cdylib", "rlib", ] [dependencies.byteorder] version = "1.4.3" [dependencies.polywrap_msgpack_serde] version = "0.0.2-beta.7" [dependencies.thiserror] version = "1.0.30" [dev-dependencies.serde] version = "1.0.136" features = ["derive"] default-features = false