# 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 = "wasmy" version = "0.5.6" authors = ["henrylee2cn "] description = "wasmy, easily customize my wasm app!" readme = "./README.md" keywords = [ "wasm", "webassembly", "wasm-app", ] categories = ["wasm"] license = "Apache-2.0" repository = "https://github.com/henrylee2cn/wasmy" resolver = "2" [[example]] name = "svm" path = "examples/vm/svm.rs" [[example]] name = "dvm" path = "examples/vm/dvm.rs" [[example]] name = "cvm" path = "examples/vm/cvm.rs" [[example]] name = "simple" crate-type = ["cdylib"] path = "./examples/wasm/simple.rs" [[example]] name = "detailed" crate-type = ["cdylib"] path = "examples/wasm/detailed.rs" [[example]] name = "context" crate-type = ["cdylib"] path = "examples/wasm/context.rs" [[example]] name = "custom" crate-type = ["cdylib"] path = "examples/wasm/custom.rs" [target."cfg(not(target_family=\"wasm\"))".dev-dependencies.structopt] version = "0.3" features = ["color"] [target."cfg(not(target_family=\"wasm\"))".dev-dependencies.tokio] version = "1.17.0" features = [ "macros", "rt", "rt-multi-thread", ] [target."cfg(not(target_family=\"wasm\"))".dev-dependencies.wasmy-vm] version = "0.5.6" features = [] [target."cfg(target_family=\"wasm\")".dev-dependencies.rand] version = "0.8.4" [target."cfg(target_family=\"wasm\")".dev-dependencies.wasmy-abi] version = "0.5.6"