[package]
edition = "2024"
rust-version = "1.88"
name = "move-stdlib-sdk"
version = "0.16.0"
authors = ["Aftermath Finance <admin@aftermath.finance>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Move types for Sui's `MoveStdLib` package at address 0x1"
readme = "README.md"
categories = ["cryptography::cryptocurrencies"]
license = "Apache-2.0"
repository = "https://github.com/AftermathFinance/aftermath-sdk-rust"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--generate-link-to-definition"]
[lib]
name = "move_stdlib_sdk"
path = "src/lib.rs"
[dependencies.af-sui-pkg-sdk]
version = "0.15.0"
[dependencies.sui-sdk-types]
version = "0.3"
[dependencies.thiserror]
version = "2"
[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"