# 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 = "tangle-subxt" version = "0.5.0" authors = ["Webb Technologies Inc."] exclude = ["./metadata"] description = "Rust bindings and interface to interact with Tangle Network using subxt" homepage = "https://webb.tools" readme = "README.md" keywords = [ "blockchain", "tangle", "subxt", ] categories = [ "cryptography", "cryptography::cryptocurrencies", ] license = "Unlicense" repository = "https://github.com/webb-tools/tangle" [dependencies.parity-scale-codec] version = "3.6.12" features = [ "derive", "max-encoded-len", ] default-features = false [dependencies.scale-info] version = "2.11.3" features = ["derive"] default-features = false [dependencies.serde] version = "1.0.209" features = [ "derive", "derive", ] default-features = false [dependencies.subxt] version = "0.37.0" features = ["jsonrpsee"] optional = true default-features = false [dependencies.subxt-core] version = "0.37.0" default-features = false [dependencies.subxt-signer] version = "0.37.0" features = [ "subxt", "sr25519", "ecdsa", ] default-features = false [features] default = ["std"] std = [ "dep:subxt", "subxt/native", "subxt/jsonrpsee", "subxt-core/std", "subxt-signer/std", ] web = [ "dep:subxt", "subxt/jsonrpsee", "subxt/web", "subxt-signer/web", ]