# 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 = "nxyz" version = "1.0.0" description = "Nxyz client, generated from the OpenAPI spec." homepage = "https://github.com/libninjacom/nxyz-rs" documentation = "https://docs.rs/nxyz" readme = "README.md" license = "MIT" repository = "https://github.com/libninjacom/nxyz-rs" [lib] name = "nxyz" crate-type = ["rlib"] path = "src/lib.rs" plugin = false proc-macro = false required-features = [] edition = "2021" [[example]] name = "get_blockchains" path = "examples/get_blockchains.rs" plugin = false proc-macro = false required-features = [] edition = "2021" [[example]] name = "get_collection" path = "examples/get_collection.rs" plugin = false proc-macro = false required-features = [] edition = "2021" [[example]] name = "get_collections_suggestions_results" path = "examples/get_collections_suggestions_results.rs" plugin = false proc-macro = false required-features = [] edition = "2021" [[example]] name = "get_contract_gate" path = "examples/get_contract_gate.rs" plugin = false proc-macro = false required-features = [] edition = "2021" [[example]] name = "get_contract_tokens" path = "examples/get_contract_tokens.rs" plugin = false proc-macro = false required-features = [] edition = "2021" [[example]] name = "get_contract_tokens_by_contract_and_id" path = "examples/get_contract_tokens_by_contract_and_id.rs" plugin = false proc-macro = false required-features = [] edition = "2021" [[example]] name = "get_contract_transaction_history" path = "examples/get_contract_transaction_history.rs" plugin = false proc-macro = false required-features = [] edition = "2021" [[example]] name = "get_erc_20_metadata" path = "examples/get_erc_20_metadata.rs" plugin = false proc-macro = false required-features = [] edition = "2021" [[example]] name = "get_search_results" path = "examples/get_search_results.rs" plugin = false proc-macro = false required-features = [] edition = "2021" [[example]] name = "get_sold_tokens" path = "examples/get_sold_tokens.rs" plugin = false proc-macro = false required-features = [] edition = "2021" [[example]] name = "get_suggestions_results" path = "examples/get_suggestions_results.rs" plugin = false proc-macro = false required-features = [] edition = "2021" [[example]] name = "get_token" path = "examples/get_token.rs" plugin = false proc-macro = false required-features = [] edition = "2021" [[example]] name = "get_token_gate" path = "examples/get_token_gate.rs" plugin = false proc-macro = false required-features = [] edition = "2021" [[example]] name = "get_token_transfers" path = "examples/get_token_transfers.rs" plugin = false proc-macro = false required-features = [] edition = "2021" [[example]] name = "get_tokens_by_search_query" path = "examples/get_tokens_by_search_query.rs" plugin = false proc-macro = false required-features = [] edition = "2021" [[example]] name = "get_tokens_suggestions_results" path = "examples/get_tokens_suggestions_results.rs" plugin = false proc-macro = false required-features = [] edition = "2021" [[example]] name = "get_top_collections" path = "examples/get_top_collections.rs" plugin = false proc-macro = false required-features = [] edition = "2021" [[example]] name = "get_top_tokens" path = "examples/get_top_tokens.rs" plugin = false proc-macro = false required-features = [] edition = "2021" [[example]] name = "get_top_wallets" path = "examples/get_top_wallets.rs" plugin = false proc-macro = false required-features = [] edition = "2021" [[example]] name = "get_wallet" path = "examples/get_wallet.rs" plugin = false proc-macro = false required-features = [] edition = "2021" [[example]] name = "get_wallet_balances" path = "examples/get_wallet_balances.rs" plugin = false proc-macro = false required-features = [] edition = "2021" [[example]] name = "get_wallet_contract_approvals" path = "examples/get_wallet_contract_approvals.rs" plugin = false proc-macro = false required-features = [] edition = "2021" [[example]] name = "get_wallet_mints" path = "examples/get_wallet_mints.rs" plugin = false proc-macro = false required-features = [] edition = "2021" [[example]] name = "get_wallet_tokens" path = "examples/get_wallet_tokens.rs" plugin = false proc-macro = false required-features = [] edition = "2021" [[example]] name = "get_wallet_transactions" path = "examples/get_wallet_transactions.rs" plugin = false proc-macro = false required-features = [] edition = "2021" [[example]] name = "get_wallets_suggestions_results" path = "examples/get_wallets_suggestions_results.rs" plugin = false proc-macro = false required-features = [] edition = "2021" [[example]] name = "post_refresh" path = "examples/post_refresh.rs" plugin = false proc-macro = false required-features = [] edition = "2021" [dependencies.anyhow] version = "1.0.57" [dependencies.httpclient] version = "0.6.0" [dependencies.serde] version = "1.0.137" features = ["derive"] optional = false [dependencies.serde_json] version = "1.0.81" [dev-dependencies.tokio] version = "1.18.2" features = ["full"] optional = false