tronz-contract 0.2.0

ABI bindings and contract instances for the tronz TRON SDK.
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.85"
name = "tronz-contract"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "ABI bindings and contract instances for the tronz TRON SDK."
readme = "README.md"
keywords = [
    "tron",
    "blockchain",
    "smart-contracts",
    "trc20",
    "abi",
]
categories = [
    "cryptography::cryptocurrencies",
    "network-programming",
    "api-bindings",
    "asynchronous",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/throgxyz/tronz"
resolver = "2"

[features]
provider = [
    "dep:tronz-provider",
    "dep:thiserror",
    "dep:alloy-primitives",
    "dep:alloy-dyn-abi",
    "dep:alloy-json-abi",
]

[lib]
name = "tronz_contract"
path = "src/lib.rs"

[dependencies.alloy-dyn-abi]
version = "1"
features = ["std"]
optional = true
default-features = false

[dependencies.alloy-json-abi]
version = "1"
features = ["std"]
optional = true
default-features = false

[dependencies.alloy-primitives]
version = "1"
features = [
    "std",
    "serde",
]
optional = true
default-features = false

[dependencies.alloy-sol-macro]
version = "1"
default-features = false

[dependencies.alloy-sol-types]
version = "1"
features = ["std"]
default-features = false

[dependencies.thiserror]
version = "2"
optional = true

[dependencies.tronz-primitives]
version = "0.2.0"
default-features = false

[dependencies.tronz-provider]
version = "0.2.0"
optional = true
default-features = false

[dev-dependencies.hex]
version = "0.4"