pot-o-mining 0.2.0

Mining coordination and neural-path logic for PoT-O
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 = "pot-o-mining"
version = "0.2.0"
authors = ["TribeWarez"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Mining coordination and neural-path logic for PoT-O"
homepage = "https://pot.rpc.gateway.tribewarez.com"
documentation = "https://docs.rs/pot-o-mining"
readme = "README.md"
keywords = [
    "pot-o",
    "blockchain",
    "tensor",
    "mining",
    "neural-path",
]
categories = [
    "cryptography::cryptocurrencies",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/tribewarez/pot-o-mining"

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

[[test]]
name = "mining_tests"
path = "tests/mining_tests.rs"

[dependencies.ai3-lib]
version = "0.2.0"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.flate2]
version = "1.0"

[dependencies.hex]
version = "0.4"

[dependencies.pot-o-core]
version = "0.2.0"

[dependencies.rand]
version = "0.8"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.sha2]
version = "0.10"

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

[dependencies.tracing]
version = "0.1"