# 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 = "hc_deepkey_sdk" version = "0.8.0-dev.12" authors = ["Matthew Brisebois "] description = "SDK for the Deepkey DNA Zomes" documentation = "https://docs.rs/hc_deepkey_sdk" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/holochain/holochain" [dependencies.arbitrary] version = "1.0" features = ["derive"] optional = true [dependencies.hc_deepkey_types] version = "^0.9.0-dev.9" [dependencies.hdk] version = "^0.5.0-dev.12" [dependencies.serde] version = "1" [dependencies.serde_bytes] version = "0.11" [features] fuzzing = [ "arbitrary", "hc_deepkey_types/fuzzing", "hdk/fuzzing", ]