wsc-cli 0.5.1

CLI tool to sign and verify WebAssembly modules
# 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"
name = "wsc-cli"
version = "0.5.1"
authors = [
    "Frank Denis <github@pureftpd.org>",
    "Ralf Anton Beier <ralf_beier@me.com>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI tool to sign and verify WebAssembly modules"
homepage = "https://github.com/pulseengine/wsc"
readme = "README.md"
keywords = [
    "webassembly",
    "modules",
    "signatures",
]
categories = [
    "cryptography",
    "wasm",
]
license = "MIT"
repository = "https://github.com/pulseengine/wsc"
resolver = "2"

[[bin]]
name = "wsc"
path = "main.rs"

[dependencies.clap]
version = "4.5.50"
features = [
    "std",
    "cargo",
    "wrap_help",
]
default-features = false

[dependencies.env_logger]
version = "0.11.8"
features = ["humantime"]
default-features = false

[dependencies.regex]
version = "1.12.2"

[dependencies.serde_json]
version = "1.0"

[dependencies.ureq]
version = "3.1.2"

[dependencies.wasi]
version = "0.14.7"

[dependencies.wsc]
version = "0.5.0"