# 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 = "2021" name = "ton_liteapi" version = "0.1.0" authors = ["Vladimir Lebedev "] description = "Implementation of TON lite_api.tl interface" keywords = ["ton"] categories = ["network-programming"] license = "MIT" repository = "https://github.com/tonstack/lite-client" resolver = "1" [dependencies.adnl] version = "2.0.0" [dependencies.derivative] version = "2.2.0" [dependencies.futures] version = "0.3" [dependencies.hex] version = "0.4.3" [dependencies.log] version = "0.4.14" features = ["max_level_trace"] [dependencies.pin-project] version = "1" [dependencies.rand] version = "0.8.5" [dependencies.thiserror] version = "1" [dependencies.tl-proto] version = "0.4" features = ["bytes"] [dependencies.tokio] version = "1" features = [ "net", "io-util", ] [dependencies.tokio-tower] version = "0.6.0" [dependencies.tokio-util] version = "0.7.10" [dependencies.tower] version = "0.4.13" features = [ "make", "util", "buffer", ] [dev-dependencies.base64] version = "0.13.0" [dev-dependencies.env_logger] version = "0.11.3" [dev-dependencies.tokio] version = "1.36" features = ["full"] [dev-dependencies.ureq] version = "2.4.0" [dev-dependencies.x25519-dalek] version = "2.0.1" features = ["static_secrets"]