af-ptbuilder 13.0.0

Programmable transaction builder and macros (offline)
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-ptbuilder"
version = "13.0.0"
authors = ["Aftermath Finance <admin@aftermath.finance>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Programmable transaction builder and macros (offline)"
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_ptbuilder"
path = "src/lib.rs"

[[example]]
name = "ptbuilder-serde"
path = "examples/builder_serde.rs"

[dependencies.indexmap]
version = "2"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.sui-sdk-types]
version = "0.3"
features = [
    "hash",
    "serde",
]

[dependencies.thiserror]
version = "2"

[dev-dependencies.clap]
version = "4"
features = ["derive"]

[dev-dependencies.eyre]
version = "0.6"

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

[dev-dependencies.rand]
version = "0.10"

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

[dev-dependencies.serde_with]
version = "3"
features = ["base64"]

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

[dev-dependencies.test-strategy]
version = "0.4"

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