af-move-type 0.8.2

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

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

[dependencies.bcs]
version = "0.1"

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

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

[dependencies.serde]
version = "1"

[dependencies.serde_json]
version = "1"

[dependencies.serde_with]
version = "3"

[dependencies.sui-sdk-types]
version = "0.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]
todo = "warn"
unwrap_used = "warn"

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

[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 = "2021"
license = "Apache-2.0"
name = "af-move-type"
readme = "README.md"
repository = "https://github.com/AftermathFinance/aftermath-sdk-rust"
version = "0.8.2"

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