# 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" rust-version = "1.76.0" name = "wasm-metadata" version = "0.210.0" description = "Read and manipulate WebAssembly metadata" license = "Apache-2.0 WITH LLVM-exception" repository = "https://github.com/bytecodealliance/wasm-tools/tree/main/crates/wasm-metadata" [dependencies.anyhow] version = "1.0.58" [dependencies.clap] version = "4.0.0" features = ["derive"] optional = true [dependencies.indexmap] version = "2.0.0" features = ["serde"] default-features = false [dependencies.serde] version = "1.0.166" features = ["alloc"] default-features = false [dependencies.serde_derive] version = "1.0.166" [dependencies.serde_json] version = "1" [dependencies.spdx] version = "0.10.1" [dependencies.wasm-encoder] version = "0.210.0" [dependencies.wasmparser] version = "0.210.0" features = ["std"] default-features = false [dev-dependencies.wat] version = "1.210.0" [lints.clippy] all = "allow" [lints.rust] unsafe_code = "deny"