# 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 = "try-runtime-cli" version = "0.42.0" authors = ["Parity Technologies "] description = "Cli command runtime testing and dry-running (polkadot v1.10.0)" homepage = "https://substrate.io" license = "Apache-2.0" repository = "https://github.com/paritytech/polkadot-sdk.git" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] [dependencies.async-trait] version = "0.1.79" [dependencies.clap] version = "4.5.3" features = ["derive"] [dependencies.frame-try-runtime] version = "0.38.0" optional = true [dependencies.hex] version = "0.4.3" default-features = false [dependencies.log] version = "0.4.21" default-features = true [dependencies.parity-scale-codec] version = "3.6.1" [dependencies.remote-externalities] version = "0.39.0" package = "frame-remote-externalities" [dependencies.sc-cli] version = "0.40.0" [dependencies.sc-executor] version = "0.36.0" [dependencies.serde] version = "1.0.197" default-features = true [dependencies.serde_json] version = "1.0.114" default-features = true [dependencies.sp-api] version = "30.0.0" [dependencies.sp-consensus-aura] version = "0.36.0" [dependencies.sp-consensus-babe] version = "0.36.0" [dependencies.sp-core] version = "32.0.0" [dependencies.sp-debug-derive] version = "14.0.0" [dependencies.sp-externalities] version = "0.28.0" [dependencies.sp-inherents] version = "30.0.0" [dependencies.sp-io] version = "34.0.0" [dependencies.sp-keystore] version = "0.38.0" [dependencies.sp-rpc] version = "30.0.0" [dependencies.sp-runtime] version = "35.0.0" [dependencies.sp-state-machine] version = "0.39.0" [dependencies.sp-timestamp] version = "30.0.0" [dependencies.sp-transaction-storage-proof] version = "30.0.0" [dependencies.sp-version] version = "33.0.0" [dependencies.sp-weights] version = "31.0.0" [dependencies.substrate-rpc-client] version = "0.37.0" [dependencies.zstd] version = "0.12.4" default-features = false [dev-dependencies.assert_cmd] version = "2.0.10" [dev-dependencies.regex] version = "1.7.3" [dev-dependencies.tempfile] version = "3.1.0" [dev-dependencies.tokio] version = "1.37" [features] try-runtime = [ "frame-try-runtime/try-runtime", "sp-debug-derive/force-debug", "sp-runtime/try-runtime", ] [lints.clippy.all] level = "allow" priority = 0 [lints.clippy.bind_instead_of_map] level = "allow" priority = 2 [lints.clippy.borrowed-box] level = "allow" priority = 2 [lints.clippy.complexity] level = "warn" priority = 1 [lints.clippy.correctness] level = "warn" priority = 1 [lints.clippy.default_constructed_unit_structs] level = "allow" priority = 2 [lints.clippy.derivable_impls] level = "allow" priority = 2 [lints.clippy.eq_op] level = "allow" priority = 2 [lints.clippy.erasing_op] level = "allow" priority = 2 [lints.clippy.extra-unused-type-parameters] level = "allow" priority = 2 [lints.clippy.identity-op] level = "allow" priority = 2 [lints.clippy.if-same-then-else] level = "allow" priority = 2 [lints.clippy.needless-lifetimes] level = "allow" priority = 2 [lints.clippy.needless_option_as_deref] level = "allow" priority = 2 [lints.clippy.nonminimal-bool] level = "allow" priority = 2 [lints.clippy.option-map-unit-fn] level = "allow" priority = 2 [lints.clippy.stable_sort_primitive] level = "allow" priority = 2 [lints.clippy.too-many-arguments] level = "allow" priority = 2 [lints.clippy.type_complexity] level = "allow" priority = 2 [lints.clippy.unit_arg] level = "allow" priority = 2 [lints.clippy.unnecessary_cast] level = "allow" priority = 2 [lints.clippy.useless_conversion] level = "allow" priority = 2 [lints.clippy.while_immutable_condition] level = "allow" priority = 2 [lints.clippy.zero-prefixed-literal] level = "allow" priority = 2 [lints.rust.suspicious_double_ref_op] level = "allow" priority = 2