# 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 = "zilliqa-rs" version = "0.3.1" authors = ["Saeed Dadkhah "] description = "A Rust SDK for Zilliqa blockchain" documentation = "https://docs.rs/zilliqa-rs" readme = "README.md" license = "MIT" repository = "https://github.com/zilliqa/zilliqa-rs/" [lib] path = "src/lib.rs" [dependencies.anyhow] version = "1.0.79" [dependencies.async-trait] version = "0.1.77" [dependencies.bech32] version = "0.9.1" [dependencies.eth-keystore] version = "0.5.0" [dependencies.hex] version = "0.4.3" [dependencies.jsonrpsee] version = "0.22.3" features = [ "http-client", "macros", ] [dependencies.k256] version = "0.13.3" [dependencies.primitive-types] version = "0.12.2" features = ["serde"] [dependencies.prost] version = "0.12.3" [dependencies.rand] version = "0.8.5" [dependencies.regex] version = "1.10.3" [dependencies.serde] version = "1.0.195" features = [ "derive", "rc", ] [dependencies.serde-aux] version = "4.4.0" [dependencies.serde_bytes] version = "0.11.14" [dependencies.serde_json] version = "1.0.111" features = ["raw_value"] [dependencies.sha2] version = "0.10.8" [dependencies.thiserror] version = "1.0.56" [dependencies.tokio] version = "1.35" features = ["full"] [dependencies.tokio-stream] version = "0.1" features = ["sync"] [dependencies.url] version = "2.5.0" [dev-dependencies.claim] version = "0.5" [dev-dependencies.paste] version = "1.0.14" [dev-dependencies.test-context] version = "0.1.4" [build-dependencies.anyhow] version = "1.0.79" [build-dependencies.convert_case] version = "0.6.0" [build-dependencies.scilla-parser] version = "1.0.0"