# 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 = "vcc" version = "0.0.2" authors = ["Aster <192607617@qq.com>"] exclude = [ "package.json", "tests/**", ] description = "Valkyrie Compiler Collection" documentation = "https://docs.rs/vcc" readme = "readme.md" license = "MPL-2.0" repository = "https://github.com/oovm/vcc" [package.metadata.docs.rs] all-features = true [[bin]] name = "valor" path = "src/main.rs" [dependencies.clap] version = "4.5.1" features = ["derive"] [dependencies.js-component-bindgen] version = "1.0.0" [dependencies.nyar-error] version = "0.1.12" [dependencies.wasm-opt] version = "0.116.0" [dependencies.wasmprinter] version = "0.200.0" [dependencies.wasmtime] version = "18.0.1" features = ["component-model"] [dependencies.wasmtime-wasi] version = "18.0.1" [dependencies.wax] version = "0.6.0" [dev-dependencies] [features] default = []