chia-peer 0.1.3

DIG Chia light-client connectivity: a wallet-protocol full-node client + ChainSource provider (dig-node seam 1)
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 = "chia-peer"
version = "0.1.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "DIG Chia light-client connectivity: a wallet-protocol full-node client + ChainSource provider (dig-node seam 1)"
readme = "README.md"
keywords = [
    "chia",
    "blockchain",
    "light-client",
    "wallet-protocol",
    "peer",
]
categories = [
    "api-bindings",
    "cryptography::cryptocurrencies",
]
license = "MIT"
repository = "https://github.com/DIG-Network/chia-peer"

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

[dependencies.async-trait]
version = "0.1"

[dependencies.chia]
version = "0.26"

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

[dependencies.chia-wallet-sdk]
version = "0.30"
features = ["native-tls"]

[dependencies.dig-chainsource-interface]
version = "0.1"

[dependencies.futures-util]
version = "0.3"

[dependencies.hex]
version = "0.4"

[dependencies.log]
version = "0.4"

[dependencies.rand]
version = "0.8"

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1"
features = ["full"]

[dependencies.tokio-tungstenite]
version = "0.24"

[dev-dependencies.chia-wallet-sdk]
version = "0.30"
features = [
    "native-tls",
    "peer-simulator",
]

[dev-dependencies.dig-chainsource-interface]
version = "0.1"
features = ["testing"]

[target.'cfg(target_os = "linux")'.dependencies.openssl]
version = "0.10"
features = ["vendored"]

[target.'cfg(target_os = "linux")'.dependencies.openssl-sys]
version = "0.9"
features = ["vendored"]