af-move-type 0.17.0

Standard for representing Move types (`MoveType`) off-chain and their type tags.
Documentation
[dependencies.af-move-type-derive]
version = "0.4.0"

[dependencies.af-sui-types]
features = ["u256"]
public = true
version = "0.17.0"

[dependencies.bcs]
public = true
version = "0.1"

[dependencies.derive-where]
version = "1"

[dependencies.derive_more]
features = ["deref", "deref_mut", "from", "into"]
version = "2"

[dependencies.serde]
version = "1"

[dependencies.serde_json]
public = true
version = "1"

[dependencies.serde_with]
version = "3"

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

[dependencies.tabled]
version = "0.16"

[dependencies.thiserror]
version = "2"

[[example]]
name = "primitive_move_instance"
path = "examples/primitive_move_instance.rs"

[lib]
name = "af_move_type"
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 = "Standard for representing Move types (`MoveType`) off-chain and their type tags."
edition = "2024"
license = "Apache-2.0"
name = "af-move-type"
readme = "README.md"
repository = "https://github.com/AftermathFinance/aftermath-sdk-rust"
rust-version = "1.86"
version = "0.17.0"

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