ton_core 0.3.2

A collection of types and utilities for interacting with the TON network
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.94"
name = "ton_core"
version = "0.3.2"
authors = ["Sild <silddev@pm.com"]
build = false
include = [
    "AGENTS.md",
    "Cargo.toml",
    "src/*",
    "resources/*",
]
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A collection of types and utilities for interacting with the TON network"
readme = "README.md"
keywords = [
    "ton",
    "the-open-network",
    "blockchain",
    "crypto",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/ston-fi/ton-rs"

[features]
serde = [
    "dep:serde",
    "dep:serde_json",
]

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

[dependencies.async-trait]
version = "0.1"

[dependencies.base64]
version = "0.22"

[dependencies.bitstream-io]
version = "4"

[dependencies.bitvec]
version = "1.0"

[dependencies.crc]
version = "3"

[dependencies.derive_setters]
version = "0.1"

[dependencies.fastnum]
version = "0.7"
features = ["numtraits"]

[dependencies.hex]
version = "0.4"

[dependencies.log]
version = "0.4"

[dependencies.num-bigint]
version = "0.4"

[dependencies.num-traits]
version = "0.2"

[dependencies.once_cell]
version = "1"
features = ["parking_lot"]

[dependencies.serde]
version = "1"
features = [
    "derive",
    "rc",
]
optional = true

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

[dependencies.sha2]
version = "0.10"

[dependencies.smallvec]
version = "1"

[dependencies.thiserror]
version = "2.0"

[dependencies.ton_macros]
version = "0.2"

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

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