dig-peer-protocol 0.2.1

DIG Network L2 protocol types extending Chia's wire protocol (opcodes 200+)
Documentation
# 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 = "dig-peer-protocol"
version = "0.2.1"
authors = ["Michael Taylor <michael@berkeleycompute.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "DIG Network L2 protocol types extending Chia's wire protocol (opcodes 200+)"
readme = "README.md"
keywords = [
    "chia",
    "dig",
    "protocol",
    "p2p",
    "gossip",
]
categories = [
    "network-programming",
    "cryptography::cryptocurrencies",
]
license = "Apache-2.0"
repository = "https://github.com/DIG-Network/dig-peer-protocol"

[features]
native-tls = ["chia-sdk-client/native-tls"]
rustls = ["chia-sdk-client/rustls"]

[lib]
name = "dig_peer_protocol"
path = "src/lib.rs"

[dependencies.chia-protocol]
version = "0.26"

[dependencies.chia-sdk-client]
version = "0.28"
default-features = false

[dependencies.chia-sha2]
version = "0.26"

[dependencies.chia-ssl]
version = "0.26"

[dependencies.chia-traits]
version = "0.26"

[dependencies.chia_streamable_macro]
version = "0.26"

[dependencies.serde]
version = "1"
features = ["derive"]

[dev-dependencies.serde_json]
version = "1"

[lints.rust]
unsafe_code = "deny"