[dependencies.af-sui-pkg-sdk]
version = "0.9.6"
[dependencies.thiserror]
version = "2"
[lib]
name = "move_stdlib_sdk"
path = "src/lib.rs"
[lints.clippy]
todo = "warn"
unwrap_used = "warn"
[lints.clippy.nursery]
level = "warn"
priority = 1
[lints.clippy.redundant_pub_crate]
level = "allow"
priority = 2
[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.85"
version = "0.10.6"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--generate-link-to-definition", "-Zunstable-options"]