[dependencies.async-trait]
version = "0.1.83"
[dependencies.futures-util]
optional = true
version = "0.3.31"
[dependencies.serde]
version = "1.0.216"
[dependencies.serde_json]
version = "1.0.133"
[dependencies.tokio]
features = ["net"]
optional = true
version = "1.42.0"
[dependencies.tokio-tungstenite]
features = ["native-tls"]
optional = true
version = "0.24.0"
[dependencies.tonlib-core]
version = "0.22.4"
[dependencies.url]
version = "2.5.4"
[features]
tungstenite-ws = ["dep:tokio-tungstenite", "dep:tokio", "dep:futures-util", "ws"]
ws = []
[lib]
name = "ton_api_client"
path = "src/lib.rs"
[package]
authors = ["S. Suprun <hello@syoma.website>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "tonapi.io SDK for Rust"
edition = "2021"
license = "MIT"
name = "ton-api-client"
publish = true
readme = "README.md"
repository = "https://github.com/supadupadao/ton-api-client"
version = "0.0.1"