# 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 = "wasmbox" version = "0.1.1" description = "Serialize arbitrary running Rust code using WebAssembly" keywords = ["webassembly"] license = "MIT" repository = "https://github.com/drifting-in-space/wasmbox" [dependencies.async-trait] version = "0.1.53" [dependencies.bincode] version = "1.3.3" [dependencies.serde] version = "1.0.137" [dependencies.wasmbox-macro] version = "0.1.1" [dev-dependencies.anyhow] version = "1.0.57"