# 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 = "polymesh-api-tester" version = "0.8.0" authors = ["Robert G. Jakabosky "] description = "Polymesh Rust API tester" homepage = "https://github.com/PolymeshAssociation/polymesh-api" keywords = [ "polymesh", "blockchain", "substrate", "codegen", "tester", ] license = "Apache-2.0" repository = "https://github.com/PolymeshAssociation/polymesh-api" [dependencies.async-trait] version = "0.1" [dependencies.env_logger] version = "0.9" [dependencies.hex] version = "0.4" [dependencies.log] version = "0.4" [dependencies.polymesh-api] version = "3.9.0" features = [ "std", "rpc", "serde", "v14", ] default-features = false [dependencies.polymesh-api-client-extras] version = "3.4.1" default-features = false [dependencies.rand] version = "0.8" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.sp-core] version = "26.0" features = ["std"] default-features = false [dependencies.sp-keyring] version = "29.0" default-features = false [dependencies.sp-runtime] version = "29.0" features = ["std"] default-features = false [dependencies.sqlx] version = "0.8" features = [ "runtime-tokio", "tls-native-tls", "sqlite", "macros", ] default-features = false [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1.19" features = ["full"] [dev-dependencies.anyhow] version = "1.0" [features] default = ["polymesh_v6"] download_metadata = ["polymesh-api/download_metadata"] polymesh_v6 = [ "polymesh-api/polymesh_v6", "polymesh-api-client-extras/polymesh_v6", ] polymesh_v7 = [ "polymesh-api/polymesh_v7", "polymesh-api-client-extras/polymesh_v7", ]