# 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 = "tonapi" version = "0.3.0" description = "SDK for integrating TonAPI into Rust apps" readme = "README.md" keywords = [ "blockchain", "ton", "tonapi", ] categories = [ "cryptography::cryptocurrencies", "web-programming::http-client", ] license = "MIT" repository = "https://github.com/liketurbo/tonapi-rs" [dependencies.anyhow] version = "^1.0" [dependencies.async-recursion] version = "^1.0" [dependencies.futures] version = "^0.3" [dependencies.futures-util] version = "^0.3" [dependencies.log] version = "^0.4" [dependencies.reqwest] version = "^0.11" features = [ "json", "multipart", ] [dependencies.reqwest-eventsource] version = "^0.5" [dependencies.serde] version = "^1.0" features = ["derive"] [dependencies.serde_json] version = "^1.0" [dependencies.tokio] version = "^1.34" [dependencies.tokio-tungstenite] version = "^0.20" features = ["native-tls"] [dependencies.url] version = "^2.5" [dev-dependencies.simple_logger] version = "^4.3" [dev-dependencies.tokio] version = "^1.34" features = ["full"]