wasm-proc 2.0.0

Gear wasm processor
# 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 = "2024"
rust-version = "1.91"
name = "wasm-proc"
version = "2.0.0"
authors = ["Gear Technologies"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Gear wasm processor"
homepage = "https://gear-tech.io"
documentation = "https://docs.rs/wasm-proc"
readme = "README.md"
keywords = [
    "gear",
    "cli",
    "wasm",
]
categories = [
    "command-line-interface",
    "command-line-utilities",
    "wasm",
]
license = "GPL-3.0"
repository = "https://github.com/gear-tech/gear"

[[bin]]
name = "wasm-proc"
path = "src/main.rs"

[dependencies.clap]
version = "4.5.8"
features = ["derive"]

[dependencies.gear-wasm-builder]
version = "=2.0.0"
default-features = false

[dependencies.gear-wasm-instrument]
version = "=2.0.0"
features = ["std"]
default-features = false

[dependencies.gear-workspace-hack]
version = "0.1.0"

[dependencies.log]
version = "0.4.22"
default-features = false

[dependencies.tracing-subscriber]
version = "0.3.18"
features = ["env-filter"]