# 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 = "component-opt" version = "0.1.0" authors = ["Robin Brown"] description = "A simple optimizer for Wasm components" homepage = "https://github.com/esoterra/component-opt" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/esoterra/component-opt" [lib] path = "src/lib.rs" [dependencies.clap] version = "4.5.1" features = ["derive"] [dependencies.thiserror] version = "1.0.57" [dependencies.uuid] version = "1.7.0" features = [ "v4", "fast-rng", "macro-diagnostics", ] [dependencies.wasm-encoder] version = "0.200.0" [dependencies.wasm-opt] version = "0.116.0" [dependencies.wasmparser] version = "0.200.0" [dependencies.wasmprinter] version = "0.2.75" [dev-dependencies.compile-claw] version = "0.2.1" [dev-dependencies.wasmtime] version = "15.0.0" features = ["component-model"]