# 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 = "wasm-hash-verifier" version = "0.2.2-beta.63" authors = ["Transparent Engineers "] description = "Xand's standardized WasmBlob hashing toolkit" readme = "README.md" license = "MIT OR Apache-2.0" [dependencies.blake3] version = "0.3.8" default-features = false [dependencies.postcard] version = "0.7.3" features = ["alloc"] [dependencies.serde] version = "1.0.137" features = ["derive"] default-features = false [dev-dependencies.bincode] version = "1.3.3" [dev-dependencies.proptest] version = "1.0.0"