# 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 = "holochain_test_wasm_common" version = "0.4.0-dev.10" authors = [ "thedavidmeister", "thedavidmeister@gmail.com", ] description = "Common code for Wasm testing for Holochain" documentation = "https://docs.rs/holochain_test_wasm_common" readme = "README.md" license = "Apache-2.0" [lib] name = "holochain_test_wasm_common" crate-type = [ "cdylib", "rlib", ] path = "src/lib.rs" [dependencies.hdk] version = "^0.4.0-dev.10" [dependencies.serde] version = "1.0"