# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "wasm_plugin_guest"
version = "0.1.5"
authors = ["Alec Deason <wasm_plugin@tinycountry.com>"]
description = "A low-ish level tool for easily writing WASM based plugins"
readme = "README.md"
keywords = ["WASM", "plugin"]
categories = ["game-development", "wasm"]
license = "MIT"
repository = "https://github.com/alec-deason/wasm_plugin/tree/main/guest"
[dependencies.bincode]
version = "1"
optional = true

[dependencies.bitfield]
version = "0.13.2"

[dependencies.getrandom]
version = "0.2"
features = ["custom"]
optional = true

[dependencies.nanoserde]
version = "0.1"
optional = true

[dependencies.serde]
version = "1"
optional = true

[dependencies.serde_json]
version = "1"
optional = true

[dependencies.wasm_plugin_guest_derive]
version = "0.1.5"

[features]
default = ["inject_getrandom", "serialize_bincode"]
inject_getrandom = ["getrandom"]
serialize_bincode = ["bincode", "serde"]
serialize_json = ["serde_json", "serde"]
serialize_nanoserde_json = ["nanoserde"]