[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"]