# 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 = "libuptest" version = "0.1.41" authors = ["Filip Kalebo"] description = "Core Substrate runtime upgrade Library for UpTest" homepage = "https://github.com/uptest-sc/uptest/" readme = "README.md" license = "MIT" [dependencies.anyhow] version = "1.0.69" [dependencies.async-trait] version = "0.1.68" [dependencies.desub-current] version = "0.1.0" optional = true [dependencies.fixed-hash] version = "0.8" [dependencies.flate2] version = "1.0.26" optional = true [dependencies.frame-metadata] version = "14.2" features = [ "v14", "std", "scale-info", ] optional = true [dependencies.futures] version = "0.3.26" [dependencies.glob] version = "0.3.1" optional = true [dependencies.hex] version = "0.4.3" features = ["alloc"] [dependencies.impl-serde] version = "0.4.0" default-features = false [dependencies.jsonrpsee] version = "0.16.2" features = [ "server", "ws-client", "macros", "client-ws-transport", ] [dependencies.jsonrpsee-core] version = "0.16.2" [dependencies.maybe-async] version = "0.2.7" [dependencies.rand] version = "0.8.5" [dependencies.regex] version = "1.9.1" optional = true [dependencies.reqwest] version = "0.11.18" features = ["json"] optional = true [dependencies.serde] version = "1.0.173" features = ["derive"] default-features = false [dependencies.serde_json] version = "1" [dependencies.subxt] version = "0.30.0" optional = true [dependencies.subxt-macro] version = "0.30.0" optional = true [dependencies.subxt-metadata] version = "0.30.0" optional = true [dependencies.subxt-signer] version = "0.30.0" features = ["subxt"] optional = true [dependencies.tar] version = "0.4.39" optional = true [dependencies.tokio] version = "1.27" features = ["full"] [features] all = [ "metadatadecode", "migrationsearch", "subxthelper", "auto-test", ] auto-test = [] metadatadecode = [ "desub-current", "frame-metadata", ] migrationsearch = [ "reqwest", "glob", "regex", "tar", "flate2", ] subxthelper = [ "subxt", "subxt-signer", "subxt-macro", "subxt-metadata", ]