# 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-core" version = "0.3.1" 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_core" path = "src/lib.rs" [dependencies.alloy-primitives] version = "0.7" default-features = false [dependencies.bs58] version = "0.5" features = [ "alloc", "check", ] default-features = false [dependencies.derive-new] version = "0.6" default-features = false [dependencies.ethabi] version = "18" features = ["serde"] optional = true default-features = false [dependencies.hex] version = "0.4" features = ["alloc"] default-features = false [dependencies.serde] version = "1.0" features = [ "derive", "alloc", ] default-features = false [dependencies.serde_json] version = "1.0" features = ["alloc"] default-features = false [dependencies.sha2] version = "0.10" default-features = false [dependencies.zerocopy] version = "0.7" default-features = false [dev-dependencies.hex-literal] version = "0.3.4" [features] default = ["ethabi_compat"] ethabi_compat = ["ethabi"]