# 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 = "icon-sdk" version = "1.2.0" authors = ["Dimitris Frangiadakis "] description = "ICON(ICX) SDK for Rust" readme = "README.md" keywords = [ "icon", "icx", "sdk", "blockchain", ] license = "MIT" repository = "https://github.com/mitsosf/icon-sdk-rust" [dependencies.base64] version = "0.22.0" [dependencies.chrono] version = "0.4.35" [dependencies.hex] version = "0.4.3" [dependencies.num-bigint] version = "0.4.4" [dependencies.num-traits] version = "0.2.18" [dependencies.rand] version = "0.8.5" [dependencies.reqwest] version = "0.11.25" features = ["json"] [dependencies.rust_decimal] version = "1.34.3" [dependencies.secp256k1] version = "0.28.2" features = [ "rand", "recovery", "hashes", ] [dependencies.serde] version = "1.0.197" features = ["derive"] [dependencies.serde_json] version = "1.0.114" features = ["preserve_order"] [dependencies.sha3] version = "0.10.8" [dependencies.thiserror] version = "1.0.57" [dependencies.tokio] version = "1.36.0" features = [ "rt", "rt-multi-thread", "macros", ]