datalayer-driver 4.0.0

Native Chia DataLayer Driver for storing and retrieving data in Chia blockchain
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 = "datalayer-driver"
version = "4.0.0"
authors = [
    "yakuhito <y@kuhi.to>",
    "William Wills <wwills2@protonmail.com>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Native Chia DataLayer Driver for storing and retrieving data in Chia blockchain"
homepage = "https://github.com/DIG-Network/DataLayer-Driver"
readme = "README.md"
keywords = [
    "chia",
    "blockchain",
    "datalayer",
    "storage",
    "web3",
]
categories = [
    "cryptography::cryptocurrencies",
    "web-programming",
]
license = "MIT"
repository = "https://github.com/DIG-Network/DataLayer-Driver"

[package.metadata.cargo-machete]
ignored = ["clvm-traits"]

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

[dependencies.chia-bls]
version = "0.36.1"

[dependencies.chia-consensus]
version = "0.36.1"

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

[dependencies.chia-puzzle-types]
version = "0.36.1"

[dependencies.chia-puzzles]
version = "0.20.3"

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

[dependencies.chia-wallet-sdk]
version = "0.34.0"
features = [
    "chip-0035",
    "native-tls",
    "peer-simulator",
    "action-layer",
]

[dependencies.clvm-traits]
version = "0.36.1"

[dependencies.clvm-utils]
version = "0.36.1"

[dependencies.clvmr]
version = "0.16.2"

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

[dependencies.hex]
version = "0.4.3"

[dependencies.hex-literal]
version = "0.4.1"

[dependencies.indexmap]
version = "2.11.4"

[dependencies.num-bigint]
version = "0.4.6"

[dependencies.rand]
version = "0.8"

[dependencies.thiserror]
version = "1.0.61"

[dependencies.tokio]
version = "1.39.3"

[dev-dependencies.anyhow]
version = "1.0.86"

[target.aarch64-unknown-linux-gnu.dependencies.openssl]
version = "0.10.64"
features = ["vendored"]

[target.aarch64-unknown-linux-gnu.dependencies.openssl-sys]
version = "0.9.102"
features = ["vendored"]

[target.aarch64-unknown-linux-musl.dependencies.openssl]
version = "0.10.64"
features = ["vendored"]

[target.aarch64-unknown-linux-musl.dependencies.openssl-sys]
version = "0.9.102"
features = ["vendored"]

[target.x86_64-unknown-linux-gnu.dependencies.openssl]
version = "0.10.64"
features = ["vendored"]

[target.x86_64-unknown-linux-gnu.dependencies.openssl-sys]
version = "0.9.102"
features = ["vendored"]

[target.x86_64-unknown-linux-musl.dependencies.openssl]
version = "0.10.64"
features = ["vendored"]

[target.x86_64-unknown-linux-musl.dependencies.openssl-sys]
version = "0.9.102"
features = ["vendored"]

[profile.release]
lto = true
strip = "symbols"