# 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 = "heliosphere" version = "0.3.2" authors = ["alianse777"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Rust-idiomatic Tron API client library" readme = "README.md" keywords = [ "tron", "blockchain", "api", "client", "cryptocurrency", ] categories = ["api-bindings"] license = "MIT" repository = "https://github.com/alianse777/heliosphere" [lib] name = "heliosphere" path = "src/lib.rs" [[test]] name = "account_resources" path = "tests/account_resources.rs" [[test]] name = "deploy_contract" path = "tests/deploy_contract.rs" [[test]] name = "get_block" path = "tests/get_block.rs" [[test]] name = "send_trx" path = "tests/send_trx.rs" [[test]] name = "send_usdt" path = "tests/send_usdt.rs" [dependencies.heliosphere-core] version = "0.3.1" [dependencies.heliosphere-signer] version = "0.3.1" [dependencies.hex] version = "0.4" [dependencies.reqwest] version = "0.12" features = ["json"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1" features = ["time"] default-features = false [dev-dependencies.ethabi] version = "18.0.0" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.tokio] version = "1.24.1" features = [ "rt-multi-thread", "macros", ]