# 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 = "wasmsign2-cli" version = "0.2.4" authors = ["Frank Denis "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "CLI tool to sign and verify WebAssembly modules" homepage = "https://github.com/wasm-signatures/design" readme = "README.md" keywords = [ "webassembly", "modules", "signatures", ] categories = [ "cryptography", "wasm", ] license = "MIT" repository = "https://github.com/wasm-signatures/wasmsign2" [profile.release] codegen-units = 1 panic = "abort" incremental = false [lib] name = "wasmsign2_cli" path = "src/lib.rs" [[bin]] name = "wasmsign2" path = "src/cli/main.rs" [dependencies.clap] version = "3.2.25" features = [ "std", "cargo", "wrap_help", ] default-features = false [dependencies.env_logger] version = "0.11.5" features = ["humantime"] default-features = false [dependencies.regex] version = "1.10.6" [dependencies.ureq] version = "2.10.1" [dependencies.uri_encode] version = "1.0.2" [dependencies.wasmsign2] version = "0.2.4"