move-stdlib-sdk 0.15.0

Move types for Sui's `MoveStdLib` package at address 0x1
Documentation
[dependencies.af-sui-pkg-sdk]
public = true
version = "0.14.0"

[dependencies.sui-sdk-types]
public = true
version = "0.2"

[dependencies.thiserror]
version = "2"

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

[lints.clippy]
double_parens = "allow"
todo = "warn"
uninlined_format_args = "allow"
unwrap_used = "warn"

[lints.clippy.nursery]
level = "warn"
priority = 1

[lints.clippy.redundant_pub_crate]
level = "allow"
priority = 2

[lints.rust]
exported_private_dependencies = "allow"

[package]
authors = ["Aftermath Finance <admin@aftermath.finance>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["cryptography::cryptocurrencies"]
description = "Move types for Sui's `MoveStdLib` package at address 0x1"
edition = "2024"
license = "Apache-2.0"
name = "move-stdlib-sdk"
readme = "README.md"
repository = "https://github.com/AftermathFinance/aftermath-sdk-rust"
rust-version = "1.86"
version = "0.15.0"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--generate-link-to-definition", "-Zunstable-options"]