# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "tetcore-subxt" version = "0.13.0" authors = ["Parity Technologies "] include = ["Cargo.toml", "src/**/*.rs", "README.md", "LICENSE"] description = "Submit extrinsics (transactions) to a tetcore node via RPC" homepage = "https://core.tetcoin.org/" documentation = "https://docs.rs/tetcore-subxt" readme = "README.md" keywords = ["tetcoin", "tetcore", "blockchain"] license = "GPL-3.0" repository = "https://github.com/tetcoin/tetcore-subxt" [dependencies.application-crypto] version = "2.0.1" package = "tet-application-crypto" [dependencies.codec] version = "2.0.1" features = ["derive", "full"] default-features = false package = "tetsy-scale-codec" [dependencies.fabric-metadata] version = "12.0.0" [dependencies.fabric-support] version = "2.0.0" [dependencies.futures] version = "0.3.10" [dependencies.hex] version = "0.4.2" [dependencies.jsonrpsee] version = "0.1.0" features = ["ws"] [dependencies.log] version = "0.4.13" [dependencies.noble-indices] version = "2.0.0" [dependencies.noble-staking] version = "2.0.0" [dependencies.num-traits] version = "0.2.14" default-features = false [dependencies.serde] version = "1.0.119" features = ["derive"] [dependencies.serde_json] version = "1.0.61" [dependencies.tet-core] version = "2.0.1" package = "tet-core" [dependencies.tetcore-std] version = "2.0.1" [dependencies.tetcore-subxt-client] version = "0.5.0" optional = true [dependencies.tetcore-subxt-proc-macro] version = "0.13.0" [dependencies.thiserror] version = "1.0.23" [dependencies.tp-rpc] version = "2.0.1" package = "tp-rpc" [dependencies.tp-runtime] version = "2.0.1" [dependencies.tp-version] version = "2.0.1" [dependencies.url] version = "2.2.0" [dev-dependencies.assert_matches] version = "1.4.0" [dev-dependencies.async-std] version = "1.8.0" features = ["attributes"] [dev-dependencies.env_logger] version = "0.8.2" [dev-dependencies.fabric-system] version = "2.0.0" [dev-dependencies.noble-balances] version = "2.0.1" [dev-dependencies.tempdir] version = "0.3.7" [dev-dependencies.tetcore-subxt-client] version = "0.5.0" [dev-dependencies.tp-keyring] version = "2.0.1" [dev-dependencies.wabt] version = "0.10.0" [features] client = ["tetcore-subxt-client"] default = [] integration-tests = []