# 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 = "scotch-host" version = "0.1.0" authors = ["ItsEthra"] description = "Scotch host api for creating WASM plugins." license = "MIT" repository = "https://github.com/ItsEthra/scotch" resolver = "1" [package.metadata.docs.rs] features = [ "unstable-doc-cfg", "flate2", ] [[bench]] name = "call" harness = false [dependencies.bincode] version = "2.0.0-rc.2" [dependencies.flate2] version = "1.0" optional = true [dependencies.parking_lot] version = "0.12" [dependencies.scotch-host-macros] version = "0.1" [dependencies.wasmer] version = "3" features = [ "sys", "compiler", ] default-features = false [dev-dependencies.criterion] version = "0.4" [features] compiler = [] cranelift = ["wasmer/cranelift"] default = [ "compiler", "cranelift", ] llvm = ["wasmer/llvm"] singlepass = ["wasmer/singlepass"] unstable-doc-cfg = []