# 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" version = "0.2.4" authors = ["Frank Denis "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "An implementation of the WebAssembly modules signatures proposal" 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" path = "src/lib.rs" [dependencies.anyhow] version = "1.0.89" [dependencies.ct-codecs] version = "1.1.2" [dependencies.ed25519-compact] version = "2.1.1" features = ["pem"] [dependencies.getrandom] version = "0.2.15" features = ["js"] [dependencies.hmac-sha256] version = "1.1.7" [dependencies.log] version = "0.4.22" [dependencies.regex] version = "1.10.6" [dependencies.ssh-keys] version = "0.1.4" [dependencies.thiserror] version = "1.0.64"