# 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-signer" 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_signer" path = "src/lib.rs" [dependencies.heliosphere-core] version = "0.3.1" [dependencies.hex] version = "0.4" features = ["alloc"] default-features = false [dependencies.k256] version = "0.13" features = [ "arithmetic", "ecdsa", ] default-features = false [dependencies.rand_core] version = "0.6" [dependencies.sha3] version = "0.10" default-features = false [dependencies.thiserror] version = "1.0" optional = true [features] default = ["std"] std = [ "thiserror", "k256/std", ]