# 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_host" version = "0.1.7" authors = ["Alec Deason "] description = "A low-ish level tool for easily hosting 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/host" [dependencies.bincode] version = "1" optional = true [dependencies.bitfield] version = "0.13.2" [dependencies.getrandom] version = "0.2" optional = true [dependencies.nanoserde] version = "0.1" optional = true [dependencies.serde] version = "1" optional = true [dependencies.serde_json] version = "1" optional = true [dependencies.wasmer] version = "1" [features] default = ["inject_getrandom", "serialize_bincode"] inject_getrandom = ["getrandom"] serialize_bincode = ["bincode", "serde"] serialize_json = ["serde_json", "serde"] serialize_nanoserde_json = ["nanoserde"]