[package] name = "zif_net" version = "0.1.0" authors = ["Will Huxtable "] description = "The network transport layer for Zif" documentation = "https://docs.rs/zif_net" homepage = "https://github.com/wjh/zif_net" repository = "https://github.com/wjh/zif_net" readme = "README.md" keywords = ["decentralized", "p2p", "federated", "network", "zif"] license = "MIT" [dependencies] zif_identity = "0.0.1" tiny_http = "0.5"