aimo-client 0.4.0

AiMo Network REST API types and client
Documentation
[dependencies.aimo-core]
version = "0.4.0"

[dependencies.anyhow]
version = "1.0"

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

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

[dependencies.serde_json]
version = "1.0"

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

[package]
authors = ["Archer <archer@aimo.network>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "AiMo Network REST API types and client"
edition = "2024"
license = "MIT"
name = "aimo-client"
readme = false
repository = "https://github.com/AIMOverse/aimo-rs"
version = "0.4.0"

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