# 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_utils" version = "0.1.1" authors = ["Ewan Fox "] description = "A library of utils for working with the ICON network" readme = "README.md" license = "MIT" repository = "https://github.com/BananaSquares/icon-utils" [dependencies.base64] version = "0.21.0" [dependencies.eth-keystore] version = "0.5.0" [dependencies.hex] version = "0.4.3" [dependencies.icon_derive] version = "0.1.0" [dependencies.k256] version = "0.11.6" features = [ "ecdsa", "sha256", ] [dependencies.serde] version = "1.0.139" features = ["derive"] [dependencies.sha3] version = "0.10.6" [dependencies.thiserror] version = "1.0"