ton-client-rs 0.11.1

TON SDK Client Library for Rust
Documentation
[package]
name = "ton-client-rs"
version = "0.11.1"
description = "TON SDK Client Library for Rust"
authors = ["TON DEV SOLUTIONS LTD <support@tonlabs.io>"]
edition = "2018"
readme = "README.md"
license-file = "LICENSE"
homepage = "https://ton.dev"
repository = "https://github.com/tonlabs/ton-client-rs"
documentation = "https://docs.ton.dev"
keywords = ["TON", "blockchain", "cryptography", "network"]
build = "build.rs"

[dependencies]
hex = "0.3.2"
serde_json = "1.0.39"
serde_derive = "1.0.91"
serde = "1.0.91"
base64 = "0.10.0"

[build-dependencies]
curl = "0.4.19"
flate2 = "1.0.4"