aptos-network-sdk 0.3.2

Aptos network sdk, Implement most of the commonly used practical transaction-related functions of the Aptos network.
Documentation
[dependencies.aptos-network-tool]
version = "0.1.0"

[dependencies.base64]
version = "0.21"

[dependencies.bcs]
version = "0.1.6"

[dependencies.futures]
version = "0.3.31"

[dependencies.getrandom]
version = "0.2"

[dependencies.hex]
version = "0.4"

[dependencies.rand]
version = "0.8"

[dependencies.reqwest]
features = ["json"]
version = "0.11"

[dependencies.ring]
version = "0.17"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.sha2]
version = "0.10.9"

[dependencies.sha3]
version = "0.10"

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

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

[package]
authors = ["happyboy <superhappyboy1995@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Aptos network sdk, Implement most of the commonly used practical transaction-related functions of the Aptos network."
edition = "2024"
keywords = ["trade", "crypto", "finance", "aptos", "aptos-sdk"]
license = "GPL-3.0"
name = "aptos-network-sdk"
readme = "README.md"
repository = "https://github.com/0xhappyboy/aptos-network-sdk"
version = "0.3.2"