# 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.56" name = "cargo-wapm" version = "0.3.6" authors = [ "Michael-F-Bryan ", "Hammer of the Gods ", "Wasmer Engineering Team ", ] description = "Publish a Rust crate to the WebAssembly Package Manager." readme = "README.md" keywords = [ "wapm", "WebAssembly", "publish", ] categories = [ "command-line-utilities", "development-tools::cargo-plugins", ] license = "Apache-2.0" repository = "https://github.com/Michael-F-Bryan/cargo-wapm" [profile.release] strip = "debuginfo" [dependencies.anyhow] version = "1" [dependencies.cargo_metadata] version = "0.15" [dependencies.clap] version = "4" features = [ "derive", "env", ] [dependencies.clap-cargo] version = "0.10.0" features = ["cargo_metadata"] [dependencies.serde] version = "1" [dependencies.toml] version = "0.7" [dependencies.tracing] version = "0.1.34" features = ["attributes"] [dependencies.tracing-subscriber] version = "0.3.11" features = ["env-filter"] [dependencies.wapm-toml] version = "0.4"