# 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 = "drt-sdk" version = "0.0.3" authors = ["xfactor-toml "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "SDK for interacting with the Dharitri blockchain" homepage = "https://dharitri.com/" documentation = "https://docs.dharitri.com/" readme = "README.md" keywords = [ "dharitri", "blockchain", "sdk", "api", ] categories = [ "cryptography::cryptocurrencies", "api-bindings", ] license = "MIT" repository = "https://github.com/DharitriOne/drt-sdk-rs" [lib] name = "drt_sdk" path = "src/lib.rs" [[example]] name = "account" path = "examples/account.rs" [[example]] name = "account_storage" path = "examples/account_storage.rs" [[example]] name = "generate_mnemonic" path = "examples/generate_mnemonic.rs" [[example]] name = "get_dcdt_tokens" path = "examples/get_dcdt_tokens.rs" [[example]] name = "get_hyper_block_by_hash" path = "examples/get_hyper_block_by_hash.rs" [[example]] name = "get_hyper_block_by_nonce" path = "examples/get_hyper_block_by_nonce.rs" [[example]] name = "get_hyper_block_latest" path = "examples/get_hyper_block_latest.rs" [[example]] name = "get_network_config" path = "examples/get_network_config.rs" [[example]] name = "get_network_economics" path = "examples/get_network_economics.rs" [[example]] name = "sign_tx" path = "examples/sign_tx.rs" [[example]] name = "sign_txs" path = "examples/sign_txs.rs" [[example]] name = "tx_cost" path = "examples/tx_cost.rs" [[example]] name = "tx_default_args" path = "examples/tx_default_args.rs" [[example]] name = "tx_info" path = "examples/tx_info.rs" [[example]] name = "vm_query" path = "examples/vm_query.rs" [[test]] name = "wallet_test" path = "tests/wallet_test.rs" [dependencies.anyhow] version = "1.0.44" [dependencies.base64] version = "0.22" [dependencies.bech32] version = "0.9" [dependencies.bip39] version = "2.0.0" features = ["rand"] [dependencies.hex] version = "0.4.3" [dependencies.hmac] version = "0.12.1" features = ["std"] [dependencies.itertools] version = "0.13.0" [dependencies.log] version = "0.4.17" [dependencies.pbkdf2] version = "0.12.2" default-features = false [dependencies.pem] version = "3.0.2" [dependencies.rand] version = "0.8.5" [dependencies.reqwest] version = "0.12" 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.8" [dependencies.sha2] version = "0.10.8" [dependencies.sha3] version = "0.10.8" [dependencies.tokio] version = "1.24" features = ["full"] [dependencies.zeroize] version = "1.4.2"