# 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 = "wasm2usharp" version = "0.2.2" authors = ["raii "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A tool for converting WebAssembly to UdonSharp" readme = "README.md" keywords = [ "wasm", "webassembly", "vrchat", "udon", ] categories = [ "command-line-utilities", "compilers", "wasm", ] license = "MIT OR Apache-2.0" repository = "https://github.com/raii-x/wasm2usharp" [lib] name = "wasm2usharp" path = "src/lib.rs" [[bin]] name = "wasm2usharp" path = "src/main.rs" [[test]] name = "cs_proj" path = "tests/cs_proj.rs" [[test]] name = "test" path = "tests/test.rs" [[test]] name = "value" path = "tests/value.rs" [dependencies.anyhow] version = "1.0.75" [dependencies.clap] version = "4.4.6" features = ["derive"] [dependencies.cranelift-entity] version = "0.108.1" [dependencies.num-traits] version = "0.2.17" [dependencies.once_cell] version = "1.18.0" [dependencies.petgraph] version = "0.6.4" [dependencies.regex] version = "1.9.6" [dependencies.thiserror] version = "1.0.49" [dependencies.wasmparser] version = "0.113.2" [dev-dependencies.float-cmp] version = "0.9.0" [dev-dependencies.tempfile] version = "3.8.0" [dev-dependencies.wast] version = "66.0.0"