[dependencies.anyhow]
version = "1"
[dependencies.bitvec]
version = "1"
[dependencies.chrono]
default-features = false
version = "0.4"
[dependencies.hmac]
optional = true
version = "0.12"
[dependencies.lazy_static]
version = "1.4"
[dependencies.nacl]
optional = true
version = "0.5"
[dependencies.num-bigint]
version = "0.4"
[dependencies.pbkdf2]
features = ["simple"]
optional = true
version = "0.12"
[dependencies.sha2]
optional = true
version = "0.10"
[dependencies.tlb]
version = "0.2.21"
[dependencies.tlb-ton]
version = "0.2.21"
[dev-dependencies.hex-literal]
version = "0.4"
[features]
default = ["wallet", "jetton"]
jetton = []
wallet = ["dep:nacl", "dep:hmac", "dep:sha2", "dep:pbkdf2"]
[package]
categories = ["encoding"]
description = "Bindings for common smart-contracts on TON blockchain"
edition = "2021"
keywords = ["ton", "tlb", "tl-b", "boc"]
license-file = "LICENSE.txt"
name = "ton-contracts"
readme = "README.md"
repository = "https://github.com/mitinarseny/toner"
version = "0.2.21"