# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "ton-client-rs" version = "0.21.0" authors = ["TON DEV SOLUTIONS LTD "] build = "build.rs" description = "TON SDK Client Library for Rust" homepage = "https://ton.dev" documentation = "https://docs.ton.dev" readme = "README.md" keywords = ["TON", "blockchain", "cryptography", "network"] license-file = "LICENSE" repository = "https://github.com/tonlabs/ton-client-rs" [dependencies.base64] version = "0.10.0" [dependencies.crc16] version = "0.4.0" [dependencies.error-chain] version = "^0.12" default-features = false [dependencies.futures] version = "0.1.26" [dependencies.hex] version = "0.3.2" [dependencies.serde] version = "1.0.91" [dependencies.serde_derive] version = "1.0.91" [dependencies.serde_json] version = "1.0.39" [dev-dependencies.dirs] version = "2.0.2" [dev-dependencies.lazy_static] version = "1.4.0" [build-dependencies.curl] version = "0.4.19" [build-dependencies.flate2] version = "1.0.4"