ai3-lib 0.2.0

AI3 support library for PoT-O validator and miner components
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 = "ai3-lib"
version = "0.2.0"
authors = ["TribeWarez"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "AI3 support library for PoT-O validator and miner components"
homepage = "https://pot.rpc.gateway.tribewarez.com"
documentation = "https://docs.rs/ai3-lib"
readme = "README.md"
keywords = [
    "pot-o",
    "tensor",
    "mining",
    "esp",
    "ai3",
]
categories = [
    "cryptography::cryptocurrencies",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/tribewarez/ai3-lib"

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

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

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

[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.uuid]
version = "1.0"
features = ["v4"]