aimo-core 0.1.8

AiMo Network core protocol Rust specs
Documentation
[dependencies.anyhow]
version = "1.0.99"

[dependencies.async-trait]
version = "0.1.89"

[dependencies.bs58]
features = ["check"]
version = "0.5.1"

[dependencies.canonical_json]
version = "0.5.0"

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

[dependencies.dirs]
version = "6.0.0"

[dependencies.schemars]
version = "1.0.4"

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

[dependencies.serde_json]
version = "1.0.142"

[dependencies.sha2]
version = "0.10.9"

[dependencies.solana-sdk]
version = "2.3.1"

[dependencies.tokio]
features = ["sync"]
version = "1.47.1"

[lib]
name = "aimo_core"
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 core protocol Rust specs"
edition = "2024"
license = "MIT"
name = "aimo-core"
readme = false
repository = "https://github.com/AIMOverse/aimo-rs"
version = "0.1.8"

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

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