af-sui-pkg-sdk 0.15.3

Macro for generating `MoveStruct`s from Move source code
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
rust-version = "1.88"
name = "af-sui-pkg-sdk"
version = "0.15.3"
authors = ["Aftermath Finance <admin@aftermath.finance>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Macro for generating `MoveStruct`s from Move source code"
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 = "af_sui_pkg_sdk"
path = "src/lib.rs"

[[example]]
name = "gen-move-type-display"
path = "examples/display.rs"

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

[dependencies.af-move-type]
version = "0.19.1"

[dependencies.af-sui-types]
version = "0.18.0"
features = ["u256"]

[dependencies.derive-new]
version = "0.7.0"

[dependencies.papergrid]
version = "0.17"

[dependencies.serde]
version = "1"

[dependencies.sui-sdk-types]
version = "0.3"

[dependencies.tabled]
version = "0.20"

[dev-dependencies.anyhow]
version = "1"

[dev-dependencies.derive_more]
version = "2"
features = ["display"]

[dev-dependencies.insta]
version = "1"

[dev-dependencies.trybuild]
version = "1"
features = ["diff"]

[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"