# 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 = "zenode" version = "0.3.4" publish = true description = "Abstraction layer on top of p2panda and graphql to easily create schemas and perform operations on a p2panda node" homepage = "https://github.com/Gers2017/zenode" readme = "README.md" keywords = [ "p2panda", "peer-to-peer", "schema", "aquadoggo", "async", ] license = "MIT" repository = "https://github.com/Gers2017/zenode" resolver = "2" [dependencies.gql_client] version = "1.0.6" [dependencies.hex] version = "0.4.3" [dependencies.p2panda-rs] version = "0.6.0" [dependencies.serde] version = "1.0.144" features = ["derive"] [dependencies.serde_json] version = "1.0.85" [dependencies.tokio] version = "1.21.1" features = [ "rt", "rt-multi-thread", "macros", ]