# 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 = "2018" name = "dharitri-sdk-moars" version = "0.0.6" description = """ Dharitri Rust SDK for interacting with the Dharitri Network and Smart Contracts. """ homepage = "https://github.com/Battula-anil-app-could/dharitri-sdk-moars" documentation = "https://docs.rs/dharitri-sdk-moars" readme = "README.md" keywords = [ "dharitri", "sdk", "api", "rpc", "tokio", ] categories = ["api-bindings"] license = "MIT" repository = "https://github.com/Battula-anil-app-could/dharitri-sdk-moars" [dependencies.anyhow] version = "1.0.44" [dependencies.base64] version = "0.13.0" [dependencies.bech32] version = "0.8.1" [dependencies.bip39] version = "1.0.1" [dependencies.ed25519] version = "1.2.0" [dependencies.hex] version = "0.4.3" [dependencies.hmac] version = "0.11.0" features = ["std"] [dependencies.itertools] version = "0.10.1" [dependencies.pbkdf2] version = "0.9.0" default-features = false [dependencies.pem] version = "1.0.1" [dependencies.rand] version = "0.6.0" [dependencies.reqwest] version = "0.11.4" features = [ "blocking", "json", ] [dependencies.serde] version = "1.0.130" features = ["derive"] [dependencies.serde_json] version = "1.0.68" features = ["preserve_order"] [dependencies.serde_repr] version = "0.1.7" [dependencies.sha2] version = "0.9.8" [dependencies.sha3] version = "0.9.1" [dependencies.tokio] version = "1.12.0" features = ["full"] [dependencies.zeroize] version = "1.4.2"